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