This repository contains the codebase for an LCD Character Display Game Console project. The code is designed to run on a custom-built embedded device, featured in the video below. The project challenged me to make the most of minimal hardware. The modular software design allows easy addition or swapping of new games, as long as device storage permits. Overall, a fun project to practice embedded programming using Arduino.
Watch the project demonstration on YouTube:
- Elegoo Arduino Uno R3 Microcontroller
- SunFounder IIC I2C 1602 Serial LCD Module
- Dual-Axis XY Joystick Module
- Breadboard, Wires, Resistors
- Powered with a 9V battery or USB
src/: Contains the Arduino code for the game console.README.md: Documentation for the project.
