]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/max7219/pd.py
onewire_network: add a missing 'Resume ROM' command
[libsigrokdecode.git] / decoders / max7219 / pd.py
index c8e99e1cc948e9fe548ab39158ff8aa905612b23..7484034a75ecac2f20c820d0757d99237af83d05 100644 (file)
@@ -45,10 +45,11 @@ class Decoder(srd.Decoder):
     id = 'max7219'
     name = 'MAX7219'
     longname = 'Maxim MAX7219/MAX7221'
-    desc = '8-digit LED display driver.'
+    desc = 'Maxim MAX72xx series 8-digit LED display driver.'
     license = 'gplv2+'
     inputs = ['spi']
     outputs = ['max7219']
+    tags = ['Display']
     annotations = (
         ('register', 'Registers written to the device'),
         ('digit', 'Digits displayed on the device'),