SSD1306 OLED display driver
1.6.1
This library is developed to control SSD1306/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
|
#include <ssd1306_console.h>
Public Member Functions | |
Ssd1306Console () | |
void | begin () |
void | clear () |
size_t | write (uint8_t ch) override |
![]() | |
Print () | |
size_t | print (const char *str) |
size_t | println (const char *str) |
Ssd1306Console represents object to work with LCD display. Easy to use:
Definition at line 48 of file ssd1306_console.h.
|
inlineexplicit |
Creates console object to print text information on LCD display.
Definition at line 54 of file ssd1306_console.h.
|
inline |
Initializes console.
Definition at line 59 of file ssd1306_console.h.
void Ssd1306Console::clear | ( | ) |
Fills screen with zero-byte
|
overridevirtual |