diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-01-30 05:47:38 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-01-30 05:47:38 +0000 |
commit | 2523e50fbb5a076f9535c18dcce9ed7a0716e28d (patch) | |
tree | e9b5c891e426a38a451e52fbd9ece443b5f59457 /lcd4linux.c | |
parent | 5eca256613eb7e4fb476d5efa71a835af5bb5d06 (diff) | |
download | lcd4linux-2523e50fbb5a076f9535c18dcce9ed7a0716e28d.tar.gz |
[lcd4linux @ 2006-01-30 05:47:34 by reinelt]
graphic subsystem changed to full-color RGBA
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@626 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r-- | lcd4linux.conf.sample | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index c9f7c53..788527c 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -340,13 +340,16 @@ Display LPH7508-serdisplib { Display XWindow { Driver 'X11' Size '120x32' - Font '6x8' + Font '5x8' Pixel '4+1' Gap '-1x-1' Border 20 - Foreground '#000000' - Background '#80d000' - Halfground '#70c000' +# Foreground '#000000' +# Background '#80d000' +# Halfground '#70c000' + Foreground '000000cc' + Background '00000022' + Basecolor '80d000' } Display Image { @@ -422,6 +425,7 @@ Widget Busy { precision 1 align 'R' update tick + foreground '0000ffaa' } Widget BusyBar { @@ -929,7 +933,7 @@ Layout testMySQL { #Display 'LCM-162' #Display 'CF631' #Display 'CF632' -Display 'CF633' +#Display 'CF633' #Display 'Curses' #Display 'M50530-24x8' #Display 'LCDTerm' @@ -937,7 +941,7 @@ Display 'CF633' #Display 'BA63' #Display 'CT20x4' #Display 'T6963-240x64' -#Display 'XWindow' +Display 'XWindow' #Display 'USBLCD' #Display 'BWCT' #Display 'Image' |