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

switch_perf_dir
Kevin 8 months ago committed by GitHub
parent 3098705663
commit 9503ad1246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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