I’m trying to get my Oled running on my Pro Micro, but unfortunately, the screen stays black. In order to test if my allocation was right I ran i2c scanner, which returned i2c found on 0x3C.
Bringing that knowledge back to my code, it still shows a black screen, while not getting any compile errors. Screen is connected to pin 2 and 3 as needed with the micro pro.
Used your sketch with no modifications on a 5V Pro Micro with a 0.96" OLED/SSD1306 hooked up to the pins on the Pro Micro marked 2 (SDA) and 3 (SCL). Compiled and uploaded sketch, display showed "OLED Test!".
I’m really sorry. I got delivered a wrong Oled, it’s an sh1106, so after using the u8g2 library, it came alive. Aa this is a test doesn’t matter for now. Again, sorry for this here. I’m just starting out and my knowledge is not there yet. I did order the ssd1603 screen, but my inexperience can’t tell them apart yet.
You need to solder the header pins to the Pro Micro. Push the Pro Micro firmly down onto them so they stick up above the PCB, and then solder each pin like this:
Good to say, I feel stupid. I have only soldered cables until now, so I’m really the new kid on the block. Now that it’s soldered, it indeeds reacts better to all my knobs, switches etc etc. Apreciate the feedback.