ghi-electronics / TinyCLR-Drivers

Drivers for sensors/devices to be used with TinyCLR OS
Apache License 2.0
6 stars 9 forks source link

WS2812 Protocol Error - SignalGenerator #140

Closed taylorza closed 3 years ago

taylorza commented 3 years ago

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.

taylorza commented 3 years ago

Created pull request https://github.com/ghi-electronics/TinyCLR-Drivers/pull/141 to fix this issue