Greetings everyone
I have a code (Backlit_Automated_Perpetual_Calendar) that I got from a colleague on the internet, made for a Perpetual Calendar with LED strips and I would like to combine it with another code (TM1637_7Segment_Display_NTP_Clock) made for a Clock with the TM1637 Module. I've tried to combine but it didn't work. I was embarrassed because the first code uses the NTP.h library and has the header #ifndef NTP_H and #define NTP_H. And the second code uses the NTPClient.h library, so I would like someone to help, please.
Note 1: I note here that both codes were made for ESP8266.
Note 2: NTP.h belongs to the first code.
Forgive my English, as it is not my native language.
Backlit_Automated_Perpetual_Calendar.ino (9.39 KB)
NTP.h (6.07 KB)
TM1637_7Segment_Display_NTP_Clock.ino (1.12 KB)