X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fmax7219%2Fpd.py;h=5b32e11cfb4aac5b495cad8aaac702e0d4a98ab4;hp=c8e99e1cc948e9fe548ab39158ff8aa905612b23;hb=d6d8a8a440ea2a81e6ddde33d16bc84d01cdb432;hpb=34f18d2f444e999644ad1244b8ff140e07d4b5a1 diff --git a/decoders/max7219/pd.py b/decoders/max7219/pd.py index c8e99e1..5b32e11 100644 --- a/decoders/max7219/pd.py +++ b/decoders/max7219/pd.py @@ -49,6 +49,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['spi'] outputs = ['max7219'] + tags = ['Display'] annotations = ( ('register', 'Registers written to the device'), ('digit', 'Digits displayed on the device'),