summaryrefslogtreecommitdiff
path: root/src/displayapp
diff options
context:
space:
mode:
authorhubmartin <hub.martin@gmail.com>2021-08-04 15:26:19 +0200
committerJF <JF002@users.noreply.github.com>2021-12-30 20:50:05 +0100
commitf52d6bfa677d1884f8df03af190a5521fa6809f9 (patch)
tree34f54ebe36b8ec78c9a86fcc1a30f57f0ddf7fc9 /src/displayapp
parent86ee7a70b741c970f6cd90827c1bf9874fd50975 (diff)
Real white now
Diffstat (limited to 'src/displayapp')
-rw-r--r--src/displayapp/screens/WatchFaceDigital.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/WatchFaceDigital.cpp b/src/displayapp/screens/WatchFaceDigital.cpp
index f71b51fe..1b8547fb 100644
--- a/src/displayapp/screens/WatchFaceDigital.cpp
+++ b/src/displayapp/screens/WatchFaceDigital.cpp
@@ -44,7 +44,7 @@ WatchFaceDigital::WatchFaceDigital(DisplayApp* app,
lv_obj_align(batteryPlug, batteryIcon, LV_ALIGN_OUT_LEFT_MID, -5, 0);
bleIcon = lv_label_create(lv_scr_act(), nullptr);
- lv_obj_set_style_local_text_color(bleIcon, LV_LABEL_PART_MAIN, LV_STATE_DEFAULT, lv_color_hex(0x000000));
+ lv_obj_set_style_local_text_color(bleIcon, LV_LABEL_PART_MAIN, LV_STATE_DEFAULT, lv_color_hex(0xFFFFFF));
lv_label_set_text(bleIcon, Symbols::bluetooth);
lv_obj_align(bleIcon, batteryPlug, LV_ALIGN_OUT_LEFT_MID, -5, 0);