mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-01 00:51:49 +08:00
chore: remove debug code
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
#define theme_def (LV_GLOBAL_DEFAULT()->theme_default)
|
#define theme_def (LV_GLOBAL_DEFAULT()->theme_default)
|
||||||
|
|
||||||
#define MODE_DARK 1
|
#define MODE_DARK 1
|
||||||
#define RADIUS_DEFAULT _LV_DPX_CALC(theme->disp_dpi, theme->disp_size == DISP_LARGE ? 12 : 8) * 2
|
#define RADIUS_DEFAULT _LV_DPX_CALC(theme->disp_dpi, theme->disp_size == DISP_LARGE ? 12 : 8)
|
||||||
|
|
||||||
/*SCREEN*/
|
/*SCREEN*/
|
||||||
#define LIGHT_COLOR_SCR lv_palette_lighten(LV_PALETTE_GREY, 4)
|
#define LIGHT_COLOR_SCR lv_palette_lighten(LV_PALETTE_GREY, 4)
|
||||||
|
|||||||
Reference in New Issue
Block a user