Hello,
I recently purchased a Waveshare 2.42 inch OLED Module (linked below), and I cannot get it to work, I have tried running it on SPI and L2C (both of which are supported), shifting the cables into every port possible, using U8G2, U8glib, Adafruit, and even Spark Fun libraries, but still it refuses to work. Can someone tell me if this is just bad code or if its a hardware problem, or if it is just defective,
Thank you.
Note: It uses the SSD1309 Driver, and only has one color option.
Please post a sketch that you have tried that does not work, and the corresponding schematic showing how the screen was connected to the Arduino. A 'photo of a hand drawn circuit is good enough as long as all connections are labelled clearly
Thank you,
The closest sketch I have gotten to work has been the one attached. The wiring circuit I am using currently (and used for the attached sketch) is the photo attached, I used the same connections as recommended by the manufacturer. The only differences are:
The OLED display does not have the MOSI nor SACKI, so instead I am using:
OLED Port Arduino Port
CLK -> D10
DIN -> D11