summaryrefslogtreecommitdiff
path: root/wasp/drivers/st7789.py
AgeCommit message (Expand)Author
2021-02-20st7789: Fix incorrect variable name in ST7789_SPIs. __init__ docstring.Piotr Tworek
2021-01-17drivers: st7789: Further reduce allocations during set_window()Daniel Thompson
2021-01-17drivers: st7789: Pre-allocate a memoryviewDaniel Thompson
2021-01-17drivers: st7789: Optimize set_window()Daniel Thompson
2020-12-12boards: simulator: Improve spi.write() simulationDaniel Thompson
2020-05-14drivers: st7789: Finalize docstringsDaniel Thompson
2020-04-08wasp: draw565: Optimize the 2-bit RLE drawing functionsDaniel Thompson
2020-03-22Add licensing information for all wasp-os files.Daniel Thompson
2020-03-09drivers: st7789: Automatically park ready for the next call to write dataDaniel Thompson
2020-03-09wasp: draw565: Refactor to allow apps to focus on the drawable.Daniel Thompson
2020-03-08wasp: manager: Blankt the display during app transitionsDaniel Thompson
2020-02-19wasp: Add a simple font rendererDaniel Thompson
2020-02-08drivers: st7789: Optimize RLE decoding loopDaniel Thompson
2020-02-03wasp: st7789: Make fill() control sizingDaniel Thompson
2020-02-03wasp: st7789: Reuse the pre-allocated linebufferDaniel Thompson
2020-02-03wasp: st7789: Add positioning support to rleblitDaniel Thompson
2020-02-01wasp: Adopt a low power mode shortly after bootingDaniel Thompson
2020-01-31wasp: simulator: First steps towards a simulatorDaniel Thompson
2020-01-28wasp: drivers: st7789: Remove redunant delayDaniel Thompson
2020-01-28wasp: drivers: st7789: native code gen for rleblitDaniel Thompson
2020-01-28logo: Gather together the bitmaps into a single variableDaniel Thompson
2020-01-28wasp: drivers: st7789: Replace with custom uPy driverDaniel Thompson
2020-01-21wasp: st7789: Add a simple proof-of-concept display driverDaniel Thompson