SSD1306 OLED display driver
1.8.2
This library is developed to control SSD1306/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
|
Go to the source code of this file.
Enumerations | |
enum | ESsd1351Commands { SSD1351_COLUMNADDR = 0x15, SSD1331_WRITEDATA = 0x5C, SSD1351_ROWADDR = 0x75, SSD1351_SEGREMAP = 0xA0, SSD1351_SETSTARTLINE = 0xA1, SSD1351_SETDISPLAYOFFSET = 0xA2, SSD1351_SETFUNCTION = 0xAB, SSD1351_NOP = 0xAD, SSD1351_ALLOFF = 0xA4, SSD1351_DISPLAYON = 0xA5, SSD1351_NORMALDISPLAY = 0xA6, SSD1351_DISPLAYINVERSE = 0xA7, SSD1351_SLEEP_ON = 0xAE, SSD1351_SLEEP_OFF = 0xAF, SSD1351_NOP2 = 0xB0, SSD1351_SETPRECHARGE = 0xB1, SSD1351_CLOCKDIV = 0xB3, SSD1351_EXTVSL = 0xB4, SSD1351_SETGPIO = 0xB5, SSD1351_PRECHARGESECOND = 0xB6, SSD1351_PRECHARGELEVEL = 0xBB, SSD1351_VCOMH = 0xBE, SSD1351_CONTRAST = 0xC1, SSD1351_MASTERCURRENT = 0xC7, SSD1351_SETMULTIPLEX = 0xCA, SSD1351_PRECHARGEA = 0x8A, SSD1351_PRECHARGEB = 0x8B, SSD1351_NOP3 = 0xE3, SSD1351_UNLOCK = 0xFD } |
SSD1331 commands definitions
Definition in file ssd1351_commands.h.
enum ESsd1351Commands |
SSD1351 LCD driver commands
Definition at line 37 of file ssd1351_commands.h.