LCDGFX LCD display driver
1.0.2
This library is developed to control SSD1306/SSD1325/SSD1327/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
|
LCD initialization classes and service functions for 2.0.0 and higher. More...
Classes | |
class | InterfaceIL9163< I > |
class | InterfaceILI9341< I > |
class | InterfacePCD8544< I > |
class | InterfaceSH1106< I > |
class | InterfaceSSD1306< I > |
class | InterfaceSSD1325< I > |
class | InterfaceSSD1327< I > |
class | InterfaceSSD1331< I > |
class | InterfaceSSD1351< I > |
class | InterfaceST7735< I > |
Functions | |
void | ssd1306_resetController2 (int8_t rstPin, uint8_t delayMs) |
Does hardware reset for oled controller. More... | |
LCD initialization classes and service functions for 2.0.0 and higher.
This group contains API functions for OLED displays initialization and direct programming of GDRAM. This API can be used to create your own graphics functions.
void ssd1306_resetController2 | ( | int8_t | rstPin, |
uint8_t | delayMs | ||
) |
Does hardware reset for oled controller.
Does hardware reset for oled controller. The function pulls up rstPin for 10 milliseconds, then pulls down rstPin for delayMs milliseconds and then finally pulls rstPin up.
rstPin | reset pin number. If -1, then reset will not be performed |
delayMs | delay in milliseconds to hold rstPin in low state |