diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2022-08-16 08:21:23 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-16 08:21:23 +0300 |
| commit | 78fc1682dac113fb6583d29de4a5f440c2e42363 (patch) | |
| tree | a64e1bb2ba0f240fcec5a487a7d0fe1c55c24e74 /src/displayapp/screens/WatchFaceDigital.cpp | |
| parent | d6aa767bdac84ac7ed8469288ae3400b5c0b5698 (diff) | |
Centralize most color definitions (#1258)
Diffstat (limited to 'src/displayapp/screens/WatchFaceDigital.cpp')
| -rw-r--r-- | src/displayapp/screens/WatchFaceDigital.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/WatchFaceDigital.cpp b/src/displayapp/screens/WatchFaceDigital.cpp index 7e876d8f..705272f7 100644 --- a/src/displayapp/screens/WatchFaceDigital.cpp +++ b/src/displayapp/screens/WatchFaceDigital.cpp @@ -34,7 +34,7 @@ WatchFaceDigital::WatchFaceDigital(DisplayApp* app, statusIcons.Create(); notificationIcon = lv_label_create(lv_scr_act(), nullptr); - lv_obj_set_style_local_text_color(notificationIcon, LV_LABEL_PART_MAIN, LV_STATE_DEFAULT, lv_color_hex(0x00FF00)); + lv_obj_set_style_local_text_color(notificationIcon, LV_LABEL_PART_MAIN, LV_STATE_DEFAULT, LV_COLOR_LIME); lv_label_set_text_static(notificationIcon, NotificationIcon::GetIcon(false)); lv_obj_align(notificationIcon, nullptr, LV_ALIGN_IN_TOP_LEFT, 0, 0); |
