SSD1306 OLED display driver
1.5.0
This library is developed to control SSD1306/SSD1331 RGB i2c/spi OLED displays and spi PCD8544 LED display
|
Variables | |
const PROGMEM uint8_t | ssd1306xled_font6x8 [] |
const PROGMEM uint8_t | ssd1306xled_font6x8_AB [] |
const PROGMEM uint8_t | ssd1306xled_font5x7 [] |
const PROGMEM uint8_t | ssd1306xled_font5x7_AB [] |
const PROGMEM uint8_t | courier_new_font11x16_digits [] |
const PROGMEM uint8_t courier_new_font11x16_digits[] |
Standard ASCII font 11x16 with digits only (Ascii codes 32 - 64).
Definition at line 391 of file ssd1306_fonts.c.
const PROGMEM uint8_t ssd1306xled_font5x7[] |
Standard ASCII 5x7 font
Definition at line 216 of file ssd1306_fonts.c.
const PROGMEM uint8_t ssd1306xled_font5x7_AB[] |
Standard ASCII 5x7 font with only capital letters
Definition at line 318 of file ssd1306_fonts.c.
const PROGMEM uint8_t ssd1306xled_font6x8[] |
Standard ASCII 6x8 font
Definition at line 41 of file ssd1306_fonts.c.
const PROGMEM uint8_t ssd1306xled_font6x8_AB[] |
Standard ASCII 6x8 AB font with only capital letters
Definition at line 144 of file ssd1306_fonts.c.