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

LED Channel as one of parameters for NeoPixel #816

Open
ExcitePrime opened this issue Apr 19, 2024 · 4 comments
Open

LED Channel as one of parameters for NeoPixel #816

ExcitePrime opened this issue Apr 19, 2024 · 4 comments

Comments

@ExcitePrime
Copy link

ExcitePrime commented Apr 19, 2024

Hello, can you please add the LED Channel as one of the parameters when creating an instance of NeoPixel? This is so that we could use GPIO13 and GPIO19, which are on a different LED channel on a Raspberry Pi 4
Screenshot 2024-04-19 131318

@dhalbert
Copy link
Contributor

dhalbert commented Apr 19, 2024

This would be handled internally by https://github.com/adafruit/Adafruit_Blinka/blob/main/src/adafruit_blinka/microcontroller/bcm283x/neopixel.py so you wouldn't need to specify the channel.

But there are limitations that appear to make using both channels not possible. See #103, especially the last post. That issue, or the Blinka repo in general, is the best place for this discussion.

@ExcitePrime
Copy link
Author

ExcitePrime commented Apr 19, 2024 via email

@dhalbert dhalbert transferred this issue from adafruit/Adafruit_CircuitPython_NeoPixel Apr 19, 2024
@dhalbert
Copy link
Contributor

Transferring this issue to the Blinka repo. I don't understand what the issue is, but it seems to be a limitation in how to deal with the PWM channels.

@makermelissa
Copy link
Contributor

I'm going to reopen as it's a good suggestion, but I'll need to think about the best way to implement this without modifying the neopixel library.

@makermelissa makermelissa reopened this Apr 19, 2024
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

3 participants