This project allows users to select characters from a grid using an Arduino and an LCD display. The user navigates through characters using push buttons and confirms their selection.
- Arduino Uno (or compatible)
- LCD display
- 5 push buttons
- Connecting wires
- Breadboard
- The system displays a grid of characters on the LCD screen.
- Users can navigate through the grid using the push buttons:
- Up/Down buttons move the selection vertically.
- Left/Right buttons move the selection horizontally.
- Confirm button selects the highlighted character and adds it to the output string.
- The selected characters are displayed on the first row of the LCD screen, while the current selection position (X, Y) is shown on the second row.
This project is open-source and available under the MIT License.