X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fst7735%2Fpd.py;h=252b188763c4faf0ca2eed738f5a0be7ac9df0c4;hb=77c986b311272b5298f86653639e7cec2e2c01fc;hp=999038a3a18b7178b8747a52d9f8e85460f08abb;hpb=ef10cea73bd05b44a213b76c6c4abb9b543cd46d;p=libsigrokdecode.git diff --git a/decoders/st7735/pd.py b/decoders/st7735/pd.py index 999038a..252b188 100644 --- a/decoders/st7735/pd.py +++ b/decoders/st7735/pd.py @@ -72,7 +72,8 @@ class Decoder(srd.Decoder): desc = 'Sitronix ST7735 TFT controller protocol.' license = 'gplv2+' inputs = ['logic'] - outputs = ['st7735'] + outputs = [] + tags = ['Display', 'IC'] channels = ( {'id': 'cs', 'name': 'CS#', 'desc': 'Chip-select'}, {'id': 'clk', 'name': 'CLK', 'desc': 'Clock'},