summaryrefslogtreecommitdiff
path: root/wasp/boards
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2021-06-20 09:28:27 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2021-06-20 09:28:27 (GMT)
commit1a4b678b2b815884cb712244d8a1b5e50a5cbd86 (patch)
tree87391a65edd67a3d43478d3a448f734967ebd955 /wasp/boards
parent2a1ac322799ce0ae549110ec96dbb2caa28cf6d0 (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')
-rw-r--r--wasp/boards/manifest_240x240.py1
-rw-r--r--wasp/boards/simulator/test_qa.py2
2 files changed, 2 insertions, 1 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',
diff --git a/wasp/boards/simulator/test_qa.py b/wasp/boards/simulator/test_qa.py
index dd19af6..7f38995 100644
--- a/wasp/boards/simulator/test_qa.py
+++ b/wasp/boards/simulator/test_qa.py
@@ -3,7 +3,7 @@ import wasp
import importlib
import os
-EXCLUDE = ('Notifications', 'Template', 'Demo')
+EXCLUDE = ('Notifications', 'Template', 'Demo', 'Faces')
def test_README(constructor):
if constructor.NAME in EXCLUDE: