guyc / py-gaugette

Python library to support building hardware gadgets with the Raspberry Pi and BeagleBone Black
http://guy.carpenter.id.au/gaugette/
GNU Lesser General Public License v3.0
121 stars 44 forks source link

Support SSD1306 over I2C #16

Closed sorki closed 7 years ago

sorki commented 8 years ago

Closes #11

guyc commented 7 years ago

Thanks for this work. I'm not going to merge it because (a) it changes the existing method signature for ssd1306 (in a reasonable way, but a breaking change all the same), and (b) I'd like to refactor this module a little so that the i2c, spi and sh1106 implementations fit cleanly together.