From 0d408488c5d328ac45bcb276d444089f0c297cf4 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Tue, 10 Jan 2017 17:49:51 -0800 Subject: [PATCH] atmel-samd: Turn off FRAMEBUF because it takes a lot of space. --- atmel-samd/mpconfigport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atmel-samd/mpconfigport.h b/atmel-samd/mpconfigport.h index b53b910bf6..1395573436 100644 --- a/atmel-samd/mpconfigport.h +++ b/atmel-samd/mpconfigport.h @@ -51,7 +51,7 @@ #define MICROPY_PY_ATTRTUPLE (1) #define MICROPY_PY_COLLECTIONS (1) #define MICROPY_PY_DESCRIPTORS (1) -#define MICROPY_PY_FRAMEBUF (1) +#define MICROPY_PY_FRAMEBUF (0) #define MICROPY_PY_MATH (1) #define MICROPY_PY_CMATH (0) #define MICROPY_PY_IO (0)