mirror of
https://github.com/nishad2m8/T-Display-S3-YT
synced 2025-09-26 23:09:17 +08:00
.. | ||
Images | ||
PIO | ||
SLS | ||
README.md |
Nixie Tube Clock on Lilygo T-Display S3
Place credential.h
in src folder
#ifndef CREDENTIAL_H
#define CREDENTIAL_H
// Replace with your actual WiFi credentials
const char* ssid = "your_SSID";
const char* password = "your_PASSWORD";
#endif // CREDENTIAL_H
How to Video
Credits
- LVGL graphics library
- TFT_eSPI graphics library
- Squareline Studio
- @upir_upir youtube channel