mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
[lcd4linux @ 2004-01-20 15:32:48 by reinelt]
first version of Next Generation HD44780 (untested! but it compiles...) some cleanup in the other drivers git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@327 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
@@ -2,11 +2,27 @@ Display LK204 {
|
||||
Driver 'MatrixOrbital'
|
||||
Model 'LK204-24-USB'
|
||||
Port '/dev/usb/tts/0'
|
||||
# Port '/dev/tts/0'
|
||||
# Port '/dev/tts/0'
|
||||
Speed 19200
|
||||
Contrast 256/2
|
||||
}
|
||||
|
||||
|
||||
Display myHD44780 {
|
||||
Driver 'HD44780'
|
||||
Port '/dev/parports/0'
|
||||
# Port '0x378'
|
||||
Bits '8'
|
||||
Size '20x4'
|
||||
Wire {
|
||||
RW 'GND'
|
||||
RS 'AUTOFD'
|
||||
ENABLE 'STROBE'
|
||||
GPO 'INIT'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Widget OS {
|
||||
class 'Text'
|
||||
expression '*** '.uname('sysname').' '.uname('release').' ***'
|
||||
@@ -95,14 +111,9 @@ Layout Default {
|
||||
}
|
||||
|
||||
|
||||
Display 'LK204'
|
||||
Display 'myHD44780'
|
||||
Layout 'Default'
|
||||
|
||||
#Row1 "*** %o %v ***"
|
||||
#Row2 "%p CPU %r MB RAM"
|
||||
#Row3 "Busy %cb%% $r10cs+cb"
|
||||
#Row4 "Load%l1%L$r10l1"
|
||||
|
||||
Variables {
|
||||
tick 500
|
||||
tack 100
|
||||
|
||||
Reference in New Issue
Block a user