Updated LCDd.conf to reflect changes in configuration processing:
* Support for a "Driver" global command
This commit is contained in:
@@ -2,8 +2,10 @@
|
||||
#
|
||||
# Each driver has a section which defines how it acts.
|
||||
# Drivers which are supported but unused are ignored.
|
||||
# Each driver section is begun by a "[drivername]" line
|
||||
# with no white space in the line at all.
|
||||
#
|
||||
# There is currently only one keyword:
|
||||
# There is currently only one keyword for the driver sections:
|
||||
#
|
||||
# Arguments <str>
|
||||
#
|
||||
@@ -14,41 +16,40 @@
|
||||
#
|
||||
# -d <driver> "<driverargs>"
|
||||
#
|
||||
# Before the driver sections, global settings can be set.
|
||||
#
|
||||
# Currently there is only one global setting:
|
||||
#
|
||||
# Driver <str>
|
||||
#
|
||||
# Use the specified driver. Second and further instances
|
||||
# of this command add input drivers to the server;
|
||||
# output is only to the first driver.
|
||||
#
|
||||
# Comments are all line-based comments,
|
||||
# and are lines that start with one of '#', ';'
|
||||
# or '//' in the first columns.
|
||||
#
|
||||
# Sections are labeled with a line which contains
|
||||
# ONLY "[drivername]" with no whitespace before
|
||||
# or after...
|
||||
|
||||
Driver curses
|
||||
|
||||
# Joystick driver
|
||||
#
|
||||
# Valid names: joy, joystick
|
||||
|
||||
[joy]
|
||||
|
||||
# MatrixOrbital driver
|
||||
#
|
||||
# Valid names: MtxOrb, MatrixOrbital
|
||||
|
||||
[MtxOrb]
|
||||
Arguments -d /dev/ttyS0 -t lkd202-25
|
||||
|
||||
# MatrixOrbital GLK driver
|
||||
#
|
||||
# Valid names: GLK, GLC
|
||||
|
||||
[GLK]
|
||||
|
||||
# CrystalFontz driver
|
||||
#
|
||||
# Valid names: CFontz, CrystalFontz
|
||||
|
||||
[CFontz]
|
||||
|
||||
# Hitachi HD44780 driver
|
||||
#
|
||||
# Valid names: HD44780, Hitachi
|
||||
|
||||
[HD44780]
|
||||
|
||||
@@ -65,20 +66,14 @@
|
||||
[bayrad]
|
||||
|
||||
# Toshiba T6963 driver
|
||||
#
|
||||
# Valid names: T6963, Toshiba
|
||||
|
||||
[T6963]
|
||||
|
||||
# SVGAlib driver
|
||||
#
|
||||
# Valid names: svgalib, SVGA, VGA
|
||||
|
||||
[svgalib]
|
||||
|
||||
# Curses driver
|
||||
#
|
||||
# Valid names: curses, ncurses
|
||||
|
||||
[curses]
|
||||
Arguments -f blue -b cyan
|
||||
|
||||
Reference in New Issue
Block a user