summaryrefslogtreecommitdiff
path: root/wasp
AgeCommit message (Collapse)Author
2020-01-28wasp: pinetime: Fix backlight flicker during bootupDaniel Thompson
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!
2020-01-28wasp: drivers: st7789: Replace with custom uPy driverDaniel Thompson
This driver was rewritten from scratch, borrowing some idioms from the SSD1306 driver to ensure an efficient implementation in uPy.
2020-01-23wasp: Add a RLE encoded Pine logoDaniel Thompson
2020-01-21wasp: st7789: Add a simple proof-of-concept display driverDaniel Thompson