summaryrefslogtreecommitdiff
path: root/wasp/boards
diff options
context:
space:
mode:
authorBenoît HERVIER <b@rvier.fr>2021-03-03 20:41:11 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2021-03-27 09:41:54 (GMT)
commit7aa2ceb05b4d58e15da43ce03dd06167debe88d0 (patch)
tree85787465ee2c6853f1b52eb6f43fb555824b1403 /wasp/boards
parent79744770b0f7e241cd7981d49b0c2717eed791f0 (diff)
apps: Add DualClock app.
Signed-off-by: Benoît HERVIER <b@rvier.fr> [daniel@redfelineninja.org.uk: Removed unused dual clock fonts from clock_dual.py, fixed up the manifest] Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/boards')
-rw-r--r--wasp/boards/manifest_240x240.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/wasp/boards/manifest_240x240.py b/wasp/boards/manifest_240x240.py
index 5f88630..048837c 100644
--- a/wasp/boards/manifest_240x240.py
+++ b/wasp/boards/manifest_240x240.py
@@ -7,6 +7,7 @@ manifest = (
'apps/calc.py',
'apps/clock.py',
'apps/chrono.py',
+ 'apps/dual_clock.py',
'apps/fibonacci_clock.py',
'apps/flashlight.py',
'apps/gameoflife.py',
@@ -26,6 +27,7 @@ manifest = (
'apps/word_clock.py',
'fonts/__init__.py',
'fonts/clock.py',
+ 'fonts/clock_dual.py',
'fonts/sans24.py',
'fonts/sans28.py',
'fonts/sans36.py',