Arduino Simple LCD Menu
In this article, I will show you a simple LCD Menu implementation I am working on. In here, we use an Arduino Uno board, a 16×2 LCD for the display, and some tactile buttons for controlling the menu. The menu is implemented using state machines for the menu navigation. A button debouncing is implemented to […]
Read more Arduino Simple LCD Menu