You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
These are things that didn't make it into SmartMatrix Library 4.0
The text was updated successfully, but these errors were encountered: