diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2004-02-15 08:22:47 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2004-02-15 08:22:47 +0000 |
commit | 0dc4d2093be753affc50d1ccb70fb9f5f66ed9b8 (patch) | |
tree | 6181889e001a9a40f0c2697508d0a044c9a1340a /lcd4linux.c | |
parent | 512838d1786580e053432073638dfb695c78df79 (diff) | |
download | lcd4linux-0dc4d2093be753affc50d1ccb70fb9f5f66ed9b8.tar.gz |
[lcd4linux @ 2004-02-15 08:22:47 by reinelt]
ported USBLCD driver to NextGeneration
added drv_M50530.c (I forgot yesterday, sorry)
removed old drivers M50530.c and USBLCD.c
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@366 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r-- | lcd4linux.conf.sample | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index ffd01db..164fff9 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -54,7 +54,7 @@ Display HD44780-20x4 { Display M50530-24x8 { Driver 'M50530' Port '/dev/parports/0' - Port '0x378' +# Port '0x378' Size '24x8' Wire.EX 'STROBE' Wire.IOC1 'SELECT' @@ -63,6 +63,14 @@ Display M50530-24x8 { } +Display USBLCD { + Driver 'USBLCD' + Port '/dev/usb/lcd' + Size '20x4' + asc255bug 1 +} + + Widget OS { class 'Text' expression '*** '.uname('sysname').' '.uname('release').' ***' @@ -279,10 +287,11 @@ Layout L16x2 { #Display 'LK204' #Display 'HD44780-20x4' -Display 'M50530-24x8' +#Display 'M50530-24x8' #Display 'CF631' #Display 'CF632' #Display 'CF633' +Display 'USBLCD' Layout 'Default' #Layout 'L16x2' |