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

Aurora demos refactored to fit 256+ pixels wide matrixes #42

Merged
merged 2 commits into from
Dec 2, 2020

Conversation

vortigont
Copy link
Collaborator

Tweaked some of the Aurora effects to run it on large displays.

  • All large buffers are allocated dynamically, esp32 can't handle such a large arrays on stack.
  • Changed some functions to workaround uint8_t limit for 256.
  • some other minor tweaks and optimizations

It is quite outdated but at least it works as a demo :)

Signed-off-by: Emil Muratov <gpm@hotplug.ru>
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
@mrcodetastic mrcodetastic merged commit 32f5cba into mrcodetastic:master Dec 2, 2020
@mrcodetastic
Copy link
Owner

Excellent! Thanks for this !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants