CFontz update: configfile, backlight, new firmware
This commit is contained in:
@@ -91,18 +91,26 @@ Arguments="fill in here"
|
||||
[CFontz]
|
||||
# CrystalFontz driver
|
||||
|
||||
Arguments="-d /dev/ttyS0 -s 9600"
|
||||
|
||||
# -d --device Select the output device to use [/dev/lcd]
|
||||
# -t --type Select the LCD type (size) [20x4]
|
||||
# -c --contrast Set the initial contrast [140]
|
||||
# -b --brightness Set the initial brightness [255]
|
||||
# -o --off-bright Set the initial brightness [0]
|
||||
# -s --speed Set the communication speed [9600]
|
||||
# -r --reboot Reinitialize the LCD's BIOS
|
||||
# -h --help Show this help information
|
||||
|
||||
|
||||
# Select the output device to use [/dev/lcd]
|
||||
Device=/dev/ttyS0
|
||||
# Select the LCD type (size) [20x4]
|
||||
Size=20x4
|
||||
# Set the initial contrast [140]
|
||||
Contrast=140
|
||||
# Set the initial brightness [255]
|
||||
Brightness=255
|
||||
# Set the initial off-brightness [0]
|
||||
# This value is used when the display is normally
|
||||
# switched off in case LCDd is inactive
|
||||
OffBrightness=0
|
||||
# Set the communication speed [9600]
|
||||
# possible values: 1200, 2400, 9600
|
||||
Speed=9600
|
||||
# Set the firmware version (New means >= 2.0) [no]
|
||||
NewFirmware=no
|
||||
# Reinitialize the LCD's BIOS [no]
|
||||
# normally you shouldn't need this
|
||||
Reboot=no
|
||||
|
||||
[curses]
|
||||
# Curses driver
|
||||
@@ -151,10 +159,10 @@ Size=20x4
|
||||
|
||||
#vspan=1,2
|
||||
# For multiple displays: at what 'logical' lines do the individual displays
|
||||
# start.
|
||||
# start.
|
||||
|
||||
#extended=yes
|
||||
# If you want to use more than 3 HD44780 controllers on the LPT, you need to
|
||||
# If you want to use more than 3 HD44780 controllers on the LPT, you need to
|
||||
# specify this. See documentation.
|
||||
|
||||
#DelayMult=2
|
||||
|
||||
Reference in New Issue
Block a user