From b417b4b3830c7cb6d07184401b665a973f6815fd Mon Sep 17 00:00:00 2001 From: root Date: Thu, 1 Jan 1970 09:01:31 +0900 Subject: Re-initialize LCD before showing main menu first time. May help with flaky BBB starts. --- instr-daemon.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'instr-daemon.c') 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 -- cgit