esp8266 enable framebuf (#408)

enable framebuf for ESP8266
This commit is contained in:
jerryneedell 2017-11-06 19:00:03 +00:00 committed by Scott Shawcroft
parent 4869599f89
commit 3c1486a5c7

View File

@ -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)