- Install the correct serial port driver CP210X Driver
- For the first use, you need to select the model you are using at the top of
main.cpp
, and select the corresponding screen header file - Change
src/main.cpp
tosrc.ino
- Copy the files in the
lib
directory to~/Arduino/libraries
, Windows users copy toDocuments/Arduino/libraries
- Double-click to open
src/src.ino
- Change the port to the correct port and select upload
- Put the
data
folder in thesrc
directory - Use
Arduino
ESP32 Sketch data Upload files,if you not install,Download ESP32FS-vX.zip,Extract to <C:\Users\Your User Name\Documents\Arduino\tools>,OpenArdunio IDE
,Tools -> ESP32 Sketch data Upload -> Upload
- Install the correct serial port driver CP210X Driver
- For the first use, you need to select the model you are using at the top of
main.cpp
, and select the corresponding screen header file - Open directly to change your serial port in
platformio.ini
, click compile - Terminal run
platformio.exe run --target uploadfs
to upload the FS file to ESP32
-
Configure the badge by entering http://ttgo.local or ip address in your browser.
-
The display will be refreshed after submission
- Currently only supports 100*100 size BMP format as image file for uploading