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.
Loading...
Searching...
No Matches
LCD_t Struct Reference

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
 

Detailed Description

Base structure describing characteristics of LCD display and its driver.

Note
Handle for the structure is returned by initialize method of specific LCD controller (e.g. check lcd_ssd1283a.h file).

Field Documentation

◆ com

Handle to low-level communication interface

◆ controller

Handle to LCD controller implementation interface

◆ displayState

bool displayState

State of the display (1 - turned on, 0 - turned off)

◆ height

uint16_t height

Height of the display in pixels

◆ width

uint16_t width

Width of the display in pixels


The documentation for this struct was generated from the following file: