mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 14:52:25 +00:00
Removed 'default y' from LVGL Kconfig files to disable features by default Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
10 lines
134 B
Plaintext
10 lines
134 B
Plaintext
CONFIG_HEAP_MEM_POOL_SIZE=16384
|
|
|
|
CONFIG_DISPLAY=y
|
|
CONFIG_DISPLAY_LOG_LEVEL_ERR=y
|
|
|
|
CONFIG_LOG=y
|
|
|
|
CONFIG_LVGL=y
|
|
CONFIG_LVGL_OBJ_LABEL=y
|