From 1e7a478196bd91595672def1e8fe60a9a9b88365 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Wed, 8 Feb 2006 04:55:05 +0000 Subject: [lcd4linux @ 2006-02-08 04:55:03 by reinelt] moved widget registration to drv_generic_graphic --- lcd4linux.conf.sample | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'lcd4linux.conf.sample') 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' -- cgit v1.2.3