akowalew / ws2812

Test project for WS2812 LEDs
3 stars 0 forks source link

Buffering and synchronizing of LEDs colors #26

Closed akowalew closed 3 years ago

akowalew commented 3 years ago

Since refreshing of LEDs is done in interrupt, we should have a mechanism to clearly switch between LEDs colors sets. E.g. like glSwapBuffers, until we provide new colors, it should continue with previous set

akowalew commented 3 years ago

Not needed since animation update is done right after LEDs refresh procedure.