Skip to content

Commit

Permalink
Fix for Issue 535, putting something on the display as soon as it is …
Browse files Browse the repository at this point in the history
…initalised.
  • Loading branch information
diyelectromusic committed Aug 18, 2023
1 parent 3098705 commit 0fc0bdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/userinterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down

0 comments on commit 0fc0bdf

Please sign in to comment.