We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088249b commit d574cafCopy full SHA for d574caf
components/lvgl_esp32_drivers/lvgl_tft/Kconfig
@@ -795,7 +795,7 @@ menu "LVGL TFT Display controller"
795
Configure the display MOSI pin here.
796
797
config LV_DISPLAY_USE_SPI_MISO
798
- bool "Use MISO signal to control the display" if LV_TFT_DISPLAY_PROTOCOL_SPI
+ bool "GPIO for MISO (Master In Slave Out)" if LV_TFT_DISPLAY_PROTOCOL_SPI
799
default y if LV_PREDEFINED_PINS_TKOALA
800
help
801
Enable the MISO signal to control the display. You can disable
0 commit comments