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

Create own LED driver and remove FastLED lib #140

Closed
4 tasks done
TheRealKasumi opened this issue Feb 3, 2023 · 0 comments · Fixed by #141
Closed
4 tasks done

Create own LED driver and remove FastLED lib #140

TheRealKasumi opened this issue Feb 3, 2023 · 0 comments · Fixed by #141
Assignees
Labels
enhancement New feature or request mcu Issues related to the main controll unit
Milestone

Comments

@TheRealKasumi
Copy link
Owner

TheRealKasumi commented Feb 3, 2023

FastLED brought us a lot of random bugs, errors and crashes that do not happen without it. So I decided to write down our own LED driver.

  • Use I2S
  • Should be memory efficient
  • Should be fast and drive 1600 (200 per zone) without a problem
  • Check stability and make sure its safe to use with webserver and multiple tasks
@TheRealKasumi TheRealKasumi added enhancement New feature or request mcu Issues related to the main controll unit labels Feb 3, 2023
@TheRealKasumi TheRealKasumi added this to the 1.1.0 Release milestone Feb 3, 2023
@TheRealKasumi TheRealKasumi self-assigned this Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request mcu Issues related to the main controll unit
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant