]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/edid/pd.py
dmx512: stack DMX512 on top of UART and improve usability
[libsigrokdecode.git] / decoders / edid / pd.py
index fe39c6d34af97f63f0bed78cc5732ebfa7b090a3..fc932e24b6380b81895252ffd6b6df310d1a740b 100644 (file)
@@ -80,15 +80,15 @@ class Decoder(srd.Decoder):
     desc = 'Data structure describing display device capabilities.'
     license = 'gplv3+'
     inputs = ['i2c']
-    outputs = ['edid']
-    tags = ['Logic', 'Video', 'Bus']
+    outputs = []
+    tags = ['Display', 'Memory', 'PC']
     annotations = (
-        ('fields', 'EDID structure fields'),
-        ('sections', 'EDID structure sections'),
+        ('field', 'Field'),
+        ('section', 'Section'),
     )
     annotation_rows = (
-        ('sections', 'Sections', (1,)),
         ('fields', 'Fields', (0,)),
+        ('sections', 'Sections', (1,)),
     )
 
     def __init__(self):