Created
November 3, 2009 06:48
-
-
Save ssokolow/224847 to your computer and use it in GitHub Desktop.
LCDd.conf for PCIDEA 20x4 USB LCD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[server] | |
Driver=CFontzPacket | |
## CrystalFontz packet driver (for CF631, CF633 & CF635) ## | |
[CFontzPacket] | |
# Select the LCD model [default: 633; legal: 631, 633, 635] | |
Model=631 | |
# Select the output device to use [default: /dev/lcd] | |
Device=/dev/ttyUSB0 | |
# Select the LCD size [default: depending on model: 635: 20x4, 631: 20x2, 633: 16x2] | |
Size=20x4 | |
# Set the initial contrast [default: 560; legal: 0 - 1000] | |
Contrast=350 | |
# Set the initial brightness [default: 1000; legal: 0 - 1000] | |
Brightness=1000 | |
# Set the initial off-brightness [default: 0; legal: 0 - 1000] | |
# This value is used when the display is normally | |
# switched off in case LCDd is inactive | |
OffBrightness=50 | |
# Set the communication speed [default: 9600; legal: 1200, 2400, 9600, 19200, 115200] | |
Speed=19200 | |
# Reinitialize the LCD's BIOS [default: no; legal: yes, no] | |
# I want to reboot the LCD to make sure we start from a known state | |
Reboot=yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment