summaryrefslogtreecommitdiff
path: root/led
diff options
context:
space:
mode:
authorStefan <36883743+s-muenzel@users.noreply.github.com>2020-06-04 13:59:17 +0200
committerSoeren Apel <soeren@apelpie.net>2020-07-18 23:03:05 +0200
commitc1d1553b1adfa6e2f3a785138c896bbf989abaf0 (patch)
tree3aa9abe7df8604da9d8859e69bd66c45bce36f36 /led
parent2c00765e8f39c031887239476b297dd8cf939157 (diff)
downloadsigrok-dumps-c1d1553b1adfa6e2f3a785138c896bbf989abaf0.tar.gz
sigrok-dumps-c1d1553b1adfa6e2f3a785138c896bbf989abaf0.zip
rgb_led_ws281x: Add WS281x_RGBW Test Data
Diffstat (limited to 'led')
-rw-r--r--led/ws281x_rgbw/README19
-rw-r--r--led/ws281x_rgbw/ws281x_RGBW_4MHz_snippet.srbin0 -> 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
new file mode 100644
index 0000000..55ac2a7
--- /dev/null
+++ b/led/ws281x_rgbw/ws281x_RGBW_4MHz_snippet.sr
Binary files differ