summaryrefslogtreecommitdiff
path: root/src/DisplayApp/LittleVgl.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-07-03 19:37:40 (GMT)
committerJF <jf@codingfield.com>2020-07-03 19:37:40 (GMT)
commitbb11891b6e66efdc0a0fc8a9761d94719fd4748f (patch)
treee11e953522ef9f4370b44f8a415d2cc597ef9383 /src/DisplayApp/LittleVgl.h
parentca549bcfd86ea3426a74292abbe2e4bd1303cb75 (diff)
Remove custom styles in Screens and define default style and "Big style" in LittleVgl during the initialization of LVGL.
Diffstat (limited to 'src/DisplayApp/LittleVgl.h')
-rw-r--r--src/DisplayApp/LittleVgl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DisplayApp/LittleVgl.h b/src/DisplayApp/LittleVgl.h
index c6e728b..8bd56dd 100644
--- a/src/DisplayApp/LittleVgl.h
+++ b/src/DisplayApp/LittleVgl.h
@@ -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;