pixelmatix / SmartMatrix

SmartMatrix Library for Teensy 3, Teensy 4, and ESP32
http://docs.pixelmatix.com/SmartMatrix
621 stars 162 forks source link

Give an alternate way to port FastLED and GFX/NeoMatrix code to Smart… #68

Closed marcmerlin closed 5 years ago

marcmerlin commented 5 years ago

…Matrix.

embedded-creations commented 5 years ago

Thanks Marc!

marcmerlin commented 5 years ago

Thanks. BTW, I also got adafruit to add your lib to theirs since you support chips and panels they don't support: https://github.com/adafruit/RGB-matrix-Panel

embedded-creations commented 5 years ago

Thanks, but I'd prefer that SmartMatrix Library ESP32 functionality wasn't advertised in an Adafruit library, as it's alpha quality code right now, not easy to install (I'm assuming for the average Adafruit customer), and I have no plans at the moment to continue working on it

marcmerlin commented 5 years ago

Sorry about this, I didn't realize this "no plans to continue working on it" == you're not interested in using ESP32 anymore and won't be working on teensylc further or "no time to working on it currently due to other life priorities" (which would be quite understandable).

embedded-creations commented 5 years ago

It's somewhere between the two. My next focus for SmartMatrix is making the APA102 to HUB75 adapter which came up during our initial conversation on the FastLED G+. I want that for some personal projects in addition to thinking it's a good product, and would allow driving HUB75 panels from any dev board capable of running FastLED. I haven't started on the design of the software for that product yet, but if it turns out to use an application on top of the SmartMatrix Library, then I'll likely continue improving the ESP32 port of SmartMatrix Library. If it doesn't, and I base it on other software or write something simpler from scratch, then the port may sit idle for longer.

marcmerlin commented 5 years ago

understood, thanks for the info.