Replies: 1 comment
-
Nice connection diagram. I didn't fully checked everything, but let's start with the v0 input. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I want to use the LCD display ERM24064-1 with the datasheet below :
ERM24064-1_Series_Datasheet.pdf
To communicate with, I use an ESP32 and PlatformIO on VS Code.
When I upload the code below, nothing happened on the screen. The first time, I don't use the good pins in the constructor and a white line was printed during one second and after nothing, blank screen. So, I think I'm wrong with pins I give to the constructor but I don't find the good path...
The code :
Beta Was this translation helpful? Give feedback.
All reactions