Hi,
I’m new here and started a project based on this nice little led matrix.
I am now interested in the embedded MCU and its firmware, and could not find much references to it in the forum.
I understand that it is possible to upload a new firmware … but is the firmware’s source available ?
Specifically, I would like to change how communications are done (I2C is nice, but I need to interface with something different that cannot be changed). Having a setPixel(x,y, color) function would be nice too, as being able to upload a custom color map.
For my communication problem, I currently use an intermediary device (an esp8266, that can talk I2C and whatever I need on the other side) … but getting rid of it would be nice