Remove custom styles in Screens and define default style and "Big style" in LittleVgl during the initialization of LVGL.

This commit is contained in:
JF
2020-07-03 21:37:40 +02:00
parent ca549bcfd8
commit bb11891b6e
6 changed files with 9 additions and 27 deletions

View File

@@ -79,6 +79,7 @@ namespace Pinetime {
uint16_t hue = 10;
lv_theme_t theme;
lv_style_t btn_rel, btn_pr, btn_tgl_rel, btn_tgl_pr, btn_ina;
lv_style_t labelBigStyle;
lv_style_t prim, sec, hint;
lv_style_t led;
lv_style_t bar_bg, bar_indic;