Opened 20 years ago
Closed 20 years ago
#182 closed enhancement (fixed)
LCD keypad mapping
Reported by: | anonymous | Owned by: | Isaac Richards |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | low | Keywords: | lcdproc |
Cc: | Ticket locked: | no |
Description
The LCDproc buttons are hard coded to use ABCDEF which is a pain!! I have a line of buttons on a single column on a WinAmp? wired HD44780 display that returns ABCDLQ (see KeyMapMatrix? in lcdproc server). I also wanted to change the order of the keys so instead of the standard (1) up / down / left / right / yes / no my keys are arranged in a straight line of (2) no / left / up / down / right / yes
This patch adds an extra setup feature that defines the mapping of keypad characters to function. The string requested from the user is in order of the functions in (1) using the keys returned from the keypad as in (2).
eg. the default mapping is ABCDEF, mine is CDBLQA to get the order of keys as in (2)
Attachments (2)
Change History (4)
Changed 20 years ago by
Attachment: | lcdkeys.diff added |
---|
Ignore changes to siscan.h & siscan.cpp in patch - das grosen cockup!!