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

Make use of component.update for pushing state to the LEDs #53

Open
mmakaay opened this issue Sep 7, 2021 · 1 comment
Open

Make use of component.update for pushing state to the LEDs #53

mmakaay opened this issue Sep 7, 2021 · 1 comment
Assignees

Comments

@mmakaay
Copy link
Owner

mmakaay commented Sep 7, 2021

I currently have disco mode for the main LEDs and a separate front_panel.update_leds call for the front panel LEDs, but possibly the use of component.update is more standard? If it is, I will update the code to make use of it, instead of my own constructs.

@mmakaay mmakaay self-assigned this Feb 8, 2023
@mmakaay
Copy link
Owner Author

mmakaay commented Oct 23, 2024

component.update cannot be used, because it is an interface that is only provided for PollingComponent, while the light stuff is based on Component. Back to the drawing board on this one...

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

No branches or pull requests

1 participant