I will mess with CVS here...

diff_ignore could be used to ignore some file from a recursive diff.
acinclude.m4 and Makefile.am are for CwLinux driver.
This commit is contained in:
dglaude
2003-06-03 23:20:33 +00:00
parent fa1adf7317
commit 9b2cb53f09
4 changed files with 96 additions and 4 deletions
+43
View File
@@ -44,6 +44,7 @@ Driver=curses
#Driver=hd44780
#Driver=MtxOrb
#Driver=CFontz633
#Driver=CwLnx
#
# Tells the server to load the given drivers. Multiple lines can be given.
# The name of the driver is exactly the same as the name of the driver
@@ -206,6 +207,48 @@ size=20x4
topleftx=7
toplefty=7
[CwLnx]
# Cwlinux driver
# Select the output device to use [/dev/lcd]
#Device=/dev/ttyS0
Device=/dev/ttyUSB0
# Select the LCD type (size) [20x4]
Size=20x4
# Set the communication speed [9600]
# possible values: 9600, 19200
Speed=19200
# Reinitialize the LCD's BIOS [no]
# normally you shouldn't need this
Reboot=no
# If you have a keypad connected. Keypad layout is currently not
# configureable from the config file.
Keypad=yes
# If you have a non standard keypad you can associate any keystrings to keys.
# There are 6 input key in the CwLnx hardware that generate caracter
# from 'A' to 'F'.
#
# The following it the build in default mapping hardcoded in the driver.
# You can leave those unchanged if you have a standard keypad.
# You can change it if you want to report other keystrings or have a non
# standard keypad.
# KeyMap_A=Up
# KeyMap_B=Down
# KeyMap_C=Left
# KeyMap_D=Right
# KeyMap_E=Enter
# KeyMap_F=Escape
# keypad_test_mode permit to test keypad assignement
# Default value is no
#keypad_test_mode=yes
[glk]
# Matrix Orbital GLK driver