Documented in configuration file the ability to use different names for
the drivers (ie, "MatrixOrbital" instead of "MtxOrb"). Added more detailed documentation elsewhere, also.
This commit is contained in:
@@ -17,24 +17,38 @@
|
||||
# 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...
|
||||
|
||||
# Joystick driver
|
||||
#
|
||||
# Valid names: joy, joystick
|
||||
|
||||
[joy]
|
||||
|
||||
# MatrixOrbital driver
|
||||
#
|
||||
# Valid names: MtxOrb, MatrixOrbital
|
||||
|
||||
[MtxOrb]
|
||||
|
||||
# MatrixOrbital GLK driver
|
||||
#
|
||||
# Valid names: GLK, GLC
|
||||
|
||||
[GLK]
|
||||
|
||||
# CrystalFontz driver
|
||||
#
|
||||
# Valid names: CFontz, CrystalFontz
|
||||
|
||||
[CFontz]
|
||||
|
||||
# Hitachi HD44780 driver
|
||||
#
|
||||
# Valid names: HD44780, Hitachi
|
||||
|
||||
[HD44780]
|
||||
|
||||
@@ -51,14 +65,20 @@
|
||||
[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