1
0
Fork 0
wasp-os/wasp/boot.py
Daniel Thompson d3d98c8ffb 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.
2020-01-29 17:30:57 +00:00

6 lines
80 B
Python

import logo
import pinetime
pinetime.display.rleblit(logo.pine64, fg=0xffff)