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

Added comments for pins used on different boards #194

Closed Palmstroemen closed 3 years ago

Palmstroemen commented 3 years ago

To help users getting started less painful. You find 1000 pics of Arduino UNOs connected at pins A4, A5 to the display but it doesn't work on your MEGA 2560 because there it's the pins 20, 21 that are used for I2C. You don't necessarily know that already at the moment you start with these displays. And you maybe do not search in the Wire-library for the solution.

My first pull request on GitHub. Hope I did it right. I changed 3 files. (Readme, examples/ssd1306_128x32_i2c and examples/ssd1306_128x64_i2c) But in this dialog, it shows just 1 file changed. We'll see.