diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-06-20 16:24:10 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-06-20 16:24:10 (GMT) |
| commit | b0bab534ff6308a9d87a61ea88e5fd72c252b75e (patch) | |
| tree | bda0cfee6b95995f59caf43da3adadc2473a390a /wasp/boards | |
| parent | ae0d59dbe3880abdea536ced5ff3cacfc0fc059d (diff) | |
apps: SportsApp: Initial sports app implementation
This app is functional... although it lacking in almost every
costmetic way, from the icon to the main screen.
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/boards')
| -rw-r--r-- | wasp/boards/manifest_240x240.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wasp/boards/manifest_240x240.py b/wasp/boards/manifest_240x240.py index b8e7fc9..f0eb474 100644 --- a/wasp/boards/manifest_240x240.py +++ b/wasp/boards/manifest_240x240.py @@ -20,6 +20,7 @@ manifest = ( 'apps/play2048.py', 'apps/settings.py', 'apps/software.py', + 'apps/sports.py', 'apps/steps.py', 'apps/stopwatch.py', 'apps/snake.py', |
