Skip to content

Commit 6fe8c7b

Browse files
authored
Merge pull request #26 from adafruit/ssd1306_hardware_i2c
Support SSD1306 with hardware I2C interface. Closes #15
2 parents 00a44fa + a23cc5a commit 6fe8c7b

File tree

2 files changed

+1
-160
lines changed

2 files changed

+1
-160
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)

drivers/display/ssd1306.py

Lines changed: 0 additions & 160 deletions
This file was deleted.

0 commit comments

Comments
 (0)