From: OnE <on...@co...> - 2004-01-17 20:52:05
|
Hi! Today I built my own LCD Display (20x2).. It works well with windows and with LCDproc under linux. BUT it won't work with lcd4linux :( I tried to make it work a few times.. I turn on my display => the first line is black => runing lcd4linux => 1st line isn't black any more but there is no text on the lcd :( Does anyone know this problem and what I can do to solve it? Whats wrong (look at my config..) Greez from Austria yours OnE Ps: Here my LCDproc settings (working) [important things only] [HD44780] Port=0x378 ConnectionType=winamp Size=20x2 DelayBus=true ----------------------------------------------------------- Here my lcd4linux config Display HD44780 Port 0x378 Size 20x2 Wire.RW "AUTOFD" #don't know what i'm doing *g* Wire.RS "INIT" #don't know what i'm doing *g* Wire.ENABLE "STROBE" #don't know what i'm doing *g* Wire.GPO "GND" #don't know what i'm doing *g* Row1 "testing" Row2 "test :)" ----lcd4linux say's---- bash-2.05b# lcd4linux -F -vv Version 0.98 starting lcd4linux.c: initializing driver HD44780 udelay.c: CPU supports Time Stamp Counter udelay.c: CPU runs at 701.631000 MHz udelay.c: using TSC delay loop, 702 ticks per microsecond HD44780.c: using raw port 0x378 processor.c: 2 rows, 20 columns, 5x8 pixels, 0 GPOs processor.c: Row1: Test processor.c: Row2: test :) lcd4linux.c: starting main loop |