correct colors of cancel bitmap
This commit is contained in:
parent
e81ae1de40
commit
731301a55a
2 changed files with 615 additions and 615 deletions
File diff suppressed because it is too large
Load diff
|
@ -338,7 +338,7 @@ void EpaperDisplay::cancelScreen()
|
|||
do
|
||||
{
|
||||
//epDisplay->fillRect(0,0,epDisplay->width(), y - 50, GxEPD_BLACK);
|
||||
epDisplay->drawBitmap(0, 30, epd_bitmap_makerlablogosATM_cancel, 280, 280, GxEPD_WHITE);
|
||||
epDisplay->drawBitmap(0, 30, epd_bitmap_makerlablogosATM_cancel, 280, 280, GxEPD_BLACK);
|
||||
|
||||
//epDisplay->drawFastHLine(20,y-50,epDisplay->width()-40, GxEPD_BLACK);
|
||||
//drawXCenteredText("Initialisierung ATM ...\n",2, y-20, GxEPD_BLACK,GxEPD_WHITE);
|
||||
|
|
Loading…
Add table
Reference in a new issue