mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-02 01:18:04 +08:00
fix(Kconfig): add missing LV_USE_THEME_MONO (#3146)
This commit is contained in:
@@ -841,7 +841,7 @@ menu "LVGL configuration"
|
|||||||
menu "Themes"
|
menu "Themes"
|
||||||
config LV_USE_THEME_DEFAULT
|
config LV_USE_THEME_DEFAULT
|
||||||
bool "A simple, impressive and very complete theme"
|
bool "A simple, impressive and very complete theme"
|
||||||
default y if !LV_CONF_MINIMAL
|
default y if !LV_COLOR_DEPTH_1 && !LV_CONF_MINIMAL
|
||||||
config LV_THEME_DEFAULT_DARK
|
config LV_THEME_DEFAULT_DARK
|
||||||
bool "Yes to set dark mode, No to set light mode"
|
bool "Yes to set dark mode, No to set light mode"
|
||||||
depends on LV_USE_THEME_DEFAULT
|
depends on LV_USE_THEME_DEFAULT
|
||||||
@@ -855,7 +855,10 @@ menu "LVGL configuration"
|
|||||||
depends on LV_USE_THEME_DEFAULT
|
depends on LV_USE_THEME_DEFAULT
|
||||||
config LV_USE_THEME_BASIC
|
config LV_USE_THEME_BASIC
|
||||||
bool "A very simple theme that is a good starting point for a custom theme"
|
bool "A very simple theme that is a good starting point for a custom theme"
|
||||||
default y if !LV_CONF_MINIMAL
|
default y if !LV_COLOR_DEPTH_1 && !LV_CONF_MINIMAL
|
||||||
|
config LV_USE_THEME_MONO
|
||||||
|
bool "Monochrome theme, suitable for some E-paper & dot matrix displays"
|
||||||
|
default y if LV_COLOR_DEPTH_1 && !LV_CONF_MINIMAL
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
menu "Layouts"
|
menu "Layouts"
|
||||||
|
|||||||
Reference in New Issue
Block a user