Increase performance by improving the protocol
Closed this issue · 1 comments
BixelPitch commented
The hardware should still receive raw data from application in order to bring something up on the led matrix. But my implementation on both sides is pretty bad. Instead of transferring "000101001001..." as ASCII, it could be transferred as raw bytes, which can be even compressed. So the amount of data transmitted will become smaller and the reaction time will be drastically better.
Feel free to improve this!
BixelPitch commented
The protocol now uses 33 bytes per frame, which is more efficient.