maintenance mode (display logic adjustment)

This commit is contained in:
cyberman54 2021-03-06 16:24:39 +01:00
parent bc87dcb205
commit cd3195ec9b
2 changed files with 3 additions and 1 deletions

View File

@ -159,7 +159,7 @@ void dp_init(bool verbose) {
#if !(BOOTMENU) #if !(BOOTMENU)
delay(8000); delay(8000);
#endif #endif
dp_contrast(DISPLAYCONTRAST);
#endif // HAS_LORA #endif // HAS_LORA
} // verbose } // verbose

View File

@ -540,6 +540,8 @@ void setup() {
// set runmode to normal // set runmode to normal
RTC_runmode = RUNMODE_NORMAL; RTC_runmode = RUNMODE_NORMAL;
dp_clear();
dp_contrast(DISPLAYCONTRAST);
vTaskDelete(NULL); vTaskDelete(NULL);