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

LED sporadically flash in a different color #87

Closed
W-Geronius opened this issue Aug 5, 2024 · 3 comments
Closed

LED sporadically flash in a different color #87

W-Geronius opened this issue Aug 5, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@W-Geronius
Copy link
Collaborator

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
@norbert-walter norbert-walter self-assigned this Aug 9, 2024
@norbert-walter norbert-walter added the bug Something isn't working label Aug 9, 2024
@norbert-walter
Copy link
Owner

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.

@W-Geronius
Copy link
Collaborator Author

seems to be gone in dev20240920

@norbert-walter
Copy link
Owner

Fixed in dev20240920

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants