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.
|
Derived structure describing characteristics of LCD display that uses SPI protocol for communication. More...
#include <lcd_spi.h>
Data Fields | |
LCD_t | base |
spi_device_handle_t | spi |
int | dcGpio |
int | resetGpio |
Derived structure describing characteristics of LCD display that uses SPI protocol for communication.
LCD_t base |
Base structure of LCD display driver characteristics
int dcGpio |
GPIO for DC (data/command) pin
int resetGpio |
GPIO for reset pin
spi_device_handle_t spi |
Handle for the device (LCD display) on SPI bus