Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.3inch OLED Module (C) #536

Open
Gerd4711 opened this issue Oct 18, 2024 · 2 comments
Open

1.3inch OLED Module (C) #536

Gerd4711 opened this issue Oct 18, 2024 · 2 comments

Comments

@Gerd4711
Copy link

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
Copy link
Owner

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
Copy link
Author

Gerd4711 commented Oct 18, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants