Skip to content

Commit 3fc2e2f

Browse files
committed
Fix typo
1 parent e326044 commit 3fc2e2f

File tree

1 file changed

+1
-1
lines changed
  • components/lvgl_esp32_drivers/lvgl_touch

1 file changed

+1
-1
lines changed

components/lvgl_esp32_drivers/lvgl_touch/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ menu "LVGL Touch controller"
8686
bool "HSPI"
8787
config LV_TOUCH_CONTROLLER_SPI_VSPI
8888
bool "VSPI" if !IDF_TARGET_ESP32S2
89-
config LV_TOUCH_DISPLAY_SPI_FSPI
89+
config LV_TOUCH_CONTROLLER_SPI_FSPI
9090
bool "FSPI" if IDF_TARGET_ESP32S2
9191
endchoice
9292

0 commit comments

Comments
 (0)