♻️ Adjust LCD init, contrast default, settings load
This commit is contained in:
@ -4980,7 +4980,7 @@ void CrealityDWINClass::Reset_Settings() {
|
||||
Redraw_Screen();
|
||||
}
|
||||
|
||||
void MarlinUI::init() {
|
||||
void MarlinUI::init_lcd() {
|
||||
delay(800);
|
||||
SERIAL_ECHOPGM("\nDWIN handshake ");
|
||||
if (DWIN_Handshake()) SERIAL_ECHOLNPGM("ok."); else SERIAL_ECHOLNPGM("error.");
|
||||
|
Reference in New Issue
Block a user