committed by
Scott Lahteine
parent
428b67db31
commit
56cec9690a
@ -282,9 +282,9 @@ void MarlinUI::init_lcd() {
|
||||
#if PIN_EXISTS(LCD_RESET)
|
||||
// Perform a clean hardware reset with needed delays
|
||||
OUT_WRITE(LCD_RESET_PIN, LOW);
|
||||
_delay_ms(5);
|
||||
hal.delay_ms(5);
|
||||
WRITE(LCD_RESET_PIN, HIGH);
|
||||
_delay_ms(5);
|
||||
hal.delay_ms(5);
|
||||
u8g.begin();
|
||||
#endif
|
||||
|
||||
|
@ -2206,7 +2206,7 @@ void RebootPrinter() {
|
||||
thermalManager.disable_all_heaters();
|
||||
planner.finish_and_disable();
|
||||
DWIN_RebootScreen();
|
||||
HAL_reboot();
|
||||
hal.reboot();
|
||||
}
|
||||
|
||||
void Goto_Info_Menu(){
|
||||
|
Reference in New Issue
Block a user