bin files updated and added sprite destroy on Tdisplav1

This commit is contained in:
BitMaker 2023-09-13 00:11:39 +02:00
parent 40915d3f54
commit 25db0a45a6
2 changed files with 3 additions and 0 deletions

View File

@ -96,6 +96,7 @@ void tDisplay_MinerScreen(unsigned long mElapsed)
// Push prepared background to screen
background.pushSprite(0, 0);
background.deleteSprite();
}
void tDisplay_ClockScreen(unsigned long mElapsed)
@ -134,6 +135,7 @@ void tDisplay_ClockScreen(unsigned long mElapsed)
// Push prepared background to screen
background.pushSprite(0, 0);
background.deleteSprite();
}
void tDisplay_GlobalHashScreen(unsigned long mElapsed)
@ -193,6 +195,7 @@ void tDisplay_GlobalHashScreen(unsigned long mElapsed)
// Push prepared background to screen
background.pushSprite(0, 0);
background.deleteSprite();
}
void tDisplay_LoadingScreen(void)