X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fst7735%2Fpd.py;h=626d2eb16d2c4d3ca3ebe3ba6ecba989b9a399ba;hb=e144452bcdd5f2abbe6b6f3da41ad64f67e39def;hp=252b188763c4faf0ca2eed738f5a0be7ac9df0c4;hpb=a0cbf8298d761a3615fe3c9c444b7517b437920f;p=libsigrokdecode.git 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):