diff options
Diffstat (limited to 'decoders/max7219')
-rw-r--r-- | decoders/max7219/pd.py | 1 |
1 files changed, 1 insertions, 0 deletions
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'), |