diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-02-19 19:37:31 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-02-19 19:57:08 (GMT) |
| commit | 0c4754fc743689b76ee92e6ce4b38f5a45b242cb (patch) | |
| tree | aec9710aa37f30ad30d849bb02fc6cc6fad497b6 /wasp/boards/pinetime | |
| parent | 3d091e342236664d9d951968bc833dd552bffce5 (diff) | |
wasp: Start collecting the fonts in a single directory
Diffstat (limited to 'wasp/boards/pinetime')
| -rw-r--r-- | wasp/boards/pinetime/manifest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wasp/boards/pinetime/manifest.py b/wasp/boards/pinetime/manifest.py index 3c0e19a..b82aa24 100644 --- a/wasp/boards/pinetime/manifest.py +++ b/wasp/boards/pinetime/manifest.py @@ -9,7 +9,7 @@ freeze('../..', 'drivers/signal.py', 'drivers/st7789.py', 'drivers/vibrator.py', - 'fonts.py', + 'fonts/clock.py', 'icons.py', 'logo.py', 'manager.py', |
