You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use ws2812-async and smart-leds-matrix, but the matrix requires the writer to be a SmartLedsWriter. That uses sync instead of async methods though.
Any suggestions?
The text was updated successfully, but these errors were encountered:
My first pass at that just made the program freeze entirely. Now that the other bits of my project work, I can try that again though. Though probably not soon. This project was finished enough to work for the parade I was in.
I want to use ws2812-async and smart-leds-matrix, but the matrix requires the writer to be a
SmartLedsWriter
. That uses sync instead of async methods though.Any suggestions?
The text was updated successfully, but these errors were encountered: