adafruit / Adafruit_CircuitPython_DisplayIO_SSD1306

DisplayIO driver for SSD1306 monochrome OLED displays
MIT License
60 stars 24 forks source link

Updated example to make it easier to change between different breakouts #4

Closed makermelissa closed 5 years ago

makermelissa commented 5 years ago

This adds a section for I2C (and defaults to that) as well as making WIDTH, HEIGHT, and BORDER variables to make changing it much easier between display sizes.