SSD1306 128 x 64 configuration #586
ajabadia
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, for all of you who want to put a 128 x 64 character SSD1306 oled display, I would like to explain how I got it to work (maybe someone has already said this, but I have not been able to find it).
On the one hand, you have to place the vcc pin of the display on the first pin from the top (pin 1) starting from the left (3.3 volts).
Then SDA is connected to pin 3, SCL to pin 5 and GND to any ground, for example pin 6.
In the "minidexed.ini" file you have to put these values:
The value 0x3C is the value if the connectors 0x78 are soldered behind the display (if 0x7A are soldered, 0x3D should be set).
Finally, set the columns to 20 and the rows to 4, like this:
Beta Was this translation helpful? Give feedback.
All reactions