Skip to content

Commit

Permalink
Merge pull request #26 from adafruit/ssd1306_hardware_i2c
Browse files Browse the repository at this point in the history
Support SSD1306 with hardware I2C interface. Closes #15
  • Loading branch information
tannewt authored Oct 20, 2016
2 parents 00a44fa + a23cc5a commit 6fe8c7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 160 deletions.
1 change: 1 addition & 0 deletions atmel-samd/mpconfigport.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
160 changes: 0 additions & 160 deletions drivers/display/ssd1306.py

This file was deleted.

0 comments on commit 6fe8c7b

Please sign in to comment.