Dino Game on Round Display

by Jack Lam in Circuits > Arduino

89 Views, 0 Favorites, 0 Comments

Dino Game on Round Display

WhatsApp Image 2024-06-07 at 12.23.50.jpeg

DINO GAME on ESP32S3 Round Display, that's it.

Supplies

  • ESP32S3 round LCD touch display from WaveShare (click me)
  • USB Type-C Cable

Config the Arduino

Screenshot 2024-06-07 123047.png
Screenshot 2024-06-07 123223.png

This LCD display has ESP32S3 on board, so you have to add esp32 in Board Manager. When you are uploading the code later, remember to choose ESP32S3 Dev Board as the target board.

Config the TFT_eSPI Library

Screenshot 2024-06-07 125034.png

In this time, we are gonna use TFT_eSPI library by Bodmer (Giant thanks to him) which you can download from below. Remember to unzip the file in your Arduino library folder which in my case is located in C:\Users\...\Documents\Arduino\libraries. Using TFT_eSPI, you can drive other awesome displays. Also remember to install the CST816S library (see the image) for the touch function to work.

Get Codes Work

dino game.gif

Congratulations, you come to the last and most excited step. Unzip the source code (Special thanks to Volos Projects for the original code https://www.youtube.com/watch?v=WWj66HgXezI), connect your round display and upload the program. Don't hesitate to share your project in the section below.