From c3214b482a2d9e6176ce164fad5e4dff218ce1c4 Mon Sep 17 00:00:00 2001 From: ddouthitt Date: Wed, 26 Sep 2001 20:19:46 +0000 Subject: [PATCH] This is an example configuration file for LCDd.conf. --- LCDd.conf | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 LCDd.conf diff --git a/LCDd.conf b/LCDd.conf new file mode 100644 index 0000000..82df229 --- /dev/null +++ b/LCDd.conf @@ -0,0 +1,65 @@ +# LCDd.conf +# +# Each driver has a section which defines how it acts. +# Drivers which are supported but unused are ignored. +# +# There is currently only one keyword: +# +# Arguments +# +# These are the arguments to be passed to the +# driver, without quotes. These are the same +# arguments that the driver would have been passed +# under the old command line format of +# +# -d "" +# +# Comments are all line-based comments, +# and are lines that start with one of '#', ';' +# or '//' in the first columns. + +# Joystick driver + +[joy] + +# MatrixOrbital driver + +[MtxOrb] + +# MatrixOrbital GLK driver + +[GLK] + +# CrystalFontz driver + +[CFontz] + +# Hitachi HD44780 driver + +[HD44780] + +# LB216 + +[LB216] + +# Text driver + +[text] + +# BayRAD driver + +[bayrad] + +# Toshiba T6963 driver + +[T6963] + +# SVGAlib driver + +[svgalib] + +# Curses driver + +[curses] +Arguments -f blue -b cyan +