I can't seem to get the address for my 7pin OLED display. It kept popping out " no device found. Anyone knows how?
Here is my connection ( in the picture) . I followed the online instructions but they were all 4 Pin. I am using 7pin OLED And arduino UNO R3.
You may have better luck getting an answer if you request that a moderator move your post to the Display section. Use the report to moderator link to make your request.
groundFungus:
You may have better luck getting an answer if you request that a moderator move your post to the Display section. Use the report to moderator link to make your request.
thanks. now i am at the display section.
Now i need some help with my problems .
You have an SPI display. All the popular SSD1306 libraries support SPI mode.
If you want to turn it into an I2C mode display you must post a photo of the display pcb. It will require some delicate soldering to change mode.
Life is easier if you just use as an SPI display. It uses a few more pins but is faster than I2C.
David.
Yes. Configure for IIC by moving the 0R resistors.
If you are not happy with soldering, buy a 4-pin I2C display from Ebay or your local supplier.
David.
AARONYAP:
But the project I am doing requires I2C functionality . and you mean this picture of the PCB?
And just why do you think your project requires I2C functionality?
Not just because you kinda feel like it ...
Paul__B:
And just why do you think your project requires I2C functionality?Not just because you kinda feel like it ...
its A PONG game. look it up. i need the iic address. . like 0X3C. I mean better to have it to ease my job as a beginner as i am not good at coding and i usually just copy coding from others and upload to my arduino. anything goes wrong will make me frustrated as i don't know how to fix .
So in fact, no reason not to use SPI.
Just read the instructions for the library. David should be able to explain.
Paul__B:
So in fact, no reason not to use SPI.Just read the instructions for the library. David should be able to explain.
even if i can use the SPI. I don't know how. just making my life simple and use the IIC. i also didn't see any instructions in the library for SPI.