mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
[lcd4linux @ 2004-01-22 07:57:45 by reinelt]
several bugs fixed where segfaulting on layout>display Crystalfontz driver optimized, 632 display already works git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@334 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
@@ -8,7 +8,14 @@ Display LK204 {
|
||||
}
|
||||
|
||||
|
||||
Display myHD44780 {
|
||||
Display CF632 {
|
||||
Driver 'Crystalfontz'
|
||||
Model '632'
|
||||
Port '/dev/tts/0'
|
||||
Speed 19200
|
||||
}
|
||||
|
||||
Display HD44780-20x4 {
|
||||
Driver 'HD44780'
|
||||
Port '/dev/parports/0'
|
||||
# Port '0x378'
|
||||
@@ -27,8 +34,9 @@ Display myHD44780 {
|
||||
Widget OS {
|
||||
class 'Text'
|
||||
expression '*** '.uname('sysname').' '.uname('release').' ***'
|
||||
width 20
|
||||
align 'C'
|
||||
width 16
|
||||
align 'M'
|
||||
speed 100
|
||||
update tick
|
||||
}
|
||||
|
||||
@@ -111,9 +119,23 @@ Layout Default {
|
||||
}
|
||||
}
|
||||
|
||||
Layout L16x2 {
|
||||
Row1 {
|
||||
Col1 'Busy'
|
||||
Col11 'BusyBar'
|
||||
}
|
||||
Row2 {
|
||||
Col1 'Load'
|
||||
Col11 'LoadBar'
|
||||
}
|
||||
}
|
||||
|
||||
Display 'myHD44780'
|
||||
Layout 'Default'
|
||||
#Display 'LK204'
|
||||
#Display 'HD44780-20x4'
|
||||
Display 'CF632'
|
||||
|
||||
#Layout 'Default'
|
||||
Layout 'L16x2'
|
||||
|
||||
Variables {
|
||||
tick 500
|
||||
|
||||
Reference in New Issue
Block a user