summaryrefslogtreecommitdiff
path: root/wasp/draw565.py
AgeCommit message (Collapse)Author
2020-04-06wasp: draw565: Allow the drawing context to be resetDaniel Thompson
The main reason to reset the drawing context is so that it can be reset before we call foreground() on an application.
2020-03-22Add licensing information for all wasp-os files.Daniel Thompson
2020-03-09draw565: Optimize the font renderingDaniel Thompson
This is a big one... more than 4x increase in font rendering performance!
2020-03-09wasp: draw565: Refactor to allow apps to focus on the drawable.Daniel Thompson
2020-02-23wasp: draw565: Add some docstringsDaniel Thompson
2020-02-19wasp: Add a simple font rendererDaniel Thompson