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 wanted to program a VGA Tetris Game with the tetris music. For this I tryed to use the Sd example code and the bitluni Vga library. But I ran into some issues.
The main problem is, that the two main cores of the esp32 are hanging in a never ending for loop, even after the music is finished playing. But i want them to drive the VGA display meanwhile.
Also, if the music stops playing i want to call a function so that the music starts over again.
I modified the sd example a little bit but it also only plays the music ones. I include it.
Hello,
I wanted to program a VGA Tetris Game with the tetris music. For this I tryed to use the Sd example code and the bitluni Vga library. But I ran into some issues.
The main problem is, that the two main cores of the esp32 are hanging in a never ending for loop, even after the music is finished playing. But i want them to drive the VGA display meanwhile.
Also, if the music stops playing i want to call a function so that the music starts over again.
I modified the sd example a little bit but it also only plays the music ones. I include it.
Does someone have a solution for this?
Thanks.
SD.txt
The text was updated successfully, but these errors were encountered: