Skip to content
New issue

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

Future SmartMatrix Library 4.x Todos #135

Open
3 tasks
embedded-creations opened this issue Dec 8, 2020 · 0 comments
Open
3 tasks

Future SmartMatrix Library 4.x Todos #135

embedded-creations opened this issue Dec 8, 2020 · 0 comments

Comments

@embedded-creations
Copy link
Contributor

These are things that didn't make it into SmartMatrix Library 4.0

  • APA102 GBC calculation efficiency, use bitwise OR instead of max()?
  • Teensy 4 APA102 - optimize APA buffer cache flush
    • Move cache flush out of FLEXIOSPI.Transfer() and into "low priority isr (apaRowCalculationISR) instead of the high priority isr (apaRowShiftCompleteISR), and only the newly changed part of the cache needs to be flushed after each calculation." (Eric)
  • MultiRowRefreshMapping general improvements
    • Do more testing with MultiRowRefreshMapping to make sure it's working
    • Make it easier to determine mapping and add a new map
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant