SSD1306 OLED display driver
1.7.6
This library is developed to control SSD1306/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
|
Go to the source code of this file.
Macros | |
#define | SSD1306_MORE_CHARS_REQUIRED 0xffff |
Functions | |
void | ssd1306_setCursor (lcdint_t x, lcdint_t y) |
Sets cursor position for text mode print functions. More... | |
void | ssd1306_setFixedFont (const uint8_t *progmemFont) |
void | ssd1306_setSecondaryFont (const uint8_t *progmemUnicode) |
void | ssd1306_setFont6x8 (const uint8_t *progmemFont) __attribute__((deprecated)) |
void | ssd1306_getCharBitmap (char ch, SCharInfo *info) |
returns char data for currently set (active) font. More... | |
void | ssd1306_enableUtf8Mode () |
void | ssd1306_enableAsciiMode () |
Variables | |
const PROGMEM uint8_t | ssd1306xled_font6x8 [] |
const PROGMEM uint8_t | ssd1306xled_font6x8_German [] |
const PROGMEM uint8_t | ssd1306xled_font6x8_AB [] |
const PROGMEM uint8_t | ssd1306xled_font5x7 [] |
const PROGMEM uint8_t | ssd1306xled_font5x7_AB [] |
const PROGMEM uint8_t | digital_font5x7_123 [] |
const PROGMEM uint8_t | digital_font5x7_AB [] |
const PROGMEM uint8_t | digital_font5x7 [] |
const PROGMEM uint8_t | courier_new_font11x16_digits [] |
const PROGMEM uint8_t | comic_sans_font24x32_123 [] |
Fonts for monochrome/rgb oled display
Definition in file ssd1306_fonts.h.