Flappy Bird Game With ESP32 and SH1106 Oled Display
by deizozd in Circuits > Microcontrollers
2335 Views, 3 Favorites, 0 Comments
Flappy Bird Game With ESP32 and SH1106 Oled Display
Hi, today we will design our own game with esp32
Supplies
-ESP32
-SH1106 oled display
-Buzzer
-Button
Screen
GND > GND
VCC > 3v3
SCL > D22
SDA > D21
Button and Buzzer
Buzzer: positive pole to D23, negative to GND.
Button: GND and D4
Coding
https://drive.google.com/drive/folders/1BMWZW2rFUte9JVq_e0XQ_vWvpkFj0UYY?usp=sharing
You need to download this file and open with Arduino IDE. If you are encode the ESP32, you must hold down the BOOT button.