Cleanup LCD interface, add lcd_reset_status

This commit is contained in:
Scott Lahteine
2017-05-29 20:12:10 -05:00
parent ca99d67ede
commit 46b32e4548
4 changed files with 21 additions and 26 deletions

View File

@ -191,7 +191,7 @@
// ask the user to resolve the issue
lcd_setstatusPGM(PSTR("Release button"), 99); // will never appear...
while (ubl_lcd_clicked()) idle(); // unless this loop happens
lcd_setstatusPGM(PSTR(""), -1);
lcd_reset_status();
return true;
}
@ -771,7 +771,7 @@
}
#if ENABLED(ULTRA_LCD)
lcd_setstatusPGM(PSTR(""), -1);
lcd_reset_status();
lcd_quick_feedback();
#endif