Open
Description
At this line you set the entire screen every time a command is parsed:
inputmodule-rs/ledmatrix/src/main.rs
Line 497 in 13efc56
This is very inefficient when streaming data over the USB connection and makes framerates terrible.
The display is also getting set 32 times a second at this line, even if the animation is already finished.
inputmodule-rs/ledmatrix/src/main.rs
Line 398 in 13efc56
Metadata
Metadata
Assignees
Labels
No labels