Hi everyone,
I want to display 'Hello World' using the program under LiquidCrystal. After connecting the respective pins from Grove to Arduino, it doesnt display 'Hello World'.It shows 16 empty inputs on the front row only.
Any solutions?
Hi everyone,
I want to display 'Hello World' using the program under LiquidCrystal. After connecting the respective pins from Grove to Arduino, it doesnt display 'Hello World'.It shows 16 empty inputs on the front row only.
Any solutions?
This should be simple considering that you have the wire libraries which you could use. You will find the Vcc and Gnd pins which are available on the 2560. There is also the other SDA and SCL pin which you can use to connect the LCD with just four leads in all. Use the libraries and you should be good to go.
You are more likely to receive help with your problem if you provide us with more information. Examples:
The fact that you are not seeing the text that you are expecting could be due to wiring or programming errors - we really can't tell which without more information.
Don