Skip to content

Releases: MaxonXOXO/CustomLCD

LCD Custom Character Clock v1.0.0

13 Aug 17:29
5436821

Choose a tag to compare

Release Notes:
🚀 First Official Release of the LCD Custom Character Clock firmware.
This version uses an ESP8266 and a 16×2 I2C LCD to display large digital-style clock numbers using custom LCD characters.

✨ Features in v1.0.0

🖋 Large Digits — Uses custom LCD characters for a bold, easy-to-read time display.

🕒 Accurate Time via Wi-Fi — Syncs time from the internet using NTP (India timezone configured).

📟 Optimized Layout — Displays time on the bottom two lines for better viewing.

🔄 Auto Reconnect — Automatically reconnects to Wi-Fi if disconnected.

🛠 Clean, Stable, Minimal — Lightweight code for smooth operation.

📂 Files included:

.ino Arduino sketch — Upload to ESP8266 via Arduino IDE.

Library list in README.

⚠️ Requirements:

ESP8266 NodeMCU (tested on NodeMCU 0.9) (Can use any esp 8266 or esp 32 modules but might need necessary changes)
LiquidCrystal_I2C library
Wi-Fi connection