On the RAM angle, i commented out HUGE sections of the DS3231 test sketch pointed out above, and in the process, took out dozens of Serial.print commands.
I did have to add in 2 for debugging. I put a Serial.print before and after the LedSign::init();
The pre-init line prints, the post init line doesn't.
again, the sketch seems to not progress beyond LedSign::init();
I also commented out the clock.getyear() to no avail.
It doesn't seem to be a bug in either sketch, I'm convinced it's some kind of conflict between the 2.
There is no "Clock Init" of any kind. The library doesn't need to be started or init'ed because it's all pre-addressed writes/reads.
The lib. doesn't use any Timers nor Interrupts.
I still can't believe that I am the only person to use these 2 rockin products together.

