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

Adapting this for ESP32 and the newest release of MicroPython #2

Closed mukulpareek closed 1 year ago

mukulpareek commented 3 years ago

Hi, this is a great library, but it does not seem to work on ESP32 with the latest MicroPython releases. Several functions don't seem to exist/have been deprecated. Possibly hardware differences too between the 8266 and ESP32. How can this be adapted to the ESP32?

pdwerryhouse commented 1 year ago

Thanks for reporting this. The issue was just on the newer releases of Micropython - I have updated it to work with version 1.19.1 and have tested that it works with both the ESP8266 and ESP32.