From 410645dbeaaae83a2f94b4396ac69759e205092c Mon Sep 17 00:00:00 2001 From: reinelt Date: Tue, 24 Feb 2004 05:55:04 +0000 Subject: [lcd4linux @ 2004-02-24 05:54:57 by reinelt] X11 driver ported git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@375 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- lcd4linux.conf.sample | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) (limited to 'lcd4linux.conf.sample') diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index 4ca8bd6..85981d7 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -82,6 +82,18 @@ Display T6963-240x64 { } +Display XWindow { + Driver 'X11' + Size '120x32' + Font '6x8' + Pixel '4+1' + Gap '-1x-1' + Border 20 + Foreground '#000000' + Background '#80d000' + Halfground '#70c000' +} + Widget OS { class 'Text' expression '*** '.uname('sysname').' '.uname('release').' ***' @@ -334,14 +346,14 @@ Layout Default { Col1 'Load' Col11 'LoadBar' } - Row5 { - Col1 'Disk' - Col11 'DiskBar' - } - Row6 { - Col1 'Eth0' - Col11 'Eth0Bar' - } +# Row5 { +# Col1 'Disk' +# Col11 'DiskBar' +# } +# Row6 { +# Col1 'Eth0' +# Col11 'Eth0Bar' +# } } Layout L24x8 { @@ -395,7 +407,8 @@ Layout Test { #Display 'CF632' #Display 'CF633' #Display 'USBLCD' -Display 'T6963-240x64' +#Display 'T6963-240x64' +Display 'XWindow' Layout 'Default' #Layout 'L16x2' -- cgit v1.2.3