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
|
||||
|
||||
|
Reference in New Issue
Block a user