This project creates a digital clock using an Arduino, real-time clock module, and colour LCD display.
The RTC LCD Digital Clock shows the current time on a bright colour screen. It uses a special timekeeping chip that keeps accurate time even when powered off. The Arduino connects all components together and updates the display only when the time changes, which saves power and prevents screen flicker.
Parts List
- Arduino board
- Real-Time Clock module
- ST7789 240×240 TFT LCD display
- Connecting wires
- Breadboard
- 5V power supply for Arduino
Assembly Instructions
- Connect the RTC module to the Arduino
- Connect VCC of the RTC module to 5V on Arduino
- Connect GND of the RTC module to GND on Arduino
- Connect SDA of the RTC module to SDA (A4) on Arduino
- Connect SCL of the RTC module to SCL (A5) on Arduino
- Connect the TFT LCD display to the Arduino
- Connect VCC of the LCD to 5V on Arduino
- Connect GND of the LCD to GND on Arduino
- Connect CS pin of the LCD to digital pin 10 on Arduino
- Connect RST pin of the LCD to digital pin 7 on Arduino
- Connect DC pin of the LCD to digital pin 8 on Arduino
- Connect SDA pin of the LCD to MOSI pin on Arduino
- Connect SCK pin of the LCD to SCK pin on Arduino