I see that the MAX7219 settings is hard coded into the bin file. And I think that it could be nice to be able to change HW type, number of modules and pins used via the web interface.
Hardware type is dynamic and can be changed at run time. You need to use the MD_MAX72xx method setModuleType().
Look at the MD_MAX72xx example MD_MAX72xx_Dynamic_HW.
Is there anyway that I could assist you in getting this defined by software via the webpage?
I see that the MAX7219 settings is hard coded into the bin file. And I think that it could be nice to be able to change HW type, number of modules and pins used via the web interface.
Hardware type is dynamic and can be changed at run time. You need to use the MD_MAX72xx method
setModuleType()
. Look at the MD_MAX72xx example MD_MAX72xx_Dynamic_HW.Is there anyway that I could assist you in getting this defined by software via the webpage?
Ref.: https://arduinoplusplus.wordpress.com/2017/04/14/parola-a-to-z-adapting-for-different-hardware/