summaryrefslogtreecommitdiffstatshomepage
path: root/tests/extmod/framebuf1.py
Commit message (Collapse)AuthorAge
* tests/extmod/framebuf1: Fix test for framebuf invalid constructor.Damien George2017-01-25
|
* extmod/modframebuf: Add GS4_HMSB format.Oleg Korsak2017-01-25
|
* tests/extmod/framebuf1: Add test for no-op fill_rect.Damien George2017-01-19
|
* tests/extmod: Improve modframebuf test coverage.Rami Ali2016-12-13
|
* extmod/modframebuf: Make framebuf implement the buffer protocol.Damien George2016-12-08
| | | | | So that one can easily access the underlying data of the frame buffer, eg to write the data out to a display.
* tests/extmod/framebuf1: Add basics tests for hline, vline, rect, line.Damien George2016-12-05
|
* extmod/modframebuf: Add back legacy FrameBuffer1 "class".Damien George2016-12-01
| | | | | For backwards compatibility. It simple creates a frame buffer with the MVLSB format.
* extmod/modframebuf: Make FrameBuffer handle 16bit depth.Radomir Dopieralski2016-12-01
| | | | | | | | Rename FrameBuffer1 into FrameBuffer and make it handle different bit depths via a method table that has getpixel and setpixel. Currently supported formats are MVLSB (monochrome, vertical, LSB) and RGB565. Also add blit() and fill_rect() methods.
* tests/extmod/framebuf1: Test framebuffer pixel clear, and text function.Alex March2016-11-03
|
* tests/extmod/framebuf1: Add tests for scrolling in the x-direction.Damien George2016-09-05
|
* tests/extmod: Add a test for framebuf module, tested by coverage build.Damien George2016-09-04