diff options
Diffstat (limited to 'led/ws281x_rgbw/README')
-rw-r--r-- | led/ws281x_rgbw/README | 19 |
1 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) |