diff options
author | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 09:01:31 +0900 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 09:01:31 +0900 |
commit | b417b4b3830c7cb6d07184401b665a973f6815fd (patch) | |
tree | e31c8e8f15af84dd2312e26bea0e2809d14fe9d5 | |
parent | bdc200108bb3817e359837cf2c9bcc4ef77c27f7 (diff) |
Re-initialize LCD before showing main menu first time. May help with flaky BBB starts.
-rw-r--r-- | instr-daemon.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/instr-daemon.c b/instr-daemon.c index 91eac0d..09675a0 100644 --- a/instr-daemon.c +++ b/instr-daemon.c @@ -347,6 +347,8 @@ static gboolean finish_boot (void) globals.Sys.startup_complete = 1; + LCD_initialize(); // to fix flaky LCD startup on BBB? + Show_Main_Menu(); // report error if GPIB chip not found |