Hello,
I tried to built this project but i have some errors.
I used an Arduino Uno (no generic or clone)
I used the arduino librairy :
- LiquidCrystal (1.1.1 and 1.1.2) from Frank de Brabander
- Keypad from Mark Stanley (3.1.1)
I changed the arduino code like "Koraks" said. I changed the line 56 by the following command :
LiquidCrystal_I2C lcd(0x27,20,4);
and also i replaced the line "186" by lcd.init();
I removed the line :
lcd.setBacklightPin(BACKLIGHT_PIN,POSITIVE);
I followed the connection between all composant with the PDF schema and it's correct.
But my problem is my LCD, no menu display, LCD flashe every one second.
I tried with an example to display "Hello World" on the LCD and it's working, but when i put the code in arduino, LCD flashe
I don't understand...
@alanbradford how do you create your project ? can you share the code ?
Thank you