Hi,i am trying to make a menu interface for my arduino.I am using a arduino uno, nokia5110 lcd and a joystick module.
I have noticed after a little bit of research that there is not any library or example code how to make a simple menu.
For example lets say that we want make a simple menu
First the lcd should be something like that:
->Menu1
Menu2
Menu3
(here we should move the joystick to select a item)
and when we select something to open a new menu or just print something.
Do you have any ideas how to approach this problem?
or where to start?
any advice will be appreciated