summaryrefslogtreecommitdiff
path: root/src/DisplayApp/Screens/BleIcon.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-03-14 16:33:47 +0100
committerJF <jf@codingfield.com>2020-03-14 16:33:47 +0100
commit4d2aacf8639f565b822020cdb43c011e1a72dc7b (patch)
treecb277bb2efe7bc51737db9784483c736a3a87937 /src/DisplayApp/Screens/BleIcon.h
parenta91c68c931cc8308e87acd796afb46ba70ae3dc2 (diff)
Display battery level and BLE connection status using icon on Clock screen.
Diffstat (limited to 'src/DisplayApp/Screens/BleIcon.h')
-rw-r--r--src/DisplayApp/Screens/BleIcon.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/DisplayApp/Screens/BleIcon.h b/src/DisplayApp/Screens/BleIcon.h
new file mode 100644
index 00000000..ee090f96
--- /dev/null
+++ b/src/DisplayApp/Screens/BleIcon.h
@@ -0,0 +1,14 @@
+#pragma once
+
+#include <libs/lvgl/src/lv_draw/lv_img_decoder.h>
+
+namespace Pinetime {
+ namespace Applications {
+ namespace Screens {
+ class BleIcon {
+ public:
+ static lv_img_dsc_t* GetIcon(bool isConnected);
+ };
+ }
+ }
+} \ No newline at end of file