Create function to zero gFrameBuffer
Size: 60464 -> 60420
This commit is contained in:
@@ -252,4 +252,9 @@ void UI_DisplayPopup(const char *string)
|
||||
// DrawRectangle(9,9, 118,38, true);
|
||||
UI_PrintString(string, 9, 118, 2, 8);
|
||||
UI_PrintStringSmall("Press EXIT", 9, 118, 6);
|
||||
}
|
||||
}
|
||||
|
||||
void UI_DisplayClear()
|
||||
{
|
||||
memset(gFrameBuffer, 0, sizeof(gFrameBuffer));
|
||||
}
|
||||
|
Reference in New Issue
Block a user