diff options
author | Stefan <36883743+s-muenzel@users.noreply.github.com> | 2020-06-04 14:17:51 +0200 |
---|---|---|
committer | Soeren Apel <soeren@apelpie.net> | 2020-07-18 23:04:59 +0200 |
commit | f6391d2bdcce146e5632c70c0cde0ec11b0f627a (patch) | |
tree | 6d5db54878bf3e58524b19065df31a949d445b27 /decoder | |
parent | cdb3d4b882b41bd6bf8904ad467772f234a724d9 (diff) | |
download | sigrok-test-f6391d2bdcce146e5632c70c0cde0ec11b0f627a.tar.gz sigrok-test-f6391d2bdcce146e5632c70c0cde0ec11b0f627a.zip |
Test for WS281x RGBW
yet dummy, as I could not execute the test myself.
Test data (ws281x_RGBW_4mhz_snippet.sr) is already available.
Diffstat (limited to 'decoder')
-rw-r--r-- | decoder/test/rgb_led_ws281x/test.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/decoder/test/rgb_led_ws281x/test.conf b/decoder/test/rgb_led_ws281x/test.conf index dd4e791..480b063 100644 --- a/decoder/test/rgb_led_ws281x/test.conf +++ b/decoder/test/rgb_led_ws281x/test.conf @@ -27,3 +27,8 @@ test ws2812b_neopixel24_4mhz_snippet protocol-decoder rgb_led_ws281x channel din=0 input led/ws2812b_neopixel24/ws2812b_neopixel24_4mhz_snippet.sr output rgb_led_ws281x annotation match ws2812b_neopixel24_4mhz_snippet.output + +test ws281x_rgbw_4mhz_snippet + protocol-decoder rgb_led_ws281x channel din=0 option type=RGBW + input led/ws281x_rgbw/ws281x_RGBW_4mhz_snippet.sr + output rgb_led_ws281x annotation match ws281x_RGBW_4mhz_snippet.output |