Hello, I am running into some problems with my code and was wondering if

Hello, I am running into some problems with my code and was wondering if someone could take a look at it and see whats wrong. The idea is to have a matrix display Noise until a swinging target is hit, then text will scroll on the matrix. Once the target swings back it’ll go back to noise. Long story short. Noise is running fine\switching is working\just the scroll text is not showing up- it just pauses the noise until switched again.

Here is the code: http://pastebin.com/tVr9bKsA

Thank you in advance.

79 x 16 matrix of WS2812b running on a Teensy 3.1

-Tom

At the current moment I have not found one, but it’s on my list for early this week. I’ll see what I can find and let you know. Thanks again for your help.

@Aaron_Liddiment , here is the code I am using for the RTC on the Teensy. I have the clock set on the DS3231 and it is communicating back through the Serial monitor, showing the correct time and counting up. My next step is to get it to count down from a specific date and then output the content utilizing your ledtext libary. http://pastebin.com/vmmM5yyL

@Aaron_Liddiment , if interested here is the code snippets put together and running on the Teensy 3.2 from tonight.

http://pastebin.com/4uXcDcDw

It allows the clock to be set from a processing script, and then it runs txtdemo1 out on the array. I cant seem to wrap my head around what the individual time calls are returning or how I would get it to work with your library. I have also not implemented the ‘countdown’ portion, just trying to output time text currently.

Thank you,
-Tom