SSD1306 OLED display driver
1.8.2
This library is developed to control SSD1306/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
|
#include <ssd1306_console.h>
Public Member Functions | |
void | clear () |
void | setCursor (lcduint_t x, lcduint_t y) |
Public Member Functions inherited from LcdConsole< ssd1306_consoleWriter > | |
LcdConsole () | |
void | begin () |
size_t | write (uint8_t ch) override |
Public Member Functions inherited from Print | |
Print () | |
size_t | print (const char *str) |
size_t | print (int n) |
size_t | println (const char *str) |
size_t | println (int data) |
Ssd1306Console represents object to work with LCD display. Easy to use:
Definition at line 92 of file ssd1306_console.h.
void Ssd1306Console::clear | ( | ) |
Fills screen with zero-byte and sets cursor position to top-left corner of the screen.
Set cursor position for text functions
x | horizontal position in pixels. |
y | vertical position in pixels. |