Skip to content

Commit ff4b3ca

Browse files
authored
Merge pull request #7 from luckenbach/fix_super
Inheritance correction
2 parents 56e9853 + daeb958 commit ff4b3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ht16k33_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def fill(self, color):
4747
self.buffer[i] = fill
4848

4949

50-
class HT16K33Matrix:
50+
class HT16K33Matrix(HT16K33):
5151
def __init__(self, i2c, address=0x70):
5252
super().__init__(i2c, address)
5353

0 commit comments

Comments
 (0)