pdwerryhouse / max7219_8digit

Micropython driver for the max7219 with 8 x 7segment display
GNU General Public License v3.0
23 stars 7 forks source link

Update max7219_8digit.py #3

Closed Mshinda closed 1 year ago

Mshinda commented 3 years ago

self.ss.low() (Pin.low( )) changed to selff.ss.off() and self.ss.high() changed to self.ss.on()