Hi,
please can you help me? I have already worked with Arduino Uno but now I would need to understand one LCD display, its name is
PC2002LRU-ASO-B
I hope as I have understand, this display has an another name too, from ACM2002D series from A-Z Displays. There I have read this display is compatible with Hitachi driver so I was happy and followed tutorial with "Hello" :
I have connected the pins as seen on the picture in tutorial, have an potenciometer and flashed the code written on the page.
But the display shows only blacken boxes and only one line from twos, like on this picture:
Can you please remove the lcd from the breadboard and take a photo of the wiring side, and another
photo of the end of the cable where it connects to your arduino. We need to see the wiring connections
at both ends.
This is normal and shows you, that the LCD is correctly wired so that it can start and init (on a 4x20 display you would see these boxes in Line 1 and Line 3).
The settings:
// initialize the library with the numbers of the interface pins
LiquidCrystal lcd(12, 11, 5, 4, 3, 2);