We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Line 398 in 13efc56
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: