From ae2f2d5638f81ff05a63b8d1d2b8aaef5ff91c7a Mon Sep 17 00:00:00 2001 From: ddouthitt Date: Thu, 27 Sep 2001 16:10:56 +0000 Subject: [PATCH] Documented in configuration file the ability to use different names for the drivers (ie, "MatrixOrbital" instead of "MtxOrb"). Added more detailed documentation elsewhere, also. --- LCDd.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/LCDd.conf b/LCDd.conf index 82df229..5f3b995 100644 --- a/LCDd.conf +++ b/LCDd.conf @@ -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