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,
|
# 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
|
||||||
|
# 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]
|
||||||
|
|
||||||
# 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]
|
||||||
|
|
||||||
@@ -51,14 +65,20 @@
|
|||||||
[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