We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70053c5 commit 4e85968Copy full SHA for 4e85968
boards/esp32s3-wt32-sc01-plus/Kconfig
@@ -24,6 +24,7 @@ config BOARD_ESP32S3_WT32_SC01_PLUS
24
25
select HAVE_FT5X06
26
select HAVE_LCD_PARALLEL if MODULE_ST7796
27
+ select HAVE_LCD_PARALLEL_LL_MCU if MODULE_ST7796
28
select HAVE_MTD_SDCARD_DEFAULT
29
select HAVE_ST7796
30
boards/esp32s3-wt32-sc01-plus/Makefile.dep
@@ -29,6 +29,7 @@ endif
ifneq (,$(filter st7796,$(USEMODULE)))
31
USEMODULE += lcd_parallel
32
+ USEMODULE += lcd_parallel_ll_mcu
33
endif
34
35
ifneq (,$(filter touch_dev,$(USEMODULE)))
0 commit comments