From f539312af36fd778ea4dc6bc7567cf006fa609c5 Mon Sep 17 00:00:00 2001 From: Tony DiCola Date: Thu, 20 Oct 2016 07:53:41 +0000 Subject: atmel-samd: Enable framebuffer for SSD1306 and other displays. --- atmel-samd/mpconfigport.h | 1 + 1 file changed, 1 insertion(+) diff --git a/atmel-samd/mpconfigport.h b/atmel-samd/mpconfigport.h index f1a3094e4..0ebce1958 100644 --- a/atmel-samd/mpconfigport.h +++ b/atmel-samd/mpconfigport.h @@ -49,6 +49,7 @@ #define MICROPY_PY_ARRAY (1) #define MICROPY_PY_ATTRTUPLE (1) #define MICROPY_PY_COLLECTIONS (1) +#define MICROPY_PY_FRAMEBUF (1) #define MICROPY_PY_MATH (1) #define MICROPY_PY_CMATH (1) #define MICROPY_PY_IO (0) -- cgit v1.2.3