From 19087aeb06fb18487c45ef063ff12d2cc3871656 Mon Sep 17 00:00:00 2001 From: Justin Smestad Date: Sat, 26 Jun 2021 17:50:28 -0600 Subject: [PATCH] Remove SPI guard for TTGO configuration Fixes remaining part of #50 --- lvgl_tft/Kconfig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lvgl_tft/Kconfig b/lvgl_tft/Kconfig index 7c1bd60..709ca5a 100644 --- a/lvgl_tft/Kconfig +++ b/lvgl_tft/Kconfig @@ -413,7 +413,7 @@ menu "LVGL TFT Display controller" config LV_FT81X_CONFIG_EVE_EVE2_50G bool "EVE_EVE2_50G" config LV_FT81X_CONFIG_EVE_EVE2_70 - bool "EVE_EVE2_70" + bool "EVE_EVE2_70"/ config LV_FT81X_CONFIG_EVE_EVE2_70G bool "EVE_EVE2_70G" config LV_FT81X_CONFIG_EVE_EVE3_35 @@ -459,8 +459,7 @@ menu "LVGL TFT Display controller" endchoice choice - prompt "TFT SPI Bus." if LV_TFT_DISPLAY_PROTOCOL_SPI && \ - !LV_PREDEFINED_DISPLAY_TTGO + prompt "TFT SPI Bus." if LV_TFT_DISPLAY_PROTOCOL_SPI default LV_TFT_DISPLAY_SPI_VSPI if LV_PREDEFINED_DISPLAY_TTGO && \ !IDF_TARGET_ESP32S2 default LV_TFT_DISPLAY_SPI_FSPI if IDF_TARGET_ESP32S2