Age | Commit message (Expand) | Author |
---|---|---|
2025-06-04 | extmod/modframebuf: Add support for blit'ing read-only data. | Damien George |
2024-03-28 | examples/natmod/framebuf: Enable FrameBuffer.poly method. | Damien George |
2024-03-07 | all: Remove the "STATIC" macro and just use "static" instead. | Angus Gratton |
2023-10-16 | extmod/modframebuf: Remove FrameBuffer1 from natmod build. | Jim Mussared |
2022-09-19 | py/obj: Convert make_new into a mp_obj_type_t slot. | Jim Mussared |
2022-09-19 | py/obj: Add accessors for type slots and use everywhere. | Jim Mussared |
2022-09-19 | py/obj: Add "full" and "empty" non-variable-length mp_obj_type_t. | Jim Mussared |
2022-09-19 | all: Simplify buffer protocol to just a "get buffer" callback. | Jim Mussared |
2022-08-19 | extmod/modframebuf: Add ellipse drawing method. | Peter Hinch |
2020-04-05 | py/dynruntime.mk: Set MICROPY_ENABLE_DYNRUNTIME instead of per module. | Jim Mussared |
2019-12-12 | examples/natmod: Add framebuf example. | Damien George |