]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/edid/pd.py
edid: Add annotation rows.
[libsigrokdecode.git] / decoders / edid / pd.py
index 7c5f19c4973002fe113f7736a68d1e8f1cfdf53b..3c1ede21f4fee6592ee80c517548ab07f4101d66 100644 (file)
@@ -85,6 +85,10 @@ class Decoder(srd.Decoder):
         ('fields', 'EDID structure fields'),
         ('sections', 'EDID structure sections'),
     )
+    annotation_rows = (
+        ('sections', 'Sections', (1,)),
+        ('fields', 'Fields', (0,)),
+    )
 
     def __init__(self, **kwargs):
         self.state = None