I pugged everything into the Pro Micro and used Mr. Blinky’s homebrew libraries but I get a blank oled every time I upload a game or anything. PLSSSSSSSSSSSSS help me!!!
I uploaded test code and the leds are flashing red and red. I unplugged it and plugged it back in and it did the same thing.
and to which pins did you connect the OLED display ?
When using the homemade package. Don’t install libraries through the library manager or add them manually to your sketchbook libraries. They override the homemade package libraries.
When using an I2C display the SDA pin should be connected to pin 4 PORTD4 and the SCL pin to pin 6 PORTD7 unless you’re using a Pro Micro with the alternate wiring scherme. In that case SCL pin should be connected to pin 1/TXO PORTD3.
BTW That video is private.
The display option list from the tools menu.
Edit:
The pictures are to blurry to be helpful. Do you have a link from where you bought the display?
Just to let you know, you can edit your existing comments by using the grey pencil button. It’s a bit tidier than making lots of short comments one after another.
Anyway, your video seems to indicate that you have an invalid library in your Arduino folder.
It looks like you’ve been trying to put games in your libraries folder?
It’s probably not related to your main issue, but you shouldn’t keep games in your Arduino/libraries folder, you should create a separate folder for them.
That’s a problem with I2C displays without having a dedicated reset pin. If a display update is interrupted because of an Arduino reset or a sketch upload, the display may get confused and no longer works properly.
Because the missing reset pin on the display module, the only way to ‘reset’ the display is to turn the power off for a second or so and then back on (unplug and replug USB cable if powered by USB)