LCD-ESP32-Driver 1.0
Project includes component for controlling LCD displays. Currently supports only one LCD controller - SSD1283A but it may change in the future.
|
Contains interface implementation of SPI communication with LCD display. More...
Go to the source code of this file.
Data Structures | |
struct | LCD_spi_t |
Derived structure describing characteristics of LCD display that uses SPI protocol for communication. More... | |
Typedefs | |
typedef struct LCD_spi_t | LCD_spi_t |
typedef struct LCD_spi_t * | LCD_spi_handle_t |
Functions | |
LCD_com_handle_t | lcd_spi__GetCom (void) |
Returns handle for interface implementation of SPI communication with LCD display. More... | |
Contains interface implementation of SPI communication with LCD display.
typedef struct LCD_spi_t* LCD_spi_handle_t |
Handle type for LCD SPI communication interface instance
LCD_com_handle_t lcd_spi__GetCom | ( | void | ) |
Returns handle for interface implementation of SPI communication with LCD display.