diff options
| author | JF <jf@codingfield.com> | 2020-07-03 19:37:40 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-07-03 19:37:40 (GMT) |
| commit | bb11891b6e66efdc0a0fc8a9761d94719fd4748f (patch) | |
| tree | e11e953522ef9f4370b44f8a415d2cc597ef9383 /src/DisplayApp/Screens/Clock.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/Screens/Clock.h')
| -rw-r--r-- | src/DisplayApp/Screens/Clock.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/DisplayApp/Screens/Clock.h b/src/DisplayApp/Screens/Clock.h index 7c4a09d..2450158 100644 --- a/src/DisplayApp/Screens/Clock.h +++ b/src/DisplayApp/Screens/Clock.h @@ -66,16 +66,9 @@ namespace Pinetime { DirtyValue<std::chrono::time_point<std::chrono::system_clock, std::chrono::nanoseconds>> currentDateTime; DirtyValue<Pinetime::Version> version; - lv_style_t* labelStyle; - lv_style_t labelBigStyle; - lv_obj_t * label_battery; - - lv_obj_t * label_ble; lv_obj_t* label_time; lv_obj_t* label_date; - lv_obj_t* label_version; lv_obj_t* backgroundLabel; - lv_obj_t * batteryIcon; lv_obj_t * bleIcon; |
