Re: Help with configuration needed for menu using PicoLCD driver
"Markus Dolze" <[email protected]> Sun, 12 Feb 2012 11:14:53 +0100
| Newsgroups | gmane.comp.sysutils.lcdproc |
|---|---|
| Message-ID | <[email protected]> |
Hi, -------- Original-Nachricht -------- > Datum: Sat, 11 Feb 2012 13:16:40 +0000 > Von: Kaya Saman <[email protected]> > An: [email protected] > Betreff: [Lcdproc] Help with configuration needed for menu using PicoLCD driver > The issue I'm finding is that I can't activate the menu and additionally > for whatever reason after pressing 'all' the keys on the front panel the > heartbeat screen is now 'locked' to the startup display page. > > > I attempted to change the keybinding from within the lcdd.conf file: > > #MenuKey=Escape > MenuKey=Enter > EnterKey=Enter > UpKey=Up > DownKey=Down > #LeftKey=Left > #RightKey=Right > > > but still to no affect. I am not sure which key is Escape as I only have > +/-, up/down/right/left, OK, or F1 through F5 but that's it. > > THe above won't work as MenuKey and EnterKey cannot be assigned the same value. Instead you would use something like this: MenuKey=F1 EnterKey=Enter UpKey=Up DownKey=Down LeftKey=Left RightKey=Right As for the heartbeat issue I have no idea. Someone else on the list? Regards, Markus