diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2022-08-03 12:29:23 +0300 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2022-09-17 21:26:51 +0200 |
| commit | bf90e07a28ed0cd5816d9090a172c60af6170625 (patch) | |
| tree | ea9f7349945606ed9a000d54c9d93bd20cdc7c36 /src/displayapp/widgets | |
| parent | 6ed8e983e96afea0fc42f06d43ff5927728d9f6b (diff) | |
Improve status icon visibility
Diffstat (limited to 'src/displayapp/widgets')
| -rw-r--r-- | src/displayapp/widgets/StatusIcons.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/displayapp/widgets/StatusIcons.cpp b/src/displayapp/widgets/StatusIcons.cpp index 607f3745..aacf13ae 100644 --- a/src/displayapp/widgets/StatusIcons.cpp +++ b/src/displayapp/widgets/StatusIcons.cpp @@ -15,11 +15,9 @@ void StatusIcons::Create() { lv_obj_set_style_local_bg_opa(container, LV_CONT_PART_MAIN, LV_STATE_DEFAULT, LV_OPA_TRANSP); bleIcon = lv_label_create(container, nullptr); - lv_obj_set_style_local_text_color(bleIcon, LV_LABEL_PART_MAIN, LV_STATE_DEFAULT, lv_color_hex(0x0082FC)); lv_label_set_text_static(bleIcon, Screens::Symbols::bluetooth); batteryPlug = lv_label_create(container, nullptr); - lv_obj_set_style_local_text_color(batteryPlug, LV_LABEL_PART_MAIN, LV_STATE_DEFAULT, LV_COLOR_RED); lv_label_set_text_static(batteryPlug, Screens::Symbols::plug); batteryIcon.Create(container); |
