Dear all,
As I've read in the tutorials, the main thread has nothing to do with the show is shown, so it executes:
while (1) sleep(1);
My suggestion is replace the previous line with:
pause();
It stops the thread and waits for a signal. The changes, if interested, should be applied to firststep 01, 02 and 03 and flash and in disko-demos.
Thanks and Best Regards,
Joaquim Duran
|