summaryrefslogtreecommitdiff
path: root/src/ui/include/widget_top_bar.hpp
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-08-28 20:36:31 +1000
committerjacqueline <me@jacqueline.id.au>2023-08-28 20:36:31 +1000
commitc214d4b40e2502bf22aa827e8f210cc4296de9fd (patch)
treeda596a778e53e2255994e79a640ba2eab58c2f42 /src/ui/include/widget_top_bar.hpp
parentfa7fa98dc1a6d611dcc4badbfeebef307514a166 (diff)
downloadtangara-fw-c214d4b40e2502bf22aa827e8f210cc4296de9fd.tar.gz
Add some more icons, and reflect play/pause in top bar
Diffstat (limited to 'src/ui/include/widget_top_bar.hpp')
-rw-r--r--src/ui/include/widget_top_bar.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/include/widget_top_bar.hpp b/src/ui/include/widget_top_bar.hpp
index adb889fc..87920338 100644
--- a/src/ui/include/widget_top_bar.hpp
+++ b/src/ui/include/widget_top_bar.hpp
@@ -48,6 +48,7 @@ class TopBar {
lv_obj_t* title_;
lv_obj_t* playback_;
lv_obj_t* battery_;
+ lv_obj_t* charging_;
};
} // namespace widgets