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.
|
Base structure describing characteristics of LCD display and its driver. More...
#include <lcd_low.h>
Data Fields | |
uint16_t | width |
uint16_t | height |
bool | displayState |
LCD_com_handle_t | com |
LCD_controller_handle_t | controller |
Base structure describing characteristics of LCD display and its driver.
LCD_com_handle_t com |
Handle to low-level communication interface
LCD_controller_handle_t controller |
Handle to LCD controller implementation interface
bool displayState |
State of the display (1 - turned on, 0 - turned off)
uint16_t height |
Height of the display in pixels
uint16_t width |
Width of the display in pixels