Hi everyone.
I’ve got a couple of the ‘Ultrathin 16x32 Red LED Matrix Panels’ (from Coolcomponents here) from a brief experiment using an Arduino. The documentation for getting these to work on an Arduino was scant at best. Is there an existing library that will help me get them going on my brand new Photon? A search didn’t bring anything immediately up front. Anyone else had a go with these?
Many thanks
Rich
EDIT: I just found some hints about porting Arduino libraries to Photon. I’ll have a go with the Seeed Arduino library
@el10t, the library looks very straight forward to port. The two timer based examples, which are not compatible as-is with Particle devices, could be adjusted to use Software Timers or the SparkIntervalTimer library. Please let us know how everything goes!
Thanks both - happy to report the libraries worked perfectly with minimal tweaks! I now have a great new 16x64 led clock with other features controllable via Internet. Next is to get it to display tweets.
I’ll contribute the tweaked libraries to the community set if I can work out how to…