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)

lcdkeys.diff (4.5 KB ) - added by anonymous 20 years ago.
lcdkeys.2.diff (3.7 KB ) - added by g8ecj@… 20 years ago.
corrected patch file

Download all attachments as: .zip

Change History (4)

by anonymous, 20 years ago

Attachment: lcdkeys.diff added

comment:1 by g8ecj@…, 20 years ago

Ignore changes to siscan.h & siscan.cpp in patch - das grosen cockup!!

by g8ecj@…, 20 years ago

Attachment: lcdkeys.2.diff added

corrected patch file

comment:2 by Isaac Richards, 20 years ago

Resolution: fixed
Status: newclosed

(In [7046]) Closes #182 by applying patch: enables remapping the lcd keypad

Note: See TracTickets for help on using tickets.