9 lines
299 B
C
9 lines
299 B
C
#pragma once
|
|
|
|
#define TPAGER_LCD_SPI_HOST SPI2_HOST
|
|
#define TPAGER_LCD_PIN_CS GPIO_NUM_38
|
|
#define TPAGER_LCD_PIN_DC GPIO_NUM_37 // RS
|
|
#define TPAGER_LCD_HORIZONTAL_RESOLUTION 222
|
|
#define TPAGER_LCD_VERTICAL_RESOLUTION 480
|
|
#define TPAGER_LCD_SPI_TRANSFER_HEIGHT (TPAGER_LCD_VERTICAL_RESOLUTION / 10)
|