I recently got an Arduino LCD screen. I tried connecting it to the UNO with the 10k potentiometer and all the needed equipment but all I got were white rectangles instead of characters. I have uploaded the hello world code but I saw no changes.
asked Feb 12, 2017 at 22:13
-
2Looks like you may have the contrast set (or wired) wrong.Majenko– Majenko2017年02月12日 23:16:54 +00:00Commented Feb 12, 2017 at 23:16
-
Or you have drawn white rectangles to the screen.Code Gorilla– Code Gorilla2017年02月13日 12:46:59 +00:00Commented Feb 13, 2017 at 12:46
1 Answer 1
As @Majenko already mentioned, you have to set the right contrast. Use potentiometer to find out what value suits you right.
answered Feb 13, 2017 at 9:24
lang-cpp