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

Add support for LED matrix per layer #551

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

janlindblom
Copy link
Contributor

Enable triggering different LED matrices for different layers.

@kdb424 kdb424 requested a review from daysgobye August 5, 2022 18:29
@kdb424
Copy link
Contributor

kdb424 commented Aug 9, 2022

This either needs linting fixed, or closed if it's superseded by #549

@janlindblom
Copy link
Contributor Author

I'll fix the linting, going to close the first PR I made now that I have the other two!

Copy link
Collaborator

@daysgobye daysgobye left a comment

Choose a reason for hiding this comment

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

ok this is awesome and something I wanted in my first version. I am making this comment with my approval just waiting until I can test this to make sure that what peg outputs works with no problems. based on the code I think it works I just want to test it to make sure. I will test tomorrow and report back. Then I can update peg to output the layers.

self.layers = layers if layers else []

@staticmethod
def generate_layer(number_of_leds, layer_color):
Copy link
Contributor

Choose a reason for hiding this comment

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

One of these needs removed. Having two methods with the same name is failing the test.

@kdb424
Copy link
Contributor

kdb424 commented Sep 16, 2022

Needs hardware testing, but I believe that's unmangled, and should work. @daysgobye That's your domain.

@janlindblom
Copy link
Contributor Author

Thanks for picking things up, I’ll see if I can take care of the bit that’s making the test fail later tonight!

@kdb424
Copy link
Contributor

kdb424 commented Sep 22, 2022

No worries. Let me know if I can do anything else for you. Feel free to ping me on Matrix or Discord side of chat if you have any complications.

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

3 participants