32#define SSD1283A_SPI_MAX_TRANSFER_SIZE 648
33#define SSD1283A_SPI_QUEUE_SIZE 7
34#define SSD1283A_SPI_CLOCK_SPEED 10*1000*1000
36#define SSD1283A_WIDTH 132
37#define SSD1283A_HEIGHT 132
Contains interface implementation of SPI communication with LCD display.
LCD_handle_t lcd_ssd1283a_spi__Create(spi_device_handle_t spi, const int dc, const int reset)
Creates the instance of LCD driver to communicate with SSD1283A controller using SPI interface.
Definition: lcd_ssd1283a.c:196
Base structure describing characteristics of LCD display and its driver.
Definition: lcd_low.h:100