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.h File Reference

Contains interface implementation of SPI communication with LCD display. More...

#include "driver/spi_master.h"
#include "lcd_low.h"

Go to the source code of this file.

Data Structures

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

Typedefs

typedef struct LCD_spi_t LCD_spi_t
 
typedef struct LCD_spi_tLCD_spi_handle_t
 

Functions

LCD_com_handle_t lcd_spi__GetCom (void)
 Returns handle for interface implementation of SPI communication with LCD display. More...
 

Detailed Description

Contains interface implementation of SPI communication with LCD display.

Author
Damian Úlusarczyk

Typedef Documentation

◆ LCD_spi_handle_t

typedef struct LCD_spi_t* LCD_spi_handle_t

Handle type for LCD SPI communication interface instance

Function Documentation

◆ lcd_spi__GetCom()

LCD_com_handle_t lcd_spi__GetCom ( void  )

Returns handle for interface implementation of SPI communication with LCD display.

Returns
LCD_com_handle_t Handle for interface implementation of SPI communication with LCD display