diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2018-10-05 15:01:08 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2018-10-05 15:19:09 -0700 |
| commit | 2b0356c61f71afccbf10a9dcd3ad331bb4b856dd (patch) | |
| tree | e11c08446595078aed346327572c1e059373a428 | |
| parent | 3c6812f2c1c900b4b6fd52bc9a5ee3b6f483626f (diff) | |
Disable framebuf by default on express builds.
| -rw-r--r-- | ports/atmel-samd/mpconfigport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/mpconfigport.h b/ports/atmel-samd/mpconfigport.h index 14f72ccfb..69a146c1f 100644 --- a/ports/atmel-samd/mpconfigport.h +++ b/ports/atmel-samd/mpconfigport.h @@ -207,7 +207,7 @@ extern const struct _mp_obj_module_t usb_hid_module; #define MICROPY_PY_URE (1) #define MICROPY_PY_MICROPYTHON_MEM_INFO (1) #ifndef MICROPY_PY_FRAMEBUF - #define MICROPY_PY_FRAMEBUF (1) + #define MICROPY_PY_FRAMEBUF (0) #endif #define MICROPY_BUILTIN_METHOD_CHECK_SELF_ARG (1) |
