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

Object Oriented Library #22

Open
wants to merge 26 commits into
base: AnimARTrix_SmartMatrix
Choose a base branch
from

Conversation

netmindz
Copy link
Collaborator

@netmindz netmindz commented May 29, 2023

Flipping the code to be a library that can be used as part of another project and include examples for how to use with FastLED and SmartMatrix output

@netmindz netmindz changed the title Oo Work in Progress - Object Oriented Library May 29, 2023
Preserve buffer contents between frames
ANIMartRIX.h Outdated Show resolved Hide resolved
ANIMartRIX.h Outdated Show resolved Hide resolved
@netmindz netmindz marked this pull request as ready for review July 3, 2023 15:57
@netmindz netmindz changed the title Work in Progress - Object Oriented Library Object Oriented Library Jul 3, 2023
Comment on lines +130 to +132
animatrix.logOutput();
FastLED.show();
animatrix.logFrame();
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Performance logging not working in this example

// animatrix.Lava1();

backgroundLayer.swapBuffers(true);
animatrix.logFrame();
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fps logging not working

reset ordering of params in water
Fix rgb_sanity_check
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.

None yet

1 participant