summaryrefslogtreecommitdiff
path: root/decoders/max7219/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/max7219/pd.py')
-rw-r--r--decoders/max7219/pd.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/decoders/max7219/pd.py b/decoders/max7219/pd.py
index 53067a6..eb26e10 100644
--- a/decoders/max7219/pd.py
+++ b/decoders/max7219/pd.py
@@ -51,9 +51,9 @@ class Decoder(srd.Decoder):
outputs = []
tags = ['Display']
annotations = (
- ('register', 'Registers written to the device'),
- ('digit', 'Digits displayed on the device'),
- ('warnings', 'Human-readable warnings'),
+ ('register', 'Register write'),
+ ('digit', 'Digit displayed'),
+ ('warning', 'Warning'),
)
annotation_rows = (
('commands', 'Commands', (ann_reg, ann_digit)),