Hi,
I've followed the tutorial on the main site of arduino (http://arduino.cc/en/Tutorial/LiquidCrystal) to connect an lcd display 20x4 blue compatible hitachi h44780, but it doesn't work. Initially it didn't power up (it seems like turned off), then I've connected a 220 ohm resistor to the 5V and the 15th pin of the lcd and I've powered the 16th with the gnd. Then it turned on, but nothing appeared on the screen.
I've adjusted the number of the pins in liquidcrystal lcd with 7, 5, 3, 2 and the lcd.begin with 20,4. It doesn't work. I found many tutorials on the internet: most of them sugget the same workaround and one or two suggest another method, but the images are in small resolution.
Anyone can help me to connect the lcd to Arduino Mega 2560?
Thank you!
Jymmy097
Edit: I've tested the potentiometer with an arduino sketch and it seems like it doesn't work: it gives random values.... Is there a way to connect the contrast pin (3rd) to arduino without using a potentiometer? I tried to connect it to the 5V using a 220 ohm resistor without succeding in.