adafruit / Adafruit_SSD1306

Arduino library for SSD1306 monochrome 128x64 and 128x32 OLEDs
http://www.adafruit.com/category/63_98
Other
1.81k stars 984 forks source link

Fix example for RP2040 Feather #276

Closed makermelissa closed 4 months ago

makermelissa commented 4 months ago

While going through guide feedback, it was mentioned that the OLED example was not working for Feather RP2040 and changing it from WIRE1 to WIRE would fix it. I have tested it with both and the change does indeed fix it.

cc @ladyada