diff options
Diffstat (limited to 'instr-daemon.c')
-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 |