Fix for Issue 535, putting something on the display as soon as it is initalised.

pull/542/head
Kevin 2 years ago
parent 3098705663
commit 0fc0bdf61c
  1. 2
      src/userinterface.cpp

@ -101,6 +101,8 @@ bool CUserInterface::Initialize (void)
assert (m_pLCDBuffered);
LCDWrite ("\x1B[?25l\x1B""d+"); // cursor off, autopage mode
LCDWrite ("MiniDexed\nLoading...");
m_pLCDBuffered->Update ();
LOGDBG ("LCD initialized");
}

Loading…
Cancel
Save