summaryrefslogtreecommitdiff
path: root/wasp/boards
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-05-17 13:37:44 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-05-17 13:37:44 (GMT)
commitb9e82424e996dd7719348c9e14ec1f2e5a53c39f (patch)
tree9f098bb7f28823c16eacde2e419a28a4c30c4262 /wasp/boards
parentac1a799bfa8d73653c3b1994a17611deb949c7fd (diff)
apps: demo: Move the logo into the demo app
The logo module is currently unused but it simply sits there consuming flash. Let's shift it to the demo app to is can consume RAM instead (but only when we upload the demo to the watch).
Diffstat (limited to 'wasp/boards')
-rw-r--r--wasp/boards/nitrogen/manifest.py1
-rw-r--r--wasp/boards/pinetime/manifest.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/wasp/boards/nitrogen/manifest.py b/wasp/boards/nitrogen/manifest.py
index b17711b..6087f4c 100644
--- a/wasp/boards/nitrogen/manifest.py
+++ b/wasp/boards/nitrogen/manifest.py
@@ -8,7 +8,6 @@ freeze('../..',
'drivers/signal.py',
'drivers/st7789.py',
'drivers/vibrator.py',
- 'logo.py',
),
opt=3
)
diff --git a/wasp/boards/pinetime/manifest.py b/wasp/boards/pinetime/manifest.py
index d39ed05..8cf41ec 100644
--- a/wasp/boards/pinetime/manifest.py
+++ b/wasp/boards/pinetime/manifest.py
@@ -25,7 +25,6 @@ freeze('../..',
'fonts/sans24.py',
'fonts/sans36.py',
'icons.py',
- 'logo.py',
'shell.py',
'wasp.py',
'widgets.py',