Skip to content

SK6812's colors are off (driver ws2812) #858

@conejoninja

Description

@conejoninja

This commit breaks my code, i'm using SK6812 MINI-E RGB and a nice!nano (nrf52840) using leds.WriteColors(xxx):

before this commit ( 21a7d0a )

  • I used ws2812.New and it worked fine
  • ws2812.NewSK6812 worked fine on the first LED, but second LED's colors was off (no red)

after this commit ( 21a7d0a )

  • ws2812.New stopped working (LEDs are off)
  • ws2812.NewSK6812 worked fine on the first LED, but second LED's colors was off (no red)

My board only have two leds, don't know what will happen with more LED's
In both cases SK6812 is off.

/cc @gandarez as the author of the commit
/cc @SoftTacos as the author of the SK6812 implementation

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions