Forum: Mikrocontroller und Digitale Elektronik ESP32 SSD1309 OLED C Library


von Welle 🧐 S. (w3llschmidt)


Angehängte Dateien:

Lesenswert?

Falls jemand sowas sucht ...

https://www.amazon.de/Displaymodul-Arduino-SSD1309-Parallel-Schnittstelle/dp/B0749DYGSW/ref=sr_1_15?ie=UTF8&qid=1515855635&sr=8-15&keywords=oled+display+arduino

https://github.com/imxieyi/esp32-i2c-ssd1306-oled (Achtung den PURE-C 
Branch clonen!)

Auf I2C muss man noch etwas loeten:
_
1
You have to prepare the board before it will work:
2
Remove R17 and place it on position of R15
3
Solder a short or 0 ohm on position R13
4
Solder a short or 0 ohm on position R18 or connect the CS pin to ground
5
Connect the OLED display to the ESP with Gnd, 3.3V, SCL and SDA 
6
also connect the RES pin of the OLED display to the ESP_reset_pin. (or 3.3Vcc)
7
8
If you do not connect the CS pin to ground and the RES pin to RST the display will stay dead.
9
10
The Oled uses the normal address 3C and works perfectly well with the standard OLED SSD1306 plugin.

Angeblich waere das Display wohl ein SSD1306 - aber egal mit der Lib 
lauefts!

: Bearbeitet durch User
von Toni (Gast)


Lesenswert?

top, danke

Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.