SSD1306 OLED display driver
1.4.4
This library is developed to control SSD1306/SSD1331 RGB i2c/spi OLED displays and spi PCD8544 LED display
|
Go to the source code of this file.
Enumerations | |
enum | { LCD_TYPE_SSD1306, LCD_TYPE_PCD8544, LCD_TYPE_SH1106, LCD_TYPE_SSD1331, LCD_TYPE_CUSTOM } |
Variables | |
uint8_t | s_displayHeight |
uint8_t | s_displayWidth |
uint8_t | g_lcd_type |
global lcd settings
Definition in file lcd_common.h.
anonymous enum |
Definition at line 35 of file lcd_common.h.