diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-01-29 17:30:57 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-01-29 17:30:57 (GMT) |
| commit | d3d98c8ffb1feded5b77c34f67aa1f2b4ae19a2e (patch) | |
| tree | 369153700d5a304366180844c5a1eff13a20521e /wasp/boot.py | |
| parent | 564200757cce485ba9cb7b12d25c5c98b3fe6e26 (diff) | |
wasp: Re-enable REPL by default
The demo is still there but it needs to be activated by hand
(or the manifest can be updated to include main.py by default.
Diffstat (limited to 'wasp/boot.py')
| -rw-r--r-- | wasp/boot.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/wasp/boot.py b/wasp/boot.py new file mode 100644 index 0000000..79601e7 --- /dev/null +++ b/wasp/boot.py @@ -0,0 +1,6 @@ +import logo +import pinetime + +pinetime.display.rleblit(logo.pine64, fg=0xffff) + + |
