From 56b6291ab779acd8cd5af007a0a97397a93a33f2 Mon Sep 17 00:00:00 2001 From: Itai Nelken <70802936+Itai-Nelken@users.noreply.github.com> Date: Tue, 21 Feb 2023 20:48:42 +0200 Subject: WatchfaceAnalog: add ble icon (#1430) --- src/displayapp/screens/WatchFaceAnalog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/displayapp/screens/WatchFaceAnalog.h') diff --git a/src/displayapp/screens/WatchFaceAnalog.h b/src/displayapp/screens/WatchFaceAnalog.h index 6e4e88a3..4819be80 100644 --- a/src/displayapp/screens/WatchFaceAnalog.h +++ b/src/displayapp/screens/WatchFaceAnalog.h @@ -44,6 +44,7 @@ namespace Pinetime { DirtyValue batteryPercentRemaining {0}; DirtyValue isCharging {}; + DirtyValue bleState {}; DirtyValue> currentDateTime; DirtyValue notificationState {false}; @@ -68,6 +69,7 @@ namespace Pinetime { lv_obj_t* label_date_day; lv_obj_t* plugIcon; lv_obj_t* notificationIcon; + lv_obj_t* bleIcon; BatteryIcon batteryIcon; -- cgit v1.2.3-70-g09d2