olikraus / u8glib

Arduino Monochrom Graphics Library for LCDs and OLEDs
https://github.com/olikraus/u8glib/wiki
Other
1.25k stars 315 forks source link

1.3inch OLED Module (C) #536

Open Gerd4711 opened 2 weeks ago

Gerd4711 commented 2 weeks ago

I added the Library U8g2 to the Arduino R3 platform and tried to run the integrated example "Hello World". The constructor line for "SH1107 - 128x64 - SPI" is released. The 3 mentioned wires are connected as descibt in the constructor line. Further wires are connected to CLKPIN11 and DIN13. What is the reason that the screen is still black!

olikraus commented 2 weeks ago

What is the reason that the screen is still black!

You provided far too less information to say something.

What is the exact constructor you used? How are Arduino and Display wired (complete diagram including power) Also send a picture...

Gerd4711 commented 2 weeks ago

This is the constructor line

U8X8_SH1107_64X128_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8);  CLK PIN11 and DIN PIN13.

20241018_225756 1 20241018_225835 1

It is my first time that I operate on this platform