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