[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
This commit is contained in:
reinelt
2004-02-24 05:55:04 +00:00
parent 6c9b3154be
commit 410645dbea
10 changed files with 660 additions and 682 deletions

View File

@@ -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'