Files
E3-20260112-pitch/20250218-ETH-CAN_loadV1.3/e3_176_ref/middleware/littlevgl/Kconfig
2026-01-12 18:46:01 +08:00

35 lines
649 B
Plaintext

comment "LVGL gui engine"
config LVGL_SDRV_DISPLAY
bool "SDRV LVGL support display"
select DISPSS
default n
config LVGL_SDRV_DECODER_PNG
bool "SDRV LVGL support png decoder"
select DECODER_LODEPNG
default n
config LVGL_SDRV_DECODER_JPG
bool "SDRV LVGL support jpg decoder"
select TJPGDEC
default n
config LVGL_SDRV_FAT_FS
bool "SDRV LVGL support fat fs"
default n
config LVGL_SDRV_GPU
bool "SDRV LVGL support GPU"
select G2DLITE
default n
config LVGL_SDRV_INPUT
bool "SDRV LVGL support touch"
default n
config LVGL_EXAMPLE_DEMO
bool "SDRV LVGL examples demo"
default n