Skip to content

Commit f539312

Browse files
committed
atmel-samd: Enable framebuffer for SSD1306 and other displays.
1 parent 00a44fa commit f539312

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

atmel-samd/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
#define MICROPY_PY_ARRAY (1)
5050
#define MICROPY_PY_ATTRTUPLE (1)
5151
#define MICROPY_PY_COLLECTIONS (1)
52+
#define MICROPY_PY_FRAMEBUF (1)
5253
#define MICROPY_PY_MATH (1)
5354
#define MICROPY_PY_CMATH (1)
5455
#define MICROPY_PY_IO (0)

0 commit comments

Comments
 (0)