You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a huzzah32 with the huzzmat, and running this code doesn't work.
It compiles, and doesn't crash, but it seems that the display_updater() function never gets called, leaving the screen blank.
The screen works, and if I call explicitly the display() method of pxMatrix frequently enough I get a stable image on the matrix.
It is like if there where no timer interrupt on this esp32 board.
Any idea where it could come from?
Best regards
The text was updated successfully, but these errors were encountered:
Hello,
I have a huzzah32 with the huzzmat, and running this code doesn't work.
It compiles, and doesn't crash, but it seems that the display_updater() function never gets called, leaving the screen blank.
The screen works, and if I call explicitly the display() method of pxMatrix frequently enough I get a stable image on the matrix.
It is like if there where no timer interrupt on this esp32 board.
Any idea where it could come from?
Best regards
The text was updated successfully, but these errors were encountered: