diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-06-20 09:28:27 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-06-20 09:28:27 (GMT) |
| commit | 1a4b678b2b815884cb712244d8a1b5e50a5cbd86 (patch) | |
| tree | 87391a65edd67a3d43478d3a448f734967ebd955 /wasp/boards/manifest_240x240.py | |
| parent | 2a1ac322799ce0ae549110ec96dbb2caa28cf6d0 (diff) | |
apps: FacesApp: Add a watch face chooser
This app is enabled by default and allows users to select a watch face
based on a fullscreen preview of how the app will draw the screen.
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/boards/manifest_240x240.py')
| -rw-r--r-- | wasp/boards/manifest_240x240.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wasp/boards/manifest_240x240.py b/wasp/boards/manifest_240x240.py index 2f59436..b8e7fc9 100644 --- a/wasp/boards/manifest_240x240.py +++ b/wasp/boards/manifest_240x240.py @@ -8,6 +8,7 @@ manifest = ( 'apps/clock.py', 'apps/chrono.py', 'apps/dual_clock.py', + 'apps/faces.py', 'apps/fibonacci_clock.py', 'apps/flashlight.py', 'apps/gameoflife.py', |
