add driver EyeboxOne for the LCD display on the EyeboxOne (Cedric TESSIER aka NeCetiC)
This commit is contained in:
@@ -44,6 +44,7 @@ Driver=curses
|
||||
#Driver=MtxOrb
|
||||
#Driver=NoritakeVFD
|
||||
#Driver=serialVFD
|
||||
#Driver=EyeboxOne
|
||||
|
||||
# Tells the driver to bind to the given interface
|
||||
Bind=127.0.0.1
|
||||
@@ -278,6 +279,40 @@ Keypad=yes
|
||||
# Default value is no
|
||||
#keypad_test_mode=yes
|
||||
|
||||
## EyeboxOne driver ##
|
||||
[EyeboxOne]
|
||||
|
||||
# Select the output device to use [default: /dev/ttyS1]
|
||||
#Device=/dev/cua01
|
||||
Device=/dev/ttyS1
|
||||
|
||||
# Set the display size [default: 20x4]
|
||||
Size=20x4
|
||||
|
||||
# Switch on the backlight? [default: yes]
|
||||
Backlight=yes
|
||||
|
||||
# Switch on the cursor? [default: no]
|
||||
Cursor=no
|
||||
|
||||
# Set the communication speed [default: 19200; legal: 1200, 2400, 9600, 19200]
|
||||
Speed=19200
|
||||
|
||||
# Enter Key is a \r character, so it's hardcoded in the driver
|
||||
LeftKey=D
|
||||
RightKey=C
|
||||
UpKey=A
|
||||
DownKey=B
|
||||
EscapeKey=P
|
||||
|
||||
# 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
|
||||
|
||||
|
||||
## g15 driver for Logitech G15 Keyboard LCDs ##
|
||||
[g15]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user