esp8266: Enable framebuf module.

This commit is contained in:
Damien George 2016-04-12 13:55:50 +01:00
parent a525493e40
commit e813ea1070
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@
#define MICROPY_PY_MACHINE (1)
#define MICROPY_PY_MACHINE_I2C (1)
#define MICROPY_PY_WEBSOCKET (1)
#define MICROPY_PY_FRAMEBUF (1)
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
#define MICROPY_PY_OS_DUPTERM (1)
#define MICROPY_CPYTHON_COMPAT (1)