“The ones I got shipped were 128x32, not 128x64. Make sure you adjust your code to account for this - unless I was sent a rogue batch? Running from Arduino Nano ESP32 - working nicely... just just a shame it is half the advertised resolution. Is this just me? For £4 this is still great value...”
“Good value. All one colour, which is good. The two colour displays are deceptive as the colour area is fixed, top 1/4 of the display and there is a small gap between.
Documentation is good and loads of examples”
“This works great on a RPI5 as well:
1) in /boot/firmware/config.txt, enable dtparam=i2c_arm=on
2) Wire up the 4pins per the RPI5 GPIO headers
3) Use https://github.com/rm-hull/luma.oled instead of micropython
The Luma.oled project has a lot of examples that would be useful for a display of this size
and the code is nice to work with.
Note: The I2C controller that is software based doesn't work well with this device, only the hardware based one works correctly”