Tag: menu
Arduino Menu Tutorial with a Rotary Encoder and a Nokia 5110 LCD display
In our last tutorial, we examined how to create a menu for your Arduino project on a Nokia 5110 LCD, with push buttons to navigate through it. In today’s tutorial will build a modified version of it as we will use a rotary encoder (in place of the push buttons) for menu navigation. A...
Continue ReadingMenu on Nokia 5110 LCD display with Arduino
We have published quite a number of tutorials using different displays with the Arduino, with the most recent being the tutorial on displaying graphics on all kind of displays with Arduino. For today’s tutorial, we will look into achieving more with displays by implementing a menu...
Continue ReadingMenu on Nokia 5110 LCD display with Arduino
We have published quite a number of tutorials using different displays with the Arduino, with the most recent being the tutorial on displaying graphics on all kind of displays with Arduino. For today’s tutorial, we will look into achieving more with displays by implementing a menu...
Continue ReadingArduino Uno Menu Template
PaulSS @ instructables.com shows us how to build a menu for a LCD/button shield: While working on a new Instructable (coming soon) I had decided to use an Arduino Uno with an LCD/button shield I purchased off of AliExpress. It's a knockoff of the DFRobot Shield. I knew that I...
Continue ReadingEasy Arduino Menus for Rotary Encoders
SimonM83 has posted a new tutorial on how to implement an Arduino menu using a rotary encoder. The tutorial goes through the hardware setup and sample code is provided. Rotary encoders with centre-push buttons are cool input hardware for projects, especially if you want to be able to...
Continue Reading