feat(display): migrate to HD44780 character lcd

This commit is contained in:
2026-04-26 03:11:07 +02:00
parent 48a1cd5ee6
commit 1a8047d5e0
5 changed files with 21 additions and 38 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ An open-source implementation of the Tamagotchi virtual pet game, designed to ru
## Bill of Materials
- Arduino Nano (ATmega328P)
- KY-023 Joystick Module
- SSD1306 OLED Display (128x64)
- HD44780 Character LCD
## Development
After cloning the repository, navigate to the project directory and run `make build` to compile the code. To upload the compiled firmware to your Arduino Nano, use `make upload`.