Thanks! One minor issue: the Windows installer won't let me choose individual libraries. I can click All or None, but it will not let me check or uncheck any items. Clicking None, then clicking an item checks them all.
Not that I can find, they're all %d, %0d, etc.
Now that it's working in optimized mode, I'm not terribly concerned with it. I'll try not to waste any more of your time. :) Thanks!
Yeah, the ReadTest example from the DS1307RTC library works fine.
I've narrowed it down to the CPU Speed setting. It works fine now when set to '96 MHz optimized (overclock)', but hangs when set to '96 MHz (overclock)'.
Thank you both for your responses and help.
Sorry, correction: using hour(), minute(), etc, just delayed the crash. Looks like the Time library waits five minutes before syncing with the RTC. It froze when it finally did sync.
First, thank you for all of your hard work. I've used Teensy 3.1, Teensyduino, and many of your libraries in a few projects and have been very happy with them.
I've switched the Aurora project for the SmartMatrix display from Teensyduino 1.20 to 1.21 and everything works great except it...
Can't tell if this is a Teensyduino or FastLED problem. Compiles fine with the slightly older FastLED 3.1 version shipping with TD 1.21 beta 12, but not with latest from 3.1 branch on github: https://github.com/FastLED/FastLED/issues/143