diff options
author | reinelt <> | 2006-02-08 04:55:05 +0000 |
---|---|---|
committer | reinelt <> | 2006-02-08 04:55:05 +0000 |
commit | 1e7a478196bd91595672def1e8fe60a9a9b88365 (patch) | |
tree | d71f4054e5a360af26940acfe16053068206cedb /lcd4linux.conf.sample | |
parent | ae29db6bcd0f5bddabd0ebdd77f804d2b4454d97 (diff) | |
download | lcd4linux-1e7a478196bd91595672def1e8fe60a9a9b88365.tar.gz |
[lcd4linux @ 2006-02-08 04:55:03 by reinelt]
moved widget registration to drv_generic_graphic
Diffstat (limited to 'lcd4linux.conf.sample')
-rw-r--r-- | lcd4linux.conf.sample | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index 7e4d8c5..ba334b9 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -806,6 +806,12 @@ Widget GPO_Test255 { update 100 } +Widget ImageTest { + class 'Image' + update 1000 + visible 1 +} + Layout Default { Row1 { Col1 'OS' @@ -858,10 +864,8 @@ Layout TestLayer { Col1 'Eth0' Col11 'Eth0Bar' } - Layer 0 { - Row3 { - Col1 'Test' - } + Layer 2 { + X0.Y0 'ImageTest' } } @@ -976,8 +980,8 @@ Layout testMySQL { #Display 'SimpleLCD' #Display 'BA63' #Display 'CT20x4' -#Display 'T6963-240x64' -Display 'XWindow' +Display 'T6963-240x64' +#Display 'XWindow' #Display 'USBLCD' #Display 'BWCT' #Display 'Image' |