Dear All,
I am trying to use an OLED display with MKRZERO
the model is
SKU407533-18772522
and it corresponds to
https://www.banggood.com/1_3-Inch-4Pin-White-OLED-LCD-Display-12864-IIC-I2C-Interface-Module-p-1067874.html?rmmds=buy&cur_warehouse=UKI wired the board and the oled as following
MKRZERO GND - OLED GND
MKRZERO VCC - OLED VCC
MKRZERO SCL - OLED SCL
MKRZERO SDA - OLED SDA
I tried various libraries but I have had various compilation issues under the SAMD
The only which worked was Adafruit_SSD1306 library.
With this library the OLED turns on and reacts to commands
however the displayed image is completely meaning less
I tried to change the display format, as the producer stated it is 132x64 instead of 128x64
having changed mapping the pattern changes but it is still meaning less
Is there somebody which solved the same issue?
I guess the problem is the library, so is there somebody which knows whether a SSH1106 library for SAMD boards exists?
Thanks
M.M.