diff options
-rw-r--r-- | esp8266/mpconfigport_512k.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/esp8266/mpconfigport_512k.h b/esp8266/mpconfigport_512k.h index f0de6035f1..ffdc95dbd4 100644 --- a/esp8266/mpconfigport_512k.h +++ b/esp8266/mpconfigport_512k.h @@ -17,3 +17,6 @@ #define MICROPY_PY_BUILTINS_SLICE_ATTRS (0) #undef MICROPY_PY_ALL_SPECIAL_METHODS #define MICROPY_PY_ALL_SPECIAL_METHODS (0) + +#undef MICROPY_PY_FRAMEBUF +#define MICROPY_PY_FRAMEBUF (0) |