enable framebuf for ESP8266

This commit is contained in:
Jerry Needell 2017-11-05 17:09:40 -05:00 committed by Scott Shawcroft
parent 5ff641772a
commit e2867eb4e9

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)