From ef35f7b1e95b04a45c55f82bc53708afb1f5c632 Mon Sep 17 00:00:00 2001 From: reinelt Date: Sun, 21 Aug 2005 08:18:56 +0000 Subject: [lcd4linux @ 2005-08-21 08:18:56 by reinelt] CrystalFontz ACK processing git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@583 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- lcd4linux.conf.sample | 35 +++++++++++++++++++++++++++++++---- 1 file changed, 31 insertions(+), 4 deletions(-) (limited to 'lcd4linux.conf.sample') diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index c918590..6183135 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -55,7 +55,7 @@ Display CF631 { Port '/dev/tts/USB0' Speed 115200 Contrast 95 - Backlight 255 + Backlight 50 Icons 1 } @@ -680,6 +680,21 @@ Widget Test { width 40 } +Widget Test1 { + class 'Text' + expression 'ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890' + width 20 + align 'M' + speed 25 +} + +Widget Test2 { + class 'Text' + expression '1234567890abcdefghijklmnopqrstuvwxyz' + width 20 + align 'M' + speed 10 +} Layout Default { Row1 { @@ -768,6 +783,17 @@ Layout Test { # Row16.Col1 'Test' } +Layout Test2 { + Row01.Col1 'Test1' + #Row02.Col1 'Rain' + Row02.Col1 'Test2' + Row03.Col1 'Test1' + Row04.Col1 'Test2' + Row05.Col1 'Test1' + Row06.Col1 'Test2' + Row07.Col1 'Test1' + Row08.Col1 'Test2' +} Layout testMySQL { Row1 { @@ -789,14 +815,14 @@ Layout testMySQL { #Display 'WDC2704M' #Display 'SC1602D' #Display 'LCM-162' -#Display 'CF631' +Display 'CF631' #Display 'CF632' #Display 'CF633' #Display 'Curses' #Display 'M50530-24x8' #Display 'LCDTerm' #Display 'SimpleLCD' -Display 'BA63' +#Display 'BA63' #Display 'CT20x4' #Display 'T6963-240x64' #Display 'XWindow' @@ -808,8 +834,9 @@ Display 'BA63' #Layout 'Default' #Layout 'L8x2' #Layout 'L16x2' -Layout 'L20x2' +#Layout 'L20x2' #Layout 'Test' +Layout 'Test2' Variables { -- cgit v1.2.3