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

Changing Neopixel output pin does not work #83

Open
particlerain opened this issue Dec 31, 2023 · 0 comments
Open

Changing Neopixel output pin does not work #83

particlerain opened this issue Dec 31, 2023 · 0 comments

Comments

@particlerain
Copy link

particlerain commented Dec 31, 2023

Hi,

i need to change the output pin of neopixel. I tried editing the defines in ws2812.h, but that does not make any difference and the output pin stays always D12.
Lİke changing the pin to D11 below does not have any effect:

#define PIXEL_PORT  PORTB  // Port of the pin the pixels are connected to
#define PIXEL_DDR   DDRB   // Port of the pin the pixels are connected to
#define PIXEL_BIT   3     // Bit of the pin the pixels are connected to

Is there anything hardcoded which i could not detect yet?

NOTE: Also the fps with 50-60 pixels is around 30-40fps. But with 170 Pixels the fps drops to 20-25. Is there any modification that i can do when increasing the pixel count, to stay at 30-40 fps?

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