summaryrefslogtreecommitdiff
path: root/extmod/modframebuf.c
AgeCommit message (Expand)Author
2016-09-22all: Remove 'name' member from mp_obj_module_t struct.Damien George
2016-09-05extmod/framebuf: Add the xstep!=0 case to scroll() method.Radomir Dopieralski
2016-09-04extmod/modframebuf: Include font from stmhal directory explicitly.Damien George
2016-09-02extmod/modframebuf: Fix fill and scroll when height not divisible by 8.Radomir Dopieralski
2016-08-27extmod/modframebuf: Fix pixel accessor to return a 1-bit result.Damien George
2016-04-12extmod: Add initial framebuf module.Damien George