Hello all,
I’m quite new to Arduino so please bear with any of my faux-pas’
Im trying to create an automated brewery controller. I’ve followed the steps for displaying text on an LCD using the LiquidCrystal Libraries and the code compiles correctly.
The only problem I have at the moment is being able to move through on screen menus.
I have a 4 button keypad, and four selections on screen.
What I would like for the program to do is, for example
When button 1 is pressed, a different menu comes up on screen
When button 2 is pressed, another menu different to that comes up.
I can understand the lcd.print and lcd.setCursor stuff just fine, it just need a bit of help with the code for it recognizing when a certain button is pressed then it knows what should come on screen next.
I hope you can help.
Kind Regards
Justin