Yona Appletree
Yona Appletree
My current plan on this is to allow specifying a demo program that LEDscape would execute and accept frames via standard-out from...more details to come.
@bigjosh I'll try to find time to address this. Do you know if this image of Debian is shipping with current BBBs?
@bigjosh Please feel free to contact me at [email protected] to discuss the issue more, and potentially to sponsor this work.
You're absolutely right that this sort of small setup isn't what LEDscape is currently optimized for, but I think it's a good direction to move in. I would welcome and...
I personally don't have plans to make that upgrade for the time being, but I am open to pull requests.
If you have the bandwidth, I'm absolutely in favor of having compatibility with the new communication scheme, and would welcome documentation, research, POCs or full-on pull requests you have.
Sorry for not responding to this for so long, but I think you certainly could write support for the A6281. After a quick read of the data sheet, it appears...
This behavior is by design (see the README: https://github.com/Yona-Appletree/LEDscape#data-format). The rationale here is that LEDscape pushes out data to all pixels simultaneously, and if you wanted to push just one...
I specified N-1 because we use zero-based channel indexes internally and on our capes. I'm just being explicit about opc using 1-based channels. I'm torn on how to handle channel...
After having a conversation with the maker LED Lab it seems that there are UDP packet size limits causing issues for iOS users. As such, I propose the following modifications...