[lcd4linux @ 2004-06-07 06:56:55 by reinelt]

added test plugin from Andy Baxter

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@467 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
reinelt
2004-06-07 06:56:55 +00:00
parent 9839b85f87
commit 4c5d673643
5 changed files with 149 additions and 7 deletions

View File

@@ -437,6 +437,21 @@ Widget Lightning {
}
}
Widget Rain {
class 'icon'
speed 200
bitmap {
row1 '...*.|.....|.....|.*...|....*|..*..|.....|*....'
row2 '*....|...*.|.....|.....|.*...|....*|..*..|.....'
row3 '.....|*....|...*.|.....|.....|.*...|....*|..*..'
row4 '..*..|.....|*....|...*.|.....|.....|.*...|....*'
row5 '....*|..*..|.....|*....|...*.|.....|.....|.*...'
row6 '.*...|....*|..*..|.....|*....|...*.|.....|.....'
row7 '.....|.*...|....*|..*..|.....|*....|...*.|.....'
row8 '.....|.....|.*...|....*|..*..|.....|*....|...*.'
}
}
Widget Test {
class 'Text'
expression '1234567890123456789012345678901234567890'
@@ -455,6 +470,7 @@ Layout Default {
}
Row3 {
Col1 'Busy'
Col10 'Rain'
Col11 'BusyBar'
}
Row4 {