adafruit / Adafruit-SSD1331-OLED-Driver-Library-for-Arduino

For 0.96" OLEDs in the Adafruit shop
http://www.adafruit.com/products/684
Other
100 stars 67 forks source link

Implemented sendCommand, fixed an init commands and fixed test example #19

Closed makermelissa closed 5 years ago

makermelissa commented 5 years ago

Apparently the bmp example needs to be fixed too. I'm working on this.

PaintYourDragon commented 5 years ago

Since it’s a subclass of SPITFT, the BMP example can now use the Adafruit_ImageReader library.

This is very Very VERY much preferred as we’d like to squash the 10,000 diverging broken implementations of BMP loading that have spread across various repos.

That example could go in the Adafruit_ImageReader repo (you’ll see the examples for various other displays there) and removed from this one. I just hadn’t gotten to it yet.

makermelissa commented 5 years ago

Sounds good. Thank you.

makermelissa commented 5 years ago

Ok, tested and working on Teensy 3.6 and ESP8266 as well as Metro now.