Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-08 | tests: Replace umodule with module everywhere. | Jim Mussared | |
This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com> | |||
2023-04-27 | all: Fix spelling mistakes based on codespell check. | Damien George | |
Signed-off-by: Damien George <damien@micropython.org> | |||
2021-08-25 | extmod/modframebuf: Enable blit between different formats via a palette. | Peter Hinch | |
This achieves a substantial performance improvement when rendering glyphs to color displays, the benefit increasing proportional to the number of pixels in the glyph. |