diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-02-03 19:24:09 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-02-03 19:26:08 (GMT) |
| commit | 3892f07e62fcbbac128401f183bec66361f08db1 (patch) | |
| tree | 877ebbb5d856c8a3539417872f148932fedae75d /wasp/boards | |
| parent | fc74f7e37b3db9024d6cecf9fabdddf602b88b3c (diff) | |
wasp: Add simple clock app
At this point both the simulator and a PineTime will come up
and show a clock (although in the case of the PineTime the clock
will just come up at 12:00).
Diffstat (limited to 'wasp/boards')
| -rw-r--r-- | wasp/boards/pinetime/manifest.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wasp/boards/pinetime/manifest.py b/wasp/boards/pinetime/manifest.py index ea772ac..58cd241 100644 --- a/wasp/boards/pinetime/manifest.py +++ b/wasp/boards/pinetime/manifest.py @@ -1,12 +1,16 @@ freeze('../..', ( 'boot.py', + 'clock.py', 'demo.py', 'drivers/battery.py', 'drivers/nrf_rtc.py', 'drivers/signal.py', 'drivers/st7789.py', 'drivers/vibrator.py', + 'fonts.py', + 'main.py', + 'manager.py', 'logo.py', ), opt=3 |
