-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for other OLED drivers? #29
Comments
I wanted to reprogram my RDZSonde board with the lora-aprs-Tracker. Me too had the wrong display (the one from RDZSonde: with the color ILI9225 chip) for the tracker SW. |
Hi RipperFox, @RipperFox |
@xe2ad Huh, that was a while ago :) |
@RipperFox Many thanks for the display.h file !!!! |
I shot myself a bit in the foot and accidentally bought an OLED with a SH1106 chip instead of a SSD1306 based one.
At least the pin out allows to solder it directly to my T-Beam (any idea where I can get a SSD1306 based OLED with VCC,GND,SCA,SCL pin out?).
It works if I use the library from https://github.com/nhatuan84/esp32-sh1106-oled
I'm no embedded dev, but shouldn't a more universal OLED library be used in which the display could be configured?
The text was updated successfully, but these errors were encountered: