summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony DiCola <tony@tonydicola.com>2016-10-20 07:53:41 +0000
committerTony DiCola <tony@tonydicola.com>2016-10-20 23:10:28 +0000
commitf539312af36fd778ea4dc6bc7567cf006fa609c5 (patch)
tree262b821841ab2e3047cddc1c46dbc7d0582cd463
parent00a44fa36cd1e35a438c4b89b5cef0bc82787c7a (diff)
atmel-samd: Enable framebuffer for SSD1306 and other displays.
-rw-r--r--atmel-samd/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
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)