Ubiquitous/RT_Thread: fix lcd drive for k210 ,before lcd drive can't work with spi.

This commit is contained in:
chunyexixiaoyu
2021-06-21 18:03:15 +08:00
parent fedd6affc9
commit 5b9cbad759
3 changed files with 21 additions and 14 deletions
@@ -96,8 +96,9 @@
#define DIGITAL_GAMMA_CTL2 0xE3
#define INTERFACE_CTL 0xF6
#define DCX_GPIONUM (2)
#define RST_GPIONUM (3)
#define DCX_GPIONUM (5)
#define RST_GPIONUM (4)
#define LCD_SPI_SLAVE_SELECT 3
#define SPI_CHANNEL 0
#define SPI_SLAVE_SELECT 3