2021-12-08 16:37:42 +00:00
# Pattern Launcher
Directly launch apps from the clock screen with custom patterns.
## Usage
Create patterns and link them to apps in the Pattern Launcher app.
Then launch the linked apps directly from the clock screen by simply drawing the desired pattern.
2021-12-10 17:48:25 +00:00
## Add Pattern Screenshots
2021-12-08 16:37:42 +00:00
2021-12-14 20:54:35 +00:00






2021-12-08 16:37:42 +00:00
2021-12-10 17:48:25 +00:00
## Manage Pattern Screenshots
2021-12-14 20:54:35 +00:00




2021-12-10 17:48:25 +00:00
## Detailed Steps
2021-12-08 16:37:42 +00:00
From the main menu you can:
2021-12-19 21:11:38 +00:00
2021-12-08 16:37:42 +00:00
- Add a new pattern and link it to an app (first entry)
2021-12-19 21:11:38 +00:00
- To create a new pattern first select "Add Pattern"
- Now draw any pattern you like, this will later launch the linked app from the clock screen
- You can also draw a single-circle pattern (meaning a single tap on one circle) instead of drawing a 'complex' pattern
- If you don't like the pattern, simply re-draw it. The previous pattern will be discarded.
2021-12-19 21:14:14 +00:00
- If you are happy with the pattern press the button to continue
2021-12-19 21:11:38 +00:00
- Now select the app you want to launch with the pattern.
- Note, you can bind multiple patterns to the same app.
2021-12-10 17:48:25 +00:00
- Manage created patterns (second entry)
2021-12-19 21:11:38 +00:00
- To manage your patterns first select "Manage Patterns"
- You will now see a scrollabe list of patterns + linked apps
- If you want to deletion a pattern (and unlink the app) simply tap on it, and confirm the deletion
2021-12-08 16:37:42 +00:00
- Disable the lock screen on the clock screen from the settings (third entry)
2021-12-19 21:11:38 +00:00
- To launch the app from the pattern on the clock screen the watch must be unlocked.
- If this annoys you, you can disable the lock on the clock screen from the setting here
2021-12-08 16:37:42 +00:00
## FAQ
2021-12-19 21:11:38 +00:00
1. Nothing happens when I draw on the clock screen!
2021-12-08 16:37:42 +00:00
Please double-check if you actually have a pattern linked to an app.
2021-12-19 21:11:38 +00:00
2. I have a pattern linked to an app and still nothing happens when I draw on the clock screen!
2021-12-08 16:37:42 +00:00
Make sure the watch is unlocked before you start drawing. If this bothers you, you can permanently disable the watch-lock from within the Pattern Launcher app (via the Settings).
2021-12-19 21:11:38 +00:00
3. I have done all that and still nothing happens!
2021-12-08 16:37:42 +00:00
Please note that drawing on the clock screen will not visually show the pattern you drew. It will start the app as soon as the pattern was recognized - this might take 1 or 2 seconds! If still nothing happens, that might be a bug, sorry!
2021-12-19 20:59:30 +00:00
## Authors
Initial creation: [crazysaem ](https://github.com/crazysaem )
Improve pattern detection code readability: [PaddeK ](http://forum.espruino.com/profiles/117930/ )
2021-12-19 21:11:38 +00:00
Improve pattern rendering: [HughB ](http://forum.espruino.com/profiles/167235/ )