diff options
Diffstat (limited to 'decoders/max7219/pd.py')
-rw-r--r-- | decoders/max7219/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/max7219/pd.py b/decoders/max7219/pd.py index 9589c8f..76b9b1c 100644 --- a/decoders/max7219/pd.py +++ b/decoders/max7219/pd.py @@ -41,7 +41,7 @@ registers = { ann_reg, ann_digit, ann_warning = range(3) class Decoder(srd.Decoder): - api_version = 2 + api_version = 3 id = 'max7219' name = 'MAX7219' longname = 'Maxim MAX7219/MAX7221' |