First attempt at CFontz633...
This commit is contained in:
@@ -123,6 +123,34 @@ NewFirmware=no
|
||||
# normally you shouldn't need this
|
||||
Reboot=no
|
||||
|
||||
|
||||
[CFontz633]
|
||||
# CrystalFontz633 driver
|
||||
|
||||
# Select the output device to use [/dev/lcd]
|
||||
Device=/dev/ttyS0
|
||||
# Select the LCD type (size) [20x4]
|
||||
Size=16x2
|
||||
# Set the initial contrast [140]
|
||||
Contrast=140
|
||||
# Set the initial brightness [100]
|
||||
# Brightness hardware value is between 0 and 100.
|
||||
Brightness=100
|
||||
# Set the initial off-brightness [0]
|
||||
# This value is used when the display is normally
|
||||
# switched off in case LCDd is inactive
|
||||
OffBrightness=50
|
||||
# Set the communication speed [9600]
|
||||
# possible values: 19200
|
||||
Speed=19200
|
||||
# Set the firmware version (New means >= 2.0) [no]
|
||||
# Currently this flag is not in use, there is no such thing as NewFirmware. ;=)
|
||||
NewFirmware=no
|
||||
# Reinitialize the LCD's BIOS [no]
|
||||
# normally you shouldn't need this
|
||||
Reboot=yes
|
||||
|
||||
|
||||
[curses]
|
||||
file=curses_drv.so
|
||||
# Curses driver
|
||||
@@ -199,6 +227,7 @@ DelayBus=true
|
||||
|
||||
[IrMan]
|
||||
#IrMan driver
|
||||
#if in trouble with IrMan, try Lirc emulator for IrMan
|
||||
|
||||
Arguments="fill in here"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user