Clock using the Bungee font.
Use PlatformIO to upload the code to a Lilygo T-Display-S3.
-
First edit
src/user_data.h
and fill in your WiFi access point name, password and timezone. -
Upload the font to flash:
PlatformIO sidebar → Project Tasks → clock → Platform → Upload Filesystem Image
-
Then upload the code:
PlatformIO sidebar → Project Tasks → clock → General → Upload
To generate the .vlw font file from the .ttf file, run Create_font.pde
. Make sure Processing is installed.
Button functions
- A: Switch between yellow and grey
- B: Switch between 24 and 12 hour notation
This project on hackster.io: Bungee Clock.