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

I2SClocklessLedDriver #31

Closed
wants to merge 6 commits into from
Closed

I2SClocklessLedDriver #31

wants to merge 6 commits into from

Conversation

netmindz
Copy link
Collaborator

@netmindz netmindz commented Mar 2, 2024

No description provided.

USER_PRINTF("driver.initled new %d: %d-%d\n", pinNr, startLed, nrOfLeds);

int pins[1] = { pinNr };
driver.initled((uint8_t*) fixture.ledsP, pins, 1, (int) nrOfLeds, ORDER_GRB);
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Not using the startLed value. Rather than doing pin-by pin, might need to change this code to pass all the pins in one go @ewoudwijma

@netmindz netmindz closed this May 27, 2024
@netmindz netmindz deleted the I2SClocklessLedDriver branch May 27, 2024 15:57
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.

1 participant