mirror of https://github.com/espruino/BangleApps
16 lines
357 B
Markdown
16 lines
357 B
Markdown
# Device Status Widget
|
|
|
|
This widget shows a rectangle containing
|
|
|
|
- `B` if Bluetooth is on
|
|
- `C` if the compass is on
|
|
- `G` if GPS is on
|
|
- `H` if the heart rate monitor is on
|
|
|
|
at fixed positions, and two bars
|
|
|
|
- left to right: usage of Flash storage
|
|
- bottom to top: usage of RAM
|
|
|
|
in green if below 50%, orange if between 50% and 80%, and red if above 80%.
|