I am new to Arduino, I have attached a HD47780 Screen to an Uno and have push button inputs for Up, Down, Left, Right and Home.
I want to achieve a menu system whereby the user can scroll through the menu, much like an old phone, I can get the screen to print the first set of items but am not sure how to to then do multiple layers, Would I use strings to do this or another function?
I have been through the examples but can not find a input scroll example, any help would be great.
Thanks for the post. Yeah kind of like that, however this item will be able to store records using an analogue input, but other than that pretty much the same.
The device has to simply recall input information and scroll through a menu.
I have managed to find a Back Menu which people seemed to be working on not so long ago, however I can not see how to integrate this with a 20x4 screen and the 5 push buttons that I have got