Mini oscilloscope use with 7 pin OLED 1.3-inch

I want to make this project, but instead of the .96-inch screen want to use a 7 pin 1.3-inch OLED V1.2, as I have some and are larger.
I have tried to find code that drives the screen, but found nothing.
Here is the link of the original design

Any helpwith be gratly appreciated.
regards
Jav

Do tell.

This fella?

image

Do you need a jumper in the IIC or SPI pins?

The text says: Driver Chip SSD1306

But this one says SSH1107...

It's the old version, this:


I suppose need to modify the code for this OLED, I read there is a way to only use 2 pins instead of all 7, but everyone is very technical and I'm new to Arduino.
Thanks a lot for helping.

Maybe you could show the other side too ?


Thanks again!

#include <Wire.h>
#include <Adafruit_GFX.h>
#include <Adafruit_SSD1306.h>
#include <EEPROM.h>

Those are the required libraries.
I believe all you have to track down are the two Adafruit libraries. You ought to be able to add them via the IDE's Library Manager.
Sí ?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.