Skip to content

Commit

Permalink
bin files updated and added sprite destroy on Tdisplav1
Browse files Browse the repository at this point in the history
  • Loading branch information
BitMaker-hub committed Sep 12, 2023
1 parent 40915d3 commit 25db0a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file modified bin/bin ESP32-2432S028R/0x10000_firmware.bin
Binary file not shown.
3 changes: 3 additions & 0 deletions src/drivers/displays/tDisplayV1Driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ void tDisplay_MinerScreen(unsigned long mElapsed)

// Push prepared background to screen
background.pushSprite(0, 0);
background.deleteSprite();
}

void tDisplay_ClockScreen(unsigned long mElapsed)
Expand Down Expand Up @@ -134,6 +135,7 @@ void tDisplay_ClockScreen(unsigned long mElapsed)

// Push prepared background to screen
background.pushSprite(0, 0);
background.deleteSprite();
}

void tDisplay_GlobalHashScreen(unsigned long mElapsed)
Expand Down Expand Up @@ -193,6 +195,7 @@ void tDisplay_GlobalHashScreen(unsigned long mElapsed)

// Push prepared background to screen
background.pushSprite(0, 0);
background.deleteSprite();
}

void tDisplay_LoadingScreen(void)
Expand Down

0 comments on commit 25db0a4

Please sign in to comment.