BangleApps/apps/drained/README.md

34 lines
1.0 KiB
Markdown
Raw Normal View History

2023-04-07 16:52:54 +00:00
# Drained
2023-03-10 23:20:28 +00:00
2023-04-19 21:40:54 +00:00
With this app installed, your Bangle will automatically switch into low power mode when the battery reaches 5% battery (or a preconfigured percentage), displaying a simple clock. When the battery is then charged above 20% (also configurable), normal operation is restored.
Low power mode can also be exited manually, by tapping the primary watch button (an initial tap may be required to unlock the watch).
2023-03-10 23:20:28 +00:00
# Features
2023-04-19 21:40:54 +00:00
## Persistence
- [x] Restore normal operation with sufficient charge
- [x] Reactivate on watch startup
2023-03-10 23:20:28 +00:00
## Time
2023-04-07 20:34:38 +00:00
- [x] Show simple date/time
- [ ] Disable alarms - with a setting?
- [ ] Smarter/backoff interval for checking battery percentage
2023-03-10 23:20:28 +00:00
## No backlight (#2502)
2023-04-07 20:34:38 +00:00
- [x] LCD brightness
- [ ] LCD timeout?
2023-03-10 23:20:28 +00:00
## Peripherals
2023-04-07 20:34:38 +00:00
- [x] Disable auto heart rate measurement in health app (#2502)
- [x] Overwrite setGPSPower() function (#2502)
- [x] Turn off already-running GPS / HRM
2023-03-10 23:20:28 +00:00
## Features
2023-04-07 20:34:38 +00:00
- [x] Wake on twist -> off (#2502)
2023-04-13 17:30:49 +00:00
- [x] Emit `"drained"` event
2023-03-10 23:20:28 +00:00
# Creator
2023-04-07 20:34:38 +00:00
- [bobrippling](https://github.com/bobrippling/)