/HappyBirthdayTftEsp

The source code for the best birthday present ever

Primary LanguageC

Happy Birthday

Happy birthday Sam.

This is the source code for the TFT screen.

Instructions

To get going:

Configuring Arduino IDE

After opening the Arduino IDE, you'll need to install the ESP32 boards.

The Adafruit GFX library needs to be installed.

Go to Tools -> Libraries...:

image

Install the Adafruit GFX Library.

Go to Tools → Boards → Boards Manager.

In the tab that opens, search for "ESP" and install the "ESP32 Arduino" board set: image

Plug in the Firebeetle ESP32 and in the board drop down, select the FireBeetle-ESP32: image

Building

Open the happybirthday.ino file in the Arduino IDE.

Click on the tick top left.

If everything is configured successfully the project will build successfully, yay!

Uploading

Make sure the board is connected, then click the upload button. If evertything goes well, you'll have the new code uploaded to the device!