diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2004-06-26 06:12:15 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2004-06-26 06:12:15 +0000 |
commit | 55abb63f11967a147d26e4654cbbd7ab3f01a558 (patch) | |
tree | e3b5726251a92e6fb346d63a945f5f2a2ebf89b9 /lcd4linux.c | |
parent | 19319129b58343f70382e6855a4c908bf669b146 (diff) | |
download | lcd4linux-55abb63f11967a147d26e4654cbbd7ab3f01a558.tar.gz |
[lcd4linux @ 2004-06-26 06:12:14 by reinelt]
support for Beckmann+Egle Compact Terminals
some mostly cosmetic changes in the MatrixOrbital and USBLCD driver
added debugging to the generic serial driver
fixed a bug in the generic text driver where icons could be drawn outside
the display bounds
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@479 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r-- | lcd4linux.conf.sample | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index c1adc4a..e68f345 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -89,6 +89,17 @@ Display M50530-24x8 { } +Display CT20x4 { + Driver 'Beckmann+Egle' + Model 'CT20x4' + Port '/dev/tts/0' +# Size '16x2' +# Contrast 7 +# Backlight 1 + Icons 1 +} + + Display USBLCD { Driver 'USBLCD' Port '/dev/usb/lcd' @@ -514,7 +525,7 @@ Layout Default { } Row3 { Col1 'Busy' - Col10 'Rain' +# Col10 'Rain' Col11 'BusyBar' } Row4 { @@ -605,14 +616,15 @@ Layout testMySQL { #Display 'MI240' #Display 'CW12232' #Display 'HD44780-20x4' -#Display 'M50530-24x8' #Display 'CF631' #Display 'CF632' #Display 'CF633' -Display 'Curses' -#Display 'USBLCD' +#Display 'Curses' +#Display 'M50530-24x8' +Display 'CT20x4' #Display 'T6963-240x64' #Display 'XWindow' +#Display 'USBLCD' #Display 'Image' Layout 'Default' |