30#include "driver/spi_master.h"
45 spi_device_handle_t
spi;
Contains all structures required for proper communication with LCD display that uses different contro...
LCD_com_handle_t lcd_spi__GetCom(void)
Returns handle for interface implementation of SPI communication with LCD display.
Definition: lcd_spi.c:64
struct LCD_spi_t * LCD_spi_handle_t
Definition: lcd_spi.h:36
Structure containing function interface for low-level communication with specific LCD controller (som...
Definition: lcd_low.h:55
Derived structure describing characteristics of LCD display that uses SPI protocol for communication.
Definition: lcd_spi.h:43
LCD_t base
Definition: lcd_spi.h:44
int dcGpio
Definition: lcd_spi.h:46
int resetGpio
Definition: lcd_spi.h:47
spi_device_handle_t spi
Definition: lcd_spi.h:45
Base structure describing characteristics of LCD display and its driver.
Definition: lcd_low.h:100