diff options
Diffstat (limited to 'led')
-rw-r--r-- | led/ws281x_rgbw/README | 19 | ||||
-rw-r--r-- | led/ws281x_rgbw/ws281x_RGBW_4MHz_snippet.sr | bin | 0 -> 579 bytes |
2 files changed, 19 insertions, 0 deletions
diff --git a/led/ws281x_rgbw/README b/led/ws281x_rgbw/README new file mode 100644 index 0000000..92cd6e8 --- /dev/null +++ b/led/ws281x_rgbw/README @@ -0,0 +1,19 @@ +------------------------------------------------------------------------------- +WS281x-based RGBW LED Strip +------------------------------------------------------------------------------- + +This is for testing purposes a short sequence for 4 LEDs showing different colors and values + +Logic analyzer setup +-------------------- + +The logic analyzer used was a Saleae Clone (at 4MHz) + + +Data +---- +Decoded it shows: +red (Led0: 0, Led1: 63, Led2: 127, Led3: 255) +green (0, 63, 127, 255) +blue (0, 63, 127, 255) +white (0, 63, 127, 255) diff --git a/led/ws281x_rgbw/ws281x_RGBW_4MHz_snippet.sr b/led/ws281x_rgbw/ws281x_RGBW_4MHz_snippet.sr Binary files differnew file mode 100644 index 0000000..55ac2a7 --- /dev/null +++ b/led/ws281x_rgbw/ws281x_RGBW_4MHz_snippet.sr |