mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-13 00:09:16 +00:00
Update display buffer handling
This commit is contained in:
@ -21,6 +21,6 @@
|
||||
|
||||
void cmd_clear(const char *)
|
||||
{
|
||||
Display->SetBufferCursor(0, 0, 0);
|
||||
Display->ClearBuffer(0);
|
||||
Display->SetBufferCursor(0, 0);
|
||||
Display->ClearBuffer();
|
||||
}
|
||||
|
Reference in New Issue
Block a user