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
Best solution would be to use DMA for SPI with an optional callback (to allow async transmission). Larger strips of lights could have the bit patterns generated as needed.
Previously we disabled IRQs during the Neopixel sending, but that could cause lost serial data.
Now, re-enabling them might cause glitches - although less likely now that all data to be sent is in one big, flat buffer.
Need to check this (for 1v94) and potentially move to a DMA-based SPI send if needed.
The text was updated successfully, but these errors were encountered: