Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.
I am developing a short program where 6 small images (47x56 pixels) are read through BLIT READ from a larger preloaded full screen image on a ILI9341 display on the start up of the program and then randomly displayed again on the LCD using BLIT WRITE. My problem is that after few runs, some of the images become corrupted, displaying only spotty squares. The program is quite small and plenty of free memory is left open.
By resetting one sound at a time, I discovered that the pause used to allow one sound to fully play was too short and somehow affected the BLIT WRITE ...