diff --git a/bin/bin ESP32-2432S028R/0x10000_firmware.bin b/bin/bin ESP32-2432S028R/0x10000_firmware.bin index abdb833..bbd6979 100644 Binary files a/bin/bin ESP32-2432S028R/0x10000_firmware.bin and b/bin/bin ESP32-2432S028R/0x10000_firmware.bin differ diff --git a/src/drivers/displays/tDisplayV1Driver.cpp b/src/drivers/displays/tDisplayV1Driver.cpp index 93174a1..ac05290 100644 --- a/src/drivers/displays/tDisplayV1Driver.cpp +++ b/src/drivers/displays/tDisplayV1Driver.cpp @@ -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) @@ -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) @@ -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)