summaryrefslogtreecommitdiff
path: root/wasp/demo.py
AgeCommit message (Collapse)Author
2020-05-17apps: demo: Move the demo code into a fully fledged applicationDaniel Thompson
2020-03-22Add licensing information for all wasp-os files.Daniel Thompson
2020-03-09wasp: draw565: Refactor to allow apps to focus on the drawable.Daniel Thompson
2020-02-19wasp: Add a simple font rendererDaniel Thompson
2020-02-04wasp: demo: Power up the display before launching the demoDaniel Thompson
2020-01-30wasp: Reorganise the board supportDaniel Thompson
2020-01-29wasp: Re-enable REPL by defaultDaniel Thompson
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-28logo: Gather together the bitmaps into a single variableDaniel Thompson
The PineTime demo will also now cycle through both the Pine64 and MicroPython logos.
2020-01-28wasp: Turn-key demoDaniel Thompson
Press ^C to terminate the demo and start programming in python!