Dani

Results 7 issues of Dani

I'm not sure why this board's library is setup the way it is...I can't the ESP32 bluetooth features with it

Any way to make the digits align right instead of left when they are shorter than 4 digits?

enhancement

Line 120 always prints the response to the console when you use getUserDataByUsername. This should be removed, as the user can choose to log the response.

There was a console.log call for the data returned by the getUserDataByUsername call that really fills up the console. I commented that out, as well as add an error message...

Loading a single frame gif causes the page to become completely unresponsive and for it to crash

This branch update removes the onkeypress event. Most logic is moved into the on keydown event. At the onkeydown event, the current value of the typer is cached, then at...

Seems the module i bought has all the matrixes -180 degrees. I tried modifying cpp to void LedMatrix::commit() { for (byte col = myNumberOfDevices * 8; col > 0; col--)...