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.
|
# Each driver has a section which defines how it acts.
|
||||||
# Drivers which are supported but unused are ignored.
|
# 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>
|
# Arguments <str>
|
||||||
#
|
#
|
||||||
@@ -14,41 +16,40 @@
|
|||||||
#
|
#
|
||||||
# -d <driver> "<driverargs>"
|
# -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,
|
# Comments are all line-based comments,
|
||||||
# and are lines that start with one of '#', ';'
|
# and are lines that start with one of '#', ';'
|
||||||
# or '//' in the first columns.
|
# or '//' in the first columns.
|
||||||
#
|
|
||||||
# Sections are labeled with a line which contains
|
Driver curses
|
||||||
# ONLY "[drivername]" with no whitespace before
|
|
||||||
# or after...
|
|
||||||
|
|
||||||
# Joystick driver
|
# Joystick driver
|
||||||
#
|
|
||||||
# Valid names: joy, joystick
|
|
||||||
|
|
||||||
[joy]
|
[joy]
|
||||||
|
|
||||||
# MatrixOrbital driver
|
# MatrixOrbital driver
|
||||||
#
|
|
||||||
# Valid names: MtxOrb, MatrixOrbital
|
|
||||||
|
|
||||||
[MtxOrb]
|
[MtxOrb]
|
||||||
|
Arguments -d /dev/ttyS0 -t lkd202-25
|
||||||
|
|
||||||
# MatrixOrbital GLK driver
|
# MatrixOrbital GLK driver
|
||||||
#
|
|
||||||
# Valid names: GLK, GLC
|
|
||||||
|
|
||||||
[GLK]
|
[GLK]
|
||||||
|
|
||||||
# CrystalFontz driver
|
# CrystalFontz driver
|
||||||
#
|
|
||||||
# Valid names: CFontz, CrystalFontz
|
|
||||||
|
|
||||||
[CFontz]
|
[CFontz]
|
||||||
|
|
||||||
# Hitachi HD44780 driver
|
# Hitachi HD44780 driver
|
||||||
#
|
|
||||||
# Valid names: HD44780, Hitachi
|
|
||||||
|
|
||||||
[HD44780]
|
[HD44780]
|
||||||
|
|
||||||
@@ -65,20 +66,14 @@
|
|||||||
[bayrad]
|
[bayrad]
|
||||||
|
|
||||||
# Toshiba T6963 driver
|
# Toshiba T6963 driver
|
||||||
#
|
|
||||||
# Valid names: T6963, Toshiba
|
|
||||||
|
|
||||||
[T6963]
|
[T6963]
|
||||||
|
|
||||||
# SVGAlib driver
|
# SVGAlib driver
|
||||||
#
|
|
||||||
# Valid names: svgalib, SVGA, VGA
|
|
||||||
|
|
||||||
[svgalib]
|
[svgalib]
|
||||||
|
|
||||||
# Curses driver
|
# Curses driver
|
||||||
#
|
|
||||||
# Valid names: curses, ncurses
|
|
||||||
|
|
||||||
[curses]
|
[curses]
|
||||||
Arguments -f blue -b cyan
|
Arguments -f blue -b cyan
|
||||||
|
|||||||
Reference in New Issue
Block a user