summaryrefslogtreecommitdiff
path: root/wasp/pinetime.py
AgeCommit message (Collapse)Author
2020-01-30wasp: Reorganise the board supportDaniel Thompson
2020-01-30wasp: Add battery 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-28wasp: pinetime: Fix backlight flicker during bootupDaniel Thompson
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