mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/esp32s3-wt32-sc01-plus: enable LCD parallel interface
This commit is contained in:
parent
70053c5284
commit
4e85968145
@ -24,6 +24,7 @@ config BOARD_ESP32S3_WT32_SC01_PLUS
|
||||
|
||||
select HAVE_FT5X06
|
||||
select HAVE_LCD_PARALLEL if MODULE_ST7796
|
||||
select HAVE_LCD_PARALLEL_LL_MCU if MODULE_ST7796
|
||||
select HAVE_MTD_SDCARD_DEFAULT
|
||||
select HAVE_ST7796
|
||||
|
||||
|
@ -29,6 +29,7 @@ endif
|
||||
|
||||
ifneq (,$(filter st7796,$(USEMODULE)))
|
||||
USEMODULE += lcd_parallel
|
||||
USEMODULE += lcd_parallel_ll_mcu
|
||||
endif
|
||||
|
||||
ifneq (,$(filter touch_dev,$(USEMODULE)))
|
||||
|
Loading…
Reference in New Issue
Block a user