Arduino settings menu

An easy way how to create a settings menu with your Arduino projects.
Aug 14, 2021 — 1 min read — Arduino

Arduino settings menu

When a project goes beyond basics, there is usually a need to have control over a few different parameters. In my pellet burner project, I have this need so I created this simple example of how you can create a menu for your projects.

The menu is accessed by pressing the button on a rotary encoder and the values can be updated with the rotation of the encoder.

The code for this example can be found on the Instructable for the project.

Tools and materials used in the video:


lcd arduino push button tutorial rotary encoder
Read next

Designing a PCB for the first time

For a very long time, I wanted to start experimenting with making custom PCBs for my projects but I was intimated by the process. It seemed...

You might also enojy this

I broke the new Arduino IDE - Excessive scale issue

Working with alpha releases of a software program can be exciting but also nerve-racking at the same time as you come across issues that are...