Create function to zero gFrameBuffer

Size: 60464 -> 60420
This commit is contained in:
Juan Antonio
2023-12-25 01:24:47 +01:00
committed by egzumer
parent f8ef687026
commit 78a45d9bbd
9 changed files with 17 additions and 11 deletions

View File

@@ -36,4 +36,6 @@ void UI_DrawPixelBuffer(uint8_t (*buffer)[128], uint8_t x, uint8_t y, bool black
void UI_DrawLineBuffer(uint8_t (*buffer)[128], int16_t x1, int16_t y1, int16_t x2, int16_t y2, bool black);
void UI_DrawRectangleBuffer(uint8_t (*buffer)[128], int16_t x1, int16_t y1, int16_t x2, int16_t y2, bool black);
void UI_DisplayClear();
#endif