Skip to content

Changing Neopixel output pin does not work #83

Open
@particlerain

Description

@particlerain

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions