bin files updated and added sprite destroy on Tdisplav1
This commit is contained in:
parent
40915d3f54
commit
25db0a45a6
Binary file not shown.
@ -96,6 +96,7 @@ void tDisplay_MinerScreen(unsigned long mElapsed)
|
|||||||
|
|
||||||
// Push prepared background to screen
|
// Push prepared background to screen
|
||||||
background.pushSprite(0, 0);
|
background.pushSprite(0, 0);
|
||||||
|
background.deleteSprite();
|
||||||
}
|
}
|
||||||
|
|
||||||
void tDisplay_ClockScreen(unsigned long mElapsed)
|
void tDisplay_ClockScreen(unsigned long mElapsed)
|
||||||
@ -134,6 +135,7 @@ void tDisplay_ClockScreen(unsigned long mElapsed)
|
|||||||
|
|
||||||
// Push prepared background to screen
|
// Push prepared background to screen
|
||||||
background.pushSprite(0, 0);
|
background.pushSprite(0, 0);
|
||||||
|
background.deleteSprite();
|
||||||
}
|
}
|
||||||
|
|
||||||
void tDisplay_GlobalHashScreen(unsigned long mElapsed)
|
void tDisplay_GlobalHashScreen(unsigned long mElapsed)
|
||||||
@ -193,6 +195,7 @@ void tDisplay_GlobalHashScreen(unsigned long mElapsed)
|
|||||||
|
|
||||||
// Push prepared background to screen
|
// Push prepared background to screen
|
||||||
background.pushSprite(0, 0);
|
background.pushSprite(0, 0);
|
||||||
|
background.deleteSprite();
|
||||||
}
|
}
|
||||||
|
|
||||||
void tDisplay_LoadingScreen(void)
|
void tDisplay_LoadingScreen(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user