Skip to content

Commit 19087ae

Browse files
authored
Remove SPI guard for TTGO configuration
Fixes remaining part of #50
1 parent 55dd527 commit 19087ae

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lvgl_tft/Kconfig

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ menu "LVGL TFT Display controller"
413413
config LV_FT81X_CONFIG_EVE_EVE2_50G
414414
bool "EVE_EVE2_50G"
415415
config LV_FT81X_CONFIG_EVE_EVE2_70
416-
bool "EVE_EVE2_70"
416+
bool "EVE_EVE2_70"/
417417
config LV_FT81X_CONFIG_EVE_EVE2_70G
418418
bool "EVE_EVE2_70G"
419419
config LV_FT81X_CONFIG_EVE_EVE3_35
@@ -459,8 +459,7 @@ menu "LVGL TFT Display controller"
459459
endchoice
460460

461461
choice
462-
prompt "TFT SPI Bus." if LV_TFT_DISPLAY_PROTOCOL_SPI && \
463-
!LV_PREDEFINED_DISPLAY_TTGO
462+
prompt "TFT SPI Bus." if LV_TFT_DISPLAY_PROTOCOL_SPI
464463
default LV_TFT_DISPLAY_SPI_VSPI if LV_PREDEFINED_DISPLAY_TTGO && \
465464
!IDF_TARGET_ESP32S2
466465
default LV_TFT_DISPLAY_SPI_FSPI if IDF_TARGET_ESP32S2

0 commit comments

Comments
 (0)