summaryrefslogtreecommitdiff
path: root/decoders/st7735/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/st7735/pd.py')
-rw-r--r--decoders/st7735/pd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/st7735/pd.py b/decoders/st7735/pd.py
index 999038a..4ebb23d 100644
--- a/decoders/st7735/pd.py
+++ b/decoders/st7735/pd.py
@@ -73,6 +73,7 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['logic']
outputs = ['st7735']
+ tags = ['Display', 'IC']
channels = (
{'id': 'cs', 'name': 'CS#', 'desc': 'Chip-select'},
{'id': 'clk', 'name': 'CLK', 'desc': 'Clock'},