Skip to content

Commit e326044

Browse files
committed
Default FSPI when ESP32S2 is target
1 parent a90ed98 commit e326044

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/lvgl_esp32_drivers/lvgl_tft/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ menu "LVGL TFT Display controller"
403403
!LV_PREDEFINED_DISPLAY_TTGO
404404
default LV_TFT_DISPLAY_SPI_VSPI if LV_PREDEFINED_DISPLAY_TTGO && \
405405
!IDF_TARGET_ESP32S2
406-
default LV_TFT_DISPLAY_SPI_HSPI
406+
default LV_TFT_DISPLAY_SPI_FSPI if IDF_TARGET_ESP32S2
407407
help
408408
Select the SPI Bus the TFT Display is attached to.
409409

components/lvgl_esp32_drivers/lvgl_touch/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ menu "LVGL Touch controller"
7878
depends on LV_TOUCH_DRIVER_PROTOCOL_SPI
7979

8080
default LV_TOUCH_CONTROLLER_SPI_VSPI if !IDF_TARGET_ESP32S2
81-
default LV_TOUCH_CONTROLLER_SPI_HSPI if IDF_TARGET_ESP32S2
81+
default LV_TOUCH_CONTROLLER_SPI_FSPI if IDF_TARGET_ESP32S2
8282
help
8383
Select the SPI Bus the TFT Display is attached to.
8484

0 commit comments

Comments
 (0)