parent
fc81c6da5a
commit
7c6bdc5635
2 changed files with 16 additions and 0 deletions
|
@ -494,6 +494,18 @@ menu "LVGL TFT Display controller"
|
|||
bool "QIO (4-bit Quad SPI)"
|
||||
endchoice
|
||||
|
||||
config LV_TFT_DISPLAY_USE_CUSTOM_SPI_MODE
|
||||
bool "Use custom SPI Mode" if LV_TFT_DISPLAY_PROTOCOL_SPI
|
||||
help
|
||||
Allow user to choose a custom SPI mode
|
||||
|
||||
config LV_TFT_DISPLAY_CUSTOM_SPI_MODE
|
||||
int "Custom SPI Mode"
|
||||
range 0 3
|
||||
depends on LV_TFT_DISPLAY_USE_CUSTOM_SPI_MODE
|
||||
help
|
||||
Custom SPI mode, representing a pair of (CPOL, CPHA) configuration.
|
||||
|
||||
choice
|
||||
prompt "TFT SPI Duplex Mode" if LV_TFT_DISPLAY_PROTOCOL_SPI
|
||||
default LV_TFT_DISPLAY_SPI_FULL_DUPLEX if LV_PREDEFINED_DISPLAY_RPI_RA8875 || LV_TFT_DISPLAY_CONTROLLER_FT81X
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue