Hello all.
I am trying to interface a COG 256x96 with an Arduino Nano 33 IoT
Oriented on this display as it has nearly perfect dimensions for my project.
The display is configured by the seller for 3.3v on I2C and I have tried a wiring indication supplied by the seller but no results. Reason for I2C is to save pins for other applications, but i will go for SPI if it becomes necessary.
My attempts were with the following constructor in U8g2 "Hello World" - "Page Buffer", in the hopes to get something on the screen. 16 bit is turned on in the library.
//U8G2_ST75256_JLX25664_1_2ND_HW_I2C u8g2(U8G2_R0, /* reset=*/ 8); // Due, 2nd I2C, enable U8g2 16 bit mode for this display
Have tried the same constructor but with U8X8_PIN_NONE for reset.
Given that i am your perfect noob in arduino, does anyone have a wiring schematic / instruction to interface that display with the nano 33 iot on i2C or SPI?
Are there any changes that i need to do to the library?
Thank you for your help. ![]()











