I am pretty much a novice with electronics/arduino, but I have managed to write sketches to do various things with LEDs etc.
I recently purchased a 16 x 2 LCD display, but despite lots of head banging I cannot seem to get it to display any text.
The backlight comes on and a potentiometer will control contrast, however only the top line is visible.
The circuit and sketch I used are here
http://earthshinedesign.co.uk/Datasheets/LCD_MODULE_INSTRUCTIONS.pdf
I did add lcd.begin(16, 2); to the setup and also tried with Read/Write select (pin 5) connected to GND.
Any help to point me in the right direction would be appreciated.
Steve.