mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
[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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user