File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
components/lvgl_esp32_drivers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments