After installing the Time library, I was able to deploy it in one sketch successfully. But since then, when I add the Time library to a sketch, it displays in all black font (#include <Time.h>), and it is not identified as a library when compiled.
I installed it as usual, extracting to the libraries folder. The compiler produces a Time is undeclared error.
Is it possible that the files have been accidentally overwritten by your previous sketch? Or you have another copy of them in the same directory as your new sketch?
It looks like the DateTime library I was trying to use with a 2009 sketch, was causing numerous millis() errors from the.cpp file of the library, I just had to look close enough to see it.
So I'm looking for a different simple Time to I2C LCD display sketch example (without RTC module).
It looks like the DateTime library I was trying to use with a 2009 sketch, was causing numerous millis() errors from the.cpp file of the library, I just had to look close enough to see it.
I'm sure that they are all correctable. Probably by changing 8 characters in one file.
So I'm looking for a different simple Time to I2C LCD display sketch example (without RTC module).
It would be far simpler to fix the one that you have, if we knew what it looked like, and what the problems were.