summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-04-12 13:55:50 +0100
committerDamien George <damien.p.george@gmail.com>2016-04-12 14:06:54 +0100
commite813ea1070391a6fb9bf2ed754190be07478cc37 (patch)
treebf25a1f7bc98c9303a2460c33badd0200e6324fd /esp8266
parenta525493e40eb4d89e805737bfa36b39d35221efb (diff)
downloadmicropython-e813ea1070391a6fb9bf2ed754190be07478cc37.tar.gz
micropython-e813ea1070391a6fb9bf2ed754190be07478cc37.zip
esp8266: Enable framebuf module.
Diffstat (limited to 'esp8266')
-rw-r--r--esp8266/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h
index e30e13400e..764ce7667e 100644
--- a/esp8266/mpconfigport.h
+++ b/esp8266/mpconfigport.h
@@ -52,6 +52,7 @@
#define MICROPY_PY_MACHINE (1)
#define MICROPY_PY_MACHINE_I2C (1)
#define MICROPY_PY_WEBSOCKET (1)
+#define MICROPY_PY_FRAMEBUF (1)
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
#define MICROPY_PY_OS_DUPTERM (1)
#define MICROPY_CPYTHON_COMPAT (1)