diff options
| author | Jerry Needell <jerryneedell@gmail.com> | 2017-11-05 17:09:40 -0500 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2017-11-06 14:54:54 -0800 |
| commit | e2867eb4e9a2c4aea206a3fd985360c68a3da169 (patch) | |
| tree | b22301a262574a118eb453e3b4882eaa97cc43f5 | |
| parent | 5ff641772adec68c51dd51dbfb99a927927b9222 (diff) | |
enable framebuf for ESP8266
| -rw-r--r-- | ports/esp8266/mpconfigport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp8266/mpconfigport.h b/ports/esp8266/mpconfigport.h index 39c48cecb..c99bc4988 100644 --- a/ports/esp8266/mpconfigport.h +++ b/ports/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) |
