BangleApps/apps/ctrlpad/README.md

17 lines
640 B
Markdown
Raw Normal View History

2024-04-24 17:18:00 +00:00
# Description
2024-04-24 18:36:32 +00:00
A control pad app to provide fast access to common functions, such as bluetooth power, HRM and Do Not Disturb.
By dragging from the top of the watch, you have this control without leaving your current app (e.g. on a run, bike ride or just watching the clock).
2024-04-24 17:18:00 +00:00
# Usage
2024-04-24 18:36:32 +00:00
Swipe down to enable and observe the overlay being dragged in. Swipe up on the overlay to hide it again. Then tap on a given button to trigger it.
2024-04-24 17:18:00 +00:00
Requires espruino firmware > 2v17 to avoid event handler clashes.
2024-04-24 18:36:32 +00:00
# Setup / Technical details
2024-04-24 17:18:00 +00:00
2024-04-24 18:36:32 +00:00
The control pad disables drag and touch event handlers while active, preventing other apps from interfering.