docs: add SSD1306 display to bill of materials

This commit is contained in:
2026-04-24 15:48:23 +02:00
parent 924b2806fb
commit 85714b4520
+1
View File
@@ -5,6 +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)
## 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`.