https://github.com/no0by1022/esp32game
A simple game made using ESP32
https://github.com/no0by1022/esp32game
esp32 game-development
Last synced: about 1 month ago
JSON representation
A simple game made using ESP32
- Host: GitHub
- URL: https://github.com/no0by1022/esp32game
- Owner: No0BY1022
- Created: 2025-01-11T02:50:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-11T03:05:02.000Z (over 1 year ago)
- Last Synced: 2025-03-22T04:12:45.826Z (over 1 year ago)
- Topics: esp32, game-development
- Language: C++
- Homepage:
- Size: 771 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP32Game
A simple game made using ESP32



# How to make
Componenets:
- ESP32-WROOM32
- 3 pushbuttons
- 1.77 TFT
- Protoboard
- Wires
For the code check the file name "espGame.ino", then you flash your esp32 with the code.
| ESP32 Pin | TFT Pin | Button1 Pin | Button2 Pin | Button3 Pin |
|------------|----------|---------------|---------------|---------------|
| GND | GND | 1 LEG | 1 LEG | 1 LEG |
| 5V | VCC | | | |
| G4 | SCK | | | |
| G23 | SDA | | | |
| G16 | RES | | | |
| G5 | RS | | | |
| G18 | CS | | | |
| 5V/3.3V | LEDA | | | |
| G12 | | OPPOSITE LEG | | |
| G13 | | | OPPOSITE LEG | |
| G14 | | | | OPPOSITE LEG |