| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-12-01 | extmod/modframebuf: Make FrameBuffer handle 16bit depth. | Radomir Dopieralski | |
| 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. | |||
