[Video] ESP32 - Driving the MAX7219
Posted: Wed Mar 08, 2017 5:17 am
by kolban
In this video we examine the use of the popular MAX7219 for driving 8 digits of 7 segment displays or an 8x8 matrix of LEDs through the ESP32. We look at a C++ class that makes that task easier.
https://www.youtube.com/watch?v=1qEirFJWScg
Re: [Video] ESP32 - Driving the MAX7219
Posted: Fri Mar 10, 2017 9:17 am
by erhardd
Re: [Video] ESP32 - Driving the MAX7219
Posted: Sun Apr 19, 2020 9:53 am
by Ritesh
Hello Kolban,
Do you have component with example ready to use MAX7219 with ESP32 IDF? If yes then can you please share git component link or something like?
Re: [Video] ESP32 - Driving the MAX7219
Posted: Sun Mar 14, 2021 4:50 am
by trentrand
It looks like the esp-idf-lib project has a component for the MAX7219 driver:
https://esp-idf-lib.readthedocs.io/en/m ... x7219.html