aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjerryneedell <jerryneedell@gmail.com>2017-11-06 19:00:03 +0000
committerScott Shawcroft <scott@tannewt.org>2017-11-06 11:00:03 -0800
commit3c1486a5c77ef2eb79e468bfc50f731cef933eb1 (patch)
tree2a242e5798e32377e76c8943132e6f7d0155ca2a
parent4869599f89a01da7e7f4996757121a7eb760609c (diff)
esp8266 enable framebuf (#408)
enable framebuf for ESP8266
-rw-r--r--esp8266/mpconfigport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h
index 5e9b1e0b6..1542147ad 100644
--- a/esp8266/mpconfigport.h
+++ b/esp8266/mpconfigport.h
@@ -84,7 +84,7 @@
#define MICROPY_PY_WEBSOCKET (1)
#define MICROPY_PY_WEBREPL (1)
#define MICROPY_PY_WEBREPL_DELAY (20)
-#define MICROPY_PY_FRAMEBUF (0)
+#define MICROPY_PY_FRAMEBUF (1)
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
#define MICROPY_PY_OS_DUPTERM (1)
#define MICROPY_CPYTHON_COMPAT (1)