No reason why it should not work. Get display flicker free could be a challenge, since the ESP8266 reserves some bandwidth for its Wifi stack and when not given back the control, it resets by itself.
Espruino's Soft(ware)-SPI should work. I used so far Espruino boards that do not have that limitation and pair it with a plain ESP8266 for Wifi connectivity.
Take a look at my posts with displays... not exactly geared towards the max7219, but shifting bits into registers to drive columns (source/sink) and other bits to drive the rows (sink/source).
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
No reason why it should not work. Get display flicker free could be a challenge, since the ESP8266 reserves some bandwidth for its Wifi stack and when not given back the control, it resets by itself.
Espruino's Soft(ware)-SPI should work. I used so far Espruino boards that do not have that limitation and pair it with a plain ESP8266 for Wifi connectivity.
Take a look at my posts with displays... not exactly geared towards the max7219, but shifting bits into registers to drive columns (source/sink) and other bits to drive the rows (sink/source).
Here some links:
They all follow the same concept. Using a dedicated chip - like the max7219 - cut down on the coding, decoding and as well on the wiring...