X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Frgb_led_spi%2Fpd.py;h=82877b393c06627273afa992e6cbb50ccfacd484;hb=24ba9e1bdfe107e394176eda3116b714463a8437;hp=d0875561138ae43ecff813f244091df8b8bcf627;hpb=10aeb8ea8b183394cebc0033f048f49f4262b57d;p=libsigrokdecode.git diff --git a/decoders/rgb_led_spi/pd.py b/decoders/rgb_led_spi/pd.py index d087556..82877b3 100644 --- a/decoders/rgb_led_spi/pd.py +++ b/decoders/rgb_led_spi/pd.py @@ -27,9 +27,10 @@ class Decoder(srd.Decoder): desc = 'RGB LED string protocol (RGB values clocked over SPI).' license = 'gplv2+' inputs = ['spi'] - outputs = ['rgb_led_spi'] + outputs = [] + tags = ['Display'] annotations = ( - ('rgb', 'RGB values'), + ('rgb', 'RGB value'), ) def __init__(self):