Display for arduino due

Hello
I have that display:
SSD1327 128x128 1,5" OLED



When I was using it with UNO - works fine. Now i moved my project to DUE and I can not get it to work :confused:
connection
VCC-3,3V (tried 5V also)
GND - GND
SDA -20
SCL - 21
Using i2x detector it finds the device at port 0x3.

I heave read that many people used to have problems with oleds and DUE.
Can someone reccomend me a 100% working ( best if isp because i am using SPI already, or i can use 2 SPIs at the same time ? ) big (minimum 1,5" display for DUE ?
I do not need touch screen i just need space

How have you wired it up? What code are you using?

VCC-3,3V
GND - GND
SDA -20
SCL - 21
I am using just "Hello world" example from u8g2 library that was working on that screen connected to UNO R3.

No problems with displays on the DUE here;

I2C - SSD1306, SH1106 OK.
SPI - ILI9341 without and with touch OK.
Serial -Nextion OK

Thanks, do you know any bigger I2Cs ?

Can I use 2 SPI devices at the same program in DUE ? ESP8266 ethernet module and screen/

I dont know the ESP8266 module you mention, but there is no specific reason why you can not use multiple SPI devices on a DUE or other Arduinos.

Is it possible the code is causing you problems, Adafruit has libraries for the SSD1327, maybe try it and see if it helps.
I've never had a problem getting screens to work with Due.
https://github.com/adafruit/Adafruit_SSD1327

This topic was automatically closed after 120 days. New replies are no longer allowed.