Skip to content

Commit 3c1486a

Browse files
jerryneedelltannewt
authored andcommitted
esp8266 enable framebuf (adafruit#408)
enable framebuf for ESP8266
1 parent 4869599 commit 3c1486a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

esp8266/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
#define MICROPY_PY_WEBSOCKET (1)
8585
#define MICROPY_PY_WEBREPL (1)
8686
#define MICROPY_PY_WEBREPL_DELAY (20)
87-
#define MICROPY_PY_FRAMEBUF (0)
87+
#define MICROPY_PY_FRAMEBUF (1)
8888
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
8989
#define MICROPY_PY_OS_DUPTERM (1)
9090
#define MICROPY_CPYTHON_COMPAT (1)

0 commit comments

Comments
 (0)