Hi there! I've recently gotten some 128x128 OLED display screens from Aliexpress (Adafruit shipping is a tad pricey unfortunately!) and i'm having some issues with displays!
Using the i2c SH1106 example with the screen dimensions modified to 128x128 rather than 128x64, the code runs fine other than the fact that it's cropped to one side of the display!
Using the i2c SSD1306 examples, the full screen displays, but it's just stuck on one part of the code, unmoving and unchanging other than a single 1 pixel wide line down the center of the display that moves and flickers
I'm new to arduino so I'm not sure if there's something I missed when communicating it, but I thought I communicated the examples and posted which libraries I am using?
The SH1107 Example from the SH110X library posted, and the SSD1306 i2c examples from the SSD1306 library