WatchfaceAnalog: add ble icon (#1430)
This commit is contained in:
parent
f4684f6ea5
commit
56b6291ab7
2 changed files with 15 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ namespace Pinetime {
|
|||
|
||||
DirtyValue<uint8_t> batteryPercentRemaining {0};
|
||||
DirtyValue<bool> isCharging {};
|
||||
DirtyValue<bool> bleState {};
|
||||
DirtyValue<std::chrono::time_point<std::chrono::system_clock, std::chrono::nanoseconds>> currentDateTime;
|
||||
DirtyValue<bool> 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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue