From 347ac211c9bb0365d8a5c3a1b943cbd2856c4df3 Mon Sep 17 00:00:00 2001 From: reinelt Date: Wed, 18 Feb 2004 06:39:20 +0000 Subject: [lcd4linux @ 2004-02-18 06:39:20 by reinelt] T6963 driver for graphic displays finished git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@371 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- lcd4linux.conf.sample | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'lcd4linux.conf.sample') diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index 73cf1fc..567970e 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -252,6 +252,13 @@ Widget Squirrel { } } +Widget Test { + class 'Text' + expression '1234567890123456789012345678901234567890' + #expression '|' + width 40 +} + Layout Default { Row1 { @@ -296,6 +303,25 @@ Layout L16x2 { # } } +Layout Test { + Row01.Col1 'Test' + Row02.Col1 'Test' + Row03.Col1 'Test' + Row04.Col1 'Test' + Row05.Col1 'Test' + Row06.Col1 'Test' + Row07.Col1 'Test' + Row08.Col1 'Test' + Row09.Col1 'Test' + Row10.Col1 'Test' + Row11.Col1 'Test' + Row12.Col1 'Test' + Row13.Col1 'Test' + Row14.Col1 'Test' + Row15.Col1 'Test' + Row16.Col1 'Test' +} + #Display 'LK204' #Display 'HD44780-20x4' #Display 'M50530-24x8' @@ -305,8 +331,10 @@ Layout L16x2 { #Display 'USBLCD' Display 'T6963-240x64' -Layout 'Default' +#Layout 'Default' #Layout 'L16x2' +Layout 'Test' + Variables { tick 500 -- cgit v1.2.3