diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2005-01-15 13:13:21 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2005-01-15 13:13:21 +0000 |
commit | aaf9fb8a59b420202970d89d2c80db9396adf3e4 (patch) | |
tree | 07a78b8753404c3b444f782ef783ed581dec4f3a | |
parent | 1330a5195ad88afa76d827af83daad596bd9a2c6 (diff) | |
download | lcd4linux-aaf9fb8a59b420202970d89d2c80db9396adf3e4.tar.gz |
[lcd4linux @ 2005-01-15 13:13:21 by reinelt]
LCDTerm section added to lcd4linux.conf.sample
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@505 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
-rw-r--r-- | lcd4linux.conf.sample | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index ef8e50e..8929d75 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -153,6 +153,15 @@ Display HD44780-I2C { } +Display LCDTerm { + Driver 'LCDTerm + Port '/dev/tts/0' + Speed 19200 + Size '20x4' + Icons 1 +} + + Display M50530-24x8 { Driver 'M50530' Port '/dev/parport0' @@ -719,7 +728,8 @@ Layout testMySQL { #Display 'CF632' #Display 'CF633' #Display 'Curses' -Display 'M50530-24x8' +#Display 'M50530-24x8' +Display 'LCDTerm' #Display 'CT20x4' #Display 'T6963-240x64' #Display 'XWindow' |