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.
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.