Skip to content

Commit 4e85968

Browse files
committed
boards/esp32s3-wt32-sc01-plus: enable LCD parallel interface
1 parent 70053c5 commit 4e85968

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

boards/esp32s3-wt32-sc01-plus/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ config BOARD_ESP32S3_WT32_SC01_PLUS
2424

2525
select HAVE_FT5X06
2626
select HAVE_LCD_PARALLEL if MODULE_ST7796
27+
select HAVE_LCD_PARALLEL_LL_MCU if MODULE_ST7796
2728
select HAVE_MTD_SDCARD_DEFAULT
2829
select HAVE_ST7796
2930

boards/esp32s3-wt32-sc01-plus/Makefile.dep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ endif
2929

3030
ifneq (,$(filter st7796,$(USEMODULE)))
3131
USEMODULE += lcd_parallel
32+
USEMODULE += lcd_parallel_ll_mcu
3233
endif
3334

3435
ifneq (,$(filter touch_dev,$(USEMODULE)))

0 commit comments

Comments
 (0)