fix(kconfig) sync Kconfig with the latest lv_conf_template.h (#2662)
* fix(conf): correct LV_USE_EXTERNAL_RENDERER and LV_USE_GPU_SDL related setting Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> * fix(Kconfig): typo error in the font and theme related setting and correct the default value and sequence Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> * fix(Kconfig): Add the missing misc config Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> * fix(Kconfig): sync widget and theme in Kconfig with lv_conf_template.h Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> * fix(Kconfig): add the option for 3rd party library and examples Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#define DARK_COLOR_TEXT lv_palette_lighten(LV_PALETTE_GREY, 5)
|
||||
#define DARK_COLOR_GREY lv_color_hex(0x2f3237)
|
||||
|
||||
#define TRANSITION_TIME LV_THEME_DEFAULT_TRANSITON_TIME
|
||||
#define TRANSITION_TIME LV_THEME_DEFAULT_TRANSITION_TIME
|
||||
#define BORDER_WIDTH lv_disp_dpx(theme.disp, 2)
|
||||
#define OUTLINE_WIDTH lv_disp_dpx(theme.disp, 3)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user