[lcd4linux @ 2006-02-07 05:36:13 by reinelt]

Layers added to Layout

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@634 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
reinelt
2006-02-07 05:36:14 +00:00
parent b67414b925
commit 5c71af9339
5 changed files with 89 additions and 21 deletions

View File

@@ -745,6 +745,7 @@ Widget Test {
class 'Text'
expression '1234567890123456789012345678901234567890'
width 40
foreground 'ff0000ff'
}
Widget Test1 {
@@ -832,6 +833,38 @@ Layout Default {
}
}
Layout TestLayer {
Row1 {
Col1 'OS'
}
Row2 {
Col1 'CPU'
Col10 'RAM'
}
Row3 {
Col1 'Busy'
Col10 'Rain'
Col11 'BusyBar'
}
Row4 {
Col1 'Load'
Col11 'LoadBar'
}
Row5 {
Col1 'Disk'
Col11 'DiskBar'
}
Row6 {
Col1 'Eth0'
Col11 'Eth0Bar'
}
Layer 0 {
Row3 {
Col1 'Test'
}
}
}
Layout L24x8 {
Row1 {
Col1 'Load'
@@ -944,15 +977,16 @@ Layout testMySQL {
#Display 'BA63'
#Display 'CT20x4'
#Display 'T6963-240x64'
#Display 'XWindow'
Display 'XWindow'
#Display 'USBLCD'
#Display 'BWCT'
Display 'Image'
#Display 'Image'
#Display 'Trefon'
#Display 'LPH7508-serdisplib'
#Display 'LPH7508'
Layout 'Default'
#Layout 'Default'
Layout 'TestLayer'
#Layout 'L8x2'
#Layout 'L16x2'
#Layout 'L20x2'