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
If the display is set to red (others haven't been tested so far), flashes of a different color will appear sporadically - blue mostly, but sometimes green flashes have also been observed
vlc-01.mp4vlc-02.mp4
The text was updated successfully, but these errors were encountered:
The RGB LEDs are controlled serially at 1 MHz. Due to the high number of tasks running in the firmware, data transmission errors occasionally occur. The RGB LEDs are controlled cyclically, so the errors only occur for a short time.
As a solution, the cyclic control could be replaced by an event control when the state of the LEDs changes. This should stop the flickering.
If the display is set to red (others haven't been tested so far), flashes of a different color will appear sporadically - blue mostly, but sometimes green flashes have also been observed
vlc-01.mp4
vlc-02.mp4
The text was updated successfully, but these errors were encountered: