ghi-electronics/TinyCLR-Drivers

WS2812 Protocol Error - SignalGenerator

taylorza opened this issue · 1 comments

The current implementation for the signal generator sends the 100us reset signal prior to sending the pixel color data, the reset should be clocked after the color data has been sent to latch it. This also requires that the SignalGenerator IdleValue be LOW.

Created pull request #141 to fix this issue