summaryrefslogtreecommitdiff
path: root/wasp/boards/pinetime
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-02-03 22:35:16 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-02-03 22:35:16 (GMT)
commit1f2c25a7bdd1ff9ffeb15adfe4c9ab4c41a519be (patch)
treebba2d1dc3e91a87737a0e364b53864fdc0c381c2 /wasp/boards/pinetime
parent57035ce0805222800e8cb24e459e612f802d0a50 (diff)
wasp: clock: Add a simple battery meter
Diffstat (limited to 'wasp/boards/pinetime')
-rw-r--r--wasp/boards/pinetime/manifest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/wasp/boards/pinetime/manifest.py b/wasp/boards/pinetime/manifest.py
index 58cd241..d292ba4 100644
--- a/wasp/boards/pinetime/manifest.py
+++ b/wasp/boards/pinetime/manifest.py
@@ -9,9 +9,11 @@ freeze('../..',
'drivers/st7789.py',
'drivers/vibrator.py',
'fonts.py',
+ 'icons.py',
'main.py',
'manager.py',
'logo.py',
+ 'widgets.py',
),
opt=3
)