Skip to content

Commit d574caf

Browse files
committed
lvgl tft: Fix displayed message for MISO signal on menuconfig.
1 parent 088249b commit d574caf

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

components/lvgl_esp32_drivers/lvgl_tft/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ menu "LVGL TFT Display controller"
795795
Configure the display MOSI pin here.
796796

797797
config LV_DISPLAY_USE_SPI_MISO
798-
bool "Use MISO signal to control the display" if LV_TFT_DISPLAY_PROTOCOL_SPI
798+
bool "GPIO for MISO (Master In Slave Out)" if LV_TFT_DISPLAY_PROTOCOL_SPI
799799
default y if LV_PREDEFINED_PINS_TKOALA
800800
help
801801
Enable the MISO signal to control the display. You can disable

0 commit comments

Comments
 (0)