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.
Functions | |
void | ssd1331_setRotation (uint8_t rotation) |
Sets screen orientation (rotation) More... | |
void | ssd1331_setMode (lcd_mode_t mode) |
Sets GDRAM autoincrement mode. More... | |
void | ssd1331_96x64_init (void) |
Inits 96x64 RGB OLED display (based on SSD1331 controller). More... | |
void | ssd1331_96x64_spi_init (int8_t rstPin, int8_t cesPin, int8_t dcPin) |
Inits 96x64 RGB OLED display over spi in 8-bit mode (based on SSD1331 controller). More... | |
void | ssd1331_96x64_spi_init16 (int8_t rstPin, int8_t cesPin, int8_t dcPin) |
Inits 96x64 RGB OLED display over spi in 16-bit mode (based on SSD1331 controller). More... | |
void | ssd1331_drawLine (uint8_t x1, uint8_t y1, uint8_t x2, uint8_t y2, uint16_t color) |
void | ssd1331_copyBlock (uint8_t left, uint8_t top, uint8_t right, uint8_t bottom, uint8_t newLeft, uint8_t newTop) |
support for RGB OLED 96x64 display
Definition in file oled_ssd1331.h.