From 3c1486a5c77ef2eb79e468bfc50f731cef933eb1 Mon Sep 17 00:00:00 2001 From: jerryneedell Date: Mon, 6 Nov 2017 19:00:03 +0000 Subject: [PATCH] esp8266 enable framebuf (#408) enable framebuf for ESP8266 --- esp8266/mpconfigport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h index 5e9b1e0b64..1542147ad6 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)