phishman3579
New member
I have the Cfontz 634 LCD with the serial to USB connector. I am running Slackware 9.1 with Kernel 2.4.22. I am trying to get them to work together. I changed mt minicom set-up for ttyUSB0, 19200 baud, and no flow control, saved that set-up as minirc.dfl. I then can output test to the LCD screen.
Now, I am trying to work with LCDproc (0.5 CVS). I copied minirc.dfl to minirc.usb0 and then setup /etc/LCDd.conf. Here is the the set-up:
[server]
Driver=CFontz
[CFontz]
# CrystalFontz driver
# Use this driver for CF632 and CF634.
# Select the output device to use [/dev/lcd]
Device=/dev/ttyUSB0
# 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=19200
# Set the firmware version (New means >= 2.0) [no]
NewFirmware=yes
# Reinitialize the LCD's BIOS [no]
# normally you shouldn't need this
Reboot=no
# Using CFont 632/634 with a USB option [no]
USB=yes
When I start LCDd and the lcdproc, all I get is a blank screen without the blinking cursor. When I change the driver to curses, I get the normal output onto my computer CRT (not lcd).
Anyone have any suggestions?
Now, I am trying to work with LCDproc (0.5 CVS). I copied minirc.dfl to minirc.usb0 and then setup /etc/LCDd.conf. Here is the the set-up:
[server]
Driver=CFontz
[CFontz]
# CrystalFontz driver
# Use this driver for CF632 and CF634.
# Select the output device to use [/dev/lcd]
Device=/dev/ttyUSB0
# 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=19200
# Set the firmware version (New means >= 2.0) [no]
NewFirmware=yes
# Reinitialize the LCD's BIOS [no]
# normally you shouldn't need this
Reboot=no
# Using CFont 632/634 with a USB option [no]
USB=yes
When I start LCDd and the lcdproc, all I get is a blank screen without the blinking cursor. When I change the driver to curses, I get the normal output onto my computer CRT (not lcd).
Anyone have any suggestions?
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.