diff options
author | Radomir Dopieralski <openstack@sheep.art.pl> | 2016-08-28 17:44:36 +0200 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-12-01 16:43:25 +1100 |
commit | 225e22b2877c7731b7428db0e28d3ad7e6751e35 (patch) | |
tree | 5305546fe5c8b4849ab79439517d0114201e131a /drivers | |
parent | 8b8242954e3cd81fa82c24401f1eee0e516c8251 (diff) | |
download | micropython-225e22b2877c7731b7428db0e28d3ad7e6751e35.tar.gz micropython-225e22b2877c7731b7428db0e28d3ad7e6751e35.zip |
extmod/modframebuf: Make FrameBuffer handle 16bit depth.
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.
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions