ddlist and roller group updates + updates with USE_LV_ANIMATION = 0
This commit is contained in:
@@ -221,6 +221,7 @@ static void lmeter_init(void)
|
||||
lmeter_bg.body.padding.hor = LV_DPI / 20;
|
||||
lmeter_bg.body.padding.inner = LV_DPI / 8;
|
||||
lmeter_bg.line.color = LV_COLOR_WHITE;
|
||||
lmeter_bg.line.width = 1;
|
||||
|
||||
theme.lmeter = &lmeter_bg;
|
||||
#endif
|
||||
@@ -232,7 +233,7 @@ static void gauge_init(void)
|
||||
static lv_style_t gauge_bg;
|
||||
lv_style_copy(&gauge_bg, theme.lmeter);
|
||||
gauge_bg.line.color = LV_COLOR_BLACK;
|
||||
gauge_bg.line.width = 3;
|
||||
gauge_bg.line.width = 1;
|
||||
|
||||
|
||||
theme.gauge = &gauge_bg;
|
||||
|
||||
Reference in New Issue
Block a user