atmel-samd: Enable framebuffer for SSD1306 and other displays.

This commit is contained in:
Tony DiCola 2016-10-20 07:53:41 +00:00
parent 00a44fa36c
commit f539312af3
1 changed files with 1 additions and 0 deletions

View File

@ -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)