summaryrefslogtreecommitdiff
path: root/wasp/drivers
AgeCommit message (Collapse)Author
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: 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-21wasp: st7789: Add a simple proof-of-concept display driverDaniel Thompson