[Lcdproc] Help with configuration needed for menu using PicoLCD driver
Markus Dolze
bsdfan at nurfuerspam.de
Sun Feb 12 10:14:53 UTC 2012
Hi,
-------- Original-Nachricht --------
> Datum: Sat, 11 Feb 2012 13:16:40 +0000
> Von: Kaya Saman <kayasaman at gmail.com>
> An: lcdproc at lists.omnipotent.net
> 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
More information about the LCDproc
mailing list