squareline-esp32/05-Nixie-Clock
2024-12-30 12:32:59 +03:00
..
Images Initial commit 2024-09-23 01:24:21 +03:00
PIO Initial commit 2024-09-23 01:24:21 +03:00
SLS Initial commit 2024-09-23 01:24:21 +03:00
README.md readme commit 2024-12-30 12:32:59 +03:00

Nixie Tube Clock on Lilygo T-Display S3

alt text

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

YouTube

Credits

  1. LVGL graphics library
  2. TFT_eSPI graphics library
  3. Squareline Studio
  4. @upir_upir youtube channel