From 6d0d8c7d6373062cd084c170d2e50e1535c9e95d Mon Sep 17 00:00:00 2001 From: Max Friedrich Date: Tue, 15 Aug 2023 13:01:17 +0200 Subject: watchfaceanalog: Background in lvgl (#1824) * change background image to widgets This commit removes the background image for the WatchFaceAnalog and replaces it with lvgl widgets. It aims to keep the original look. * remove comments and background image --------- Co-authored-by: minacode --- src/displayapp/screens/WatchFaceAnalog.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/displayapp/screens/WatchFaceAnalog.h') diff --git a/src/displayapp/screens/WatchFaceAnalog.h b/src/displayapp/screens/WatchFaceAnalog.h index 501de115..7e83cfcb 100644 --- a/src/displayapp/screens/WatchFaceAnalog.h +++ b/src/displayapp/screens/WatchFaceAnalog.h @@ -46,6 +46,11 @@ namespace Pinetime { using days = std::chrono::duration>; // TODO: days is standard in c++20 Utility::DirtyValue> currentDate; + lv_obj_t* minor_scales; + lv_obj_t* major_scales; + lv_obj_t* large_scales; + lv_obj_t* twelve; + lv_obj_t* hour_body; lv_obj_t* hour_body_trace; lv_obj_t* minute_body; -- cgit v1.2.3-70-g09d2