Skip to main content

Posts

Showing posts from June, 2021

85. Analog and Digital Clock on Adafruit TFT Display using Arduino

 Hey everyone, Sorry I have not posted in a while. Today, I will be presenting you my Analog and Digital Clock on Adafruit TFT Display using Arduino. You can find the schematic and code explanation within this post. Read on further to learn how I did this project. Hardware components used in this project Arduino Mega 2560 Adafruit 2.8" TFT Touch Shield for Arduino w/ Capacitive Touch - You could also use any other Arduino compatible TFT display DS1307 RTC Module Solderless Breadboard - Half+ (This is optional if you are connecting the RTC module to the development board directly) Jumper wires (x4) - Male/Male jumper wires if using solderless breadboard. Female/Male if connecting RTC module directly to Arduino Mega. Software apps Arduino IDE - latest version is recommended Setup Connections DS1307 RTC Module SCL - A5 SDA - A4 VCC - 5V GND - Ground Adafruit TFT Touch shield You can simply place the Adafruit TFT Touch shield onto your Arduino Mega 2560 development board. Make sure to