*** LCDd.conf 2009-01-26 00:27:48.000000000 -0500 --- LCDd.conf_orig 2009-01-26 00:25:56.000000000 -0500 *************** *** 588,631 **** Map_Button1=Enter Map_Button2=Escape - ## JW-002 driver ## - [jw002] - - # Select the output device to use [default: /dev/lcd] - #Device=/dev/ttyS0 - - # Set the display size [default: 24x8] - Size=24x8 - - # Optional X and Y offsets (in characters) to center a smaller display - # size on the full 24x8 panel - X_offset=0 - Y_offset=0 - - # Set the communication speed [default: 19200; legal: 1200, 2400, 9600, 19200] - Speed=19200 - - # Pick which font page to use [default: 0] - # Note that different fonts probably have their bargraph chars in different - # spots. For ROM-based fonts 0-3, those characters are already known. - Font=0 - - # The following table translates from jw002 key letters to logical key names. - # By default no keys are mapped, meaning the keypad is not used at all. - KeyMap_I=Left - KeyMap_J=Right - KeyMap_H=Up - KeyMap_K=Down - KeyMap_L=Enter - KeyMap_A=Escape - # See the [menu] section for an explanation of the key mappings - - # You can find out which key of your display sends which - # character by setting keypad_test_mode to yes and running - # LCDd. LCDd will output all characters it receives. - # Afterwards you can modify the settings above and set - # keypad_set_mode to no again. - keypad_test_mode=no ## LB216 driver ## --- 588,593 ----