From 5c71af9339a592ef3759b40614685c83537d3ac3 Mon Sep 17 00:00:00 2001 From: reinelt Date: Tue, 7 Feb 2006 05:36:14 +0000 Subject: [lcd4linux @ 2006-02-07 05:36:13 by reinelt] Layers added to Layout git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@634 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- lcd4linux.conf.sample | 40 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 37 insertions(+), 3 deletions(-) (limited to 'lcd4linux.conf.sample') diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index a921648..7e4d8c5 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -745,6 +745,7 @@ Widget Test { class 'Text' expression '1234567890123456789012345678901234567890' width 40 + foreground 'ff0000ff' } Widget Test1 { @@ -832,6 +833,38 @@ Layout Default { } } +Layout TestLayer { + Row1 { + Col1 'OS' + } + Row2 { + Col1 'CPU' + Col10 'RAM' + } + Row3 { + Col1 'Busy' + Col10 'Rain' + Col11 'BusyBar' + } + Row4 { + Col1 'Load' + Col11 'LoadBar' + } + Row5 { + Col1 'Disk' + Col11 'DiskBar' + } + Row6 { + Col1 'Eth0' + Col11 'Eth0Bar' + } + Layer 0 { + Row3 { + Col1 'Test' + } + } +} + Layout L24x8 { Row1 { Col1 'Load' @@ -944,15 +977,16 @@ Layout testMySQL { #Display 'BA63' #Display 'CT20x4' #Display 'T6963-240x64' -#Display 'XWindow' +Display 'XWindow' #Display 'USBLCD' #Display 'BWCT' -Display 'Image' +#Display 'Image' #Display 'Trefon' #Display 'LPH7508-serdisplib' #Display 'LPH7508' -Layout 'Default' +#Layout 'Default' +Layout 'TestLayer' #Layout 'L8x2' #Layout 'L16x2' #Layout 'L20x2' -- cgit v1.2.3