aboutsummaryrefslogtreecommitdiff
path: root/tests/extmod/framebuf1.py
AgeCommit message (Expand)Author
2017-01-25tests/extmod/framebuf1: Fix test for framebuf invalid constructor.Damien George
2017-01-25extmod/modframebuf: Add GS4_HMSB format.Oleg Korsak
2017-01-19tests/extmod/framebuf1: Add test for no-op fill_rect.Damien George
2016-12-13tests/extmod: Improve modframebuf test coverage.Rami Ali
2016-12-08extmod/modframebuf: Make framebuf implement the buffer protocol.Damien George
2016-12-05tests/extmod/framebuf1: Add basics tests for hline, vline, rect, line.Damien George
2016-12-01extmod/modframebuf: Add back legacy FrameBuffer1 "class".Damien George
2016-12-01extmod/modframebuf: Make FrameBuffer handle 16bit depth.Radomir Dopieralski
2016-11-03tests/extmod/framebuf1: Test framebuffer pixel clear, and text function.Alex March
2016-09-05tests/extmod/framebuf1: Add tests for scrolling in the x-direction.Damien George
2016-09-04tests/extmod: Add a test for framebuf module, tested by coverage build.Damien George