diff options
| author | JF <jf@codingfield.com> | 2020-07-03 21:37:40 +0200 |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-07-03 21:37:40 +0200 |
| commit | bb11891b6e66efdc0a0fc8a9761d94719fd4748f (patch) | |
| tree | e11e953522ef9f4370b44f8a415d2cc597ef9383 /src/DisplayApp/LittleVgl.h | |
| parent | ca549bcfd86ea3426a74292abbe2e4bd1303cb75 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DisplayApp/LittleVgl.h b/src/DisplayApp/LittleVgl.h index c6e728b2..8bd56ddf 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; |
