Remove SPI guard for TTGO configuration

Fixes remaining part of #50
This commit is contained in:
Justin Smestad 2021-06-26 17:50:28 -06:00 committed by GitHub
parent 55dd527e10
commit 19087aeb06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -413,7 +413,7 @@ menu "LVGL TFT Display controller"
config LV_FT81X_CONFIG_EVE_EVE2_50G config LV_FT81X_CONFIG_EVE_EVE2_50G
bool "EVE_EVE2_50G" bool "EVE_EVE2_50G"
config LV_FT81X_CONFIG_EVE_EVE2_70 config LV_FT81X_CONFIG_EVE_EVE2_70
bool "EVE_EVE2_70" bool "EVE_EVE2_70"/
config LV_FT81X_CONFIG_EVE_EVE2_70G config LV_FT81X_CONFIG_EVE_EVE2_70G
bool "EVE_EVE2_70G" bool "EVE_EVE2_70G"
config LV_FT81X_CONFIG_EVE_EVE3_35 config LV_FT81X_CONFIG_EVE_EVE3_35
@ -459,8 +459,7 @@ menu "LVGL TFT Display controller"
endchoice endchoice
choice choice
prompt "TFT SPI Bus." if LV_TFT_DISPLAY_PROTOCOL_SPI && \ prompt "TFT SPI Bus." if LV_TFT_DISPLAY_PROTOCOL_SPI
!LV_PREDEFINED_DISPLAY_TTGO
default LV_TFT_DISPLAY_SPI_VSPI if LV_PREDEFINED_DISPLAY_TTGO && \ default LV_TFT_DISPLAY_SPI_VSPI if LV_PREDEFINED_DISPLAY_TTGO && \
!IDF_TARGET_ESP32S2 !IDF_TARGET_ESP32S2
default LV_TFT_DISPLAY_SPI_FSPI if IDF_TARGET_ESP32S2 default LV_TFT_DISPLAY_SPI_FSPI if IDF_TARGET_ESP32S2