diff options
Diffstat (limited to 'decoders/st7735')
-rw-r--r-- | decoders/st7735/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/st7735/pd.py b/decoders/st7735/pd.py index 252b188..626d2eb 100644 --- a/decoders/st7735/pd.py +++ b/decoders/st7735/pd.py @@ -89,7 +89,7 @@ class Decoder(srd.Decoder): annotation_rows = ( ('bits', 'Bits', (Ann.BITS,)), ('fields', 'Fields', (Ann.CMD, Ann.DATA)), - ('description', 'Description', (Ann.DESC,)), + ('descriptions', 'Descriptions', (Ann.DESC,)), ) def __init__(self): |