aboutsummaryrefslogtreecommitdiff
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-04-08 11:08:37 +0100
committerDamien George <damien.p.george@gmail.com>2016-04-12 14:06:53 +0100
commit53ad681ed1786601ca5eccb60f8fd950b8bc47d7 (patch)
treea6bf5beb1f2b8b8c06ae05135af59d5ac31872be /py/qstrdefs.h
parent3a37426b29451cd51e444526c803ba7905c6b151 (diff)
extmod: Add initial framebuf module.
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index f5e06f1a5..d8c7ccc42 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -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