[lcd4linux @ 2004-01-20 12:45:47 by reinelt]

"Default screen" working with MatrixOrbital

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@323 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
reinelt
2004-01-20 12:45:47 +00:00
parent 024cf9ff9a
commit 5a05b3642f
5 changed files with 50 additions and 32 deletions

View File

@@ -48,7 +48,8 @@ Widget Busy {
Widget BusyBar {
class 'Bar'
expression cpu('busy', 500)
expression cpu('busy', 500)
expression2 cpu('system', 500)
length 10
direction 'E'
update tack
@@ -65,6 +66,15 @@ Widget Load {
update tick
}
Widget LoadBar {
class 'Bar'
expression loadavg(1)
max 2.0
length 10
direction 'E'
update tack
}
Layout Default {
Row1 {
@@ -80,6 +90,7 @@ Layout Default {
}
Row4 {
Col1 'Load'
Col11 'LoadBar'
}
}