mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
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.
2.0 KiB
2.0 KiB