Add key pad support to the glcd driver.
This commit is contained in:
@@ -390,6 +390,21 @@ ConnectionType=t6963
|
||||
# to zero to completely turn off the backlight. [default: 100; legal: 0 - 1000]
|
||||
#OffBrightness=0
|
||||
|
||||
# Time (ms) from first key report to first repeat. Set to 0 to disable repeated
|
||||
# key reports. [default: 500; legal: 0 - 3000]
|
||||
#KeyRepeatDelay=500
|
||||
|
||||
# Time (ms) between repeated key reports. Ignored if KeyRepeatDelay is disabled
|
||||
# (set to zero). [default: 300; legal: 0 - 3000]
|
||||
#KeyRepeatInterval=300
|
||||
|
||||
# Assign key strings to keys. There may be up to 16 keys numbered 'A' to 'Z'.
|
||||
# By default keys 'A' to 'F' are assigned Up, Down, Left, Right, Enter, Escape.
|
||||
KeyMap_A=Up
|
||||
KeyMap_B=Down
|
||||
KeyMap_C=Enter
|
||||
KeyMap_D=Escape
|
||||
|
||||
# t6963: Parallel port to use [default: 0x378; legal: 0x200 - 0x400]
|
||||
#Port=0x378
|
||||
|
||||
|
||||
Reference in New Issue
Block a user