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_spi_t Struct Reference

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
 

Detailed Description

Derived structure describing characteristics of LCD display that uses SPI protocol for communication.

Field Documentation

◆ base

LCD_t base

Base structure of LCD display driver characteristics

◆ dcGpio

int dcGpio

GPIO for DC (data/command) pin

◆ resetGpio

int resetGpio

GPIO for reset pin

◆ spi

spi_device_handle_t spi

Handle for the device (LCD display) on SPI bus


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