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
|
#include <stdint.h>
Go to the source code of this file.
Classes | |
struct | SPlatformI2cConfig |
struct | SPlatformSpiConfig |
struct | ssd1306_interface_t |
Functions | |
void | ssd1306_sendCommand (uint8_t command) |
void | ssd1306_commandStart (void) |
void | ssd1306_dataStart (void) |
void | ssd1306_spiDataMode (uint8_t mode) |
Variables | |
ssd1306_interface_t | ssd1306_intf |
int8_t | s_ssd1306_cs |
int8_t | s_ssd1306_dc |
uint32_t | s_ssd1306_spi_clock |
LCD interface functions.
Definition in file interface.h.