LCDGFX LCD display driver
2.0.1
This library is developed to control SSD1306/SSD1325/SSD1327/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
|
Generic API functions, common for all displays and all display modes. More...
Classes | |
class | NanoDisplayOps1< I > |
Functions | |
void | ssd1306_enableUtf8Mode2 (void) |
void | ssd1306_enableAsciiMode2 (void) |
uint8_t | s_ssd1306_invertByte |
Generic API functions, common for all displays and all display modes.
Generic API functions, common for all displays and all display modes.
void ssd1306_enableAsciiMode2 | ( | void | ) |
Enables ascii mode for all text-functions. No any decoding will be performed
Definition at line 45 of file ssd1306_utf8.c.
void ssd1306_enableUtf8Mode2 | ( | void | ) |
Enables utf8 support for all text-functions.
Definition at line 38 of file ssd1306_utf8.c.