SSD1306 OLED display driver
1.7.8
This library is developed to control SSD1306/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
|
#include <Print_internal.h>
Public Member Functions | |
Print () | |
virtual size_t | write (uint8_t ch)=0 |
size_t | print (const char *str) |
size_t | println (const char *str) |
Implements own Print class for plain AVR and Linux environment
Definition at line 42 of file Print_internal.h.
|
inline |
Constructor to create Print class object
Definition at line 46 of file Print_internal.h.
|
inline |
Prints string via write()
str | string to print |
Definition at line 60 of file Print_internal.h.
|
inline |
Prints string via write() and goes to next line.
str | string to print |
Definition at line 76 of file Print_internal.h.
|
pure virtual |
abstract function to be defined in inherited classes
ch | char to print |
Implemented in NanoCanvasOps< BPP >, LcdConsole< W >, and LcdConsole< ssd1306_write >.