aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/WatchFaceInfineat.cpp
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2023-01-21 13:07:40 +0200
committerRiku Isokoski <riksu9000@gmail.com>2023-01-26 10:58:47 +0200
commita7a1dcbf23382147c62b06a9d27b7813c01eccd2 (patch)
tree96530a73387807183731ac6da83a526ced438684 /src/displayapp/screens/WatchFaceInfineat.cpp
parent1feb01b25f7e5a13b1cd96d4612b2aeba33195ca (diff)
infineat: Remove unnecessary background colorization
Diffstat (limited to 'src/displayapp/screens/WatchFaceInfineat.cpp')
-rw-r--r--src/displayapp/screens/WatchFaceInfineat.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/displayapp/screens/WatchFaceInfineat.cpp b/src/displayapp/screens/WatchFaceInfineat.cpp
index 8f654857..7266b328 100644
--- a/src/displayapp/screens/WatchFaceInfineat.cpp
+++ b/src/displayapp/screens/WatchFaceInfineat.cpp
@@ -47,12 +47,6 @@ WatchFaceInfineat::WatchFaceInfineat(DisplayApp* app,
font_bebas = lv_font_load("F:/fonts/bebas.bin");
}
- // Black background covering the whole screen
- background = lv_obj_create(lv_scr_act(), nullptr);
- lv_obj_set_style_local_bg_color(background, LV_BTN_PART_MAIN, LV_STATE_DEFAULT, LV_COLOR_BLACK);
- lv_obj_set_size(background, 240, 240);
- lv_obj_align(background, lv_scr_act(), LV_ALIGN_IN_TOP_LEFT, 0, 0);
-
// Side Cover
lineBattery = lv_line_create(lv_scr_act(), nullptr);