even wonkier line...

problems with angles and screen limits,
need to implement screen rotation seriously
This commit is contained in:
Emanuele Trabattoni
2021-05-29 12:55:35 +02:00
parent a77b66e4ef
commit 539a95df61
4 changed files with 54 additions and 28 deletions

View File

@@ -99,7 +99,7 @@ namespace Render{
void clearScreen() {
EPD_2IN9_V2_Clear();
clearBuffer(_screenBufferBackground, _bufferDim, Color::White);
EPD_2IN9_V2_Display_Base(_screenBufferBackground);
EPD_2IN9_V2_Display(_screenBufferBackground);
}
// members