diff options
| author | Titus <154823939+tituscmd@users.noreply.github.com> | 2025-03-14 13:07:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-14 13:07:46 +0100 |
| commit | 30e56834d5301a1e2c2578770293365a7664d9f1 (patch) | |
| tree | 2c96a9f12e2a33a91d8fd2191b0dd7be23b027d9 /src/displayapp/screens/BatteryInfo.h | |
| parent | 728da0f4a08d327344aeaf4bf2730a0ce74ab74f (diff) | |
BatteryInfo App Redesign using arc (#2236)
Redesign BatteryInfo App using an Arch widget instead of a bar.
The colors I used are as follows:
- Discharging (default): green
- Charging: lime
- Battery full: blue
- Battery low (<10%): red
Diffstat (limited to 'src/displayapp/screens/BatteryInfo.h')
| -rw-r--r-- | src/displayapp/screens/BatteryInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/BatteryInfo.h b/src/displayapp/screens/BatteryInfo.h index aa01d464..27bbaa00 100644 --- a/src/displayapp/screens/BatteryInfo.h +++ b/src/displayapp/screens/BatteryInfo.h @@ -24,7 +24,7 @@ namespace Pinetime { lv_obj_t* voltage; lv_obj_t* percent; - lv_obj_t* charging_bar; + lv_obj_t* chargingArc; lv_obj_t* status; lv_task_t* taskRefresh; |
