extmod: Add initial framebuf module.

This commit is contained in:
Damien George
2016-04-08 11:08:37 +01:00
parent 3a37426b29
commit 53ad681ed1
7 changed files with 224 additions and 1 deletions

View File

@@ -761,3 +761,12 @@ Q(flush)
#if MICROPY_PY_WEBSOCKET
Q(websocket)
#endif
#if MICROPY_PY_FRAMEBUF
Q(framebuf)
Q(FrameBuffer1)
Q(fill)
Q(pixel)
Q(scroll)
Q(text)
#endif