diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2004-02-14 11:56:17 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2004-02-14 11:56:17 +0000 |
commit | 02f87e08e6fa94ff943c84768197fba5f719a951 (patch) | |
tree | a06f315366c4efeb59913dd0eb9cdd3fb929a7f7 /lcd4linux.c | |
parent | 4c40b4065bedef2b8a490a88fc4ec04086b7a0f2 (diff) | |
download | lcd4linux-02f87e08e6fa94ff943c84768197fba5f719a951.tar.gz |
[lcd4linux @ 2004-02-14 11:56:11 by reinelt]
M50530 driver ported
changed lots of 'char' to 'unsigned char'
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@363 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r-- | lcd4linux.conf.sample | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index 6c9968f..246e327 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -51,6 +51,18 @@ Display HD44780-20x4 { } +Display M50530-24x8 { + Driver 'M50530' + Port '/dev/parports/0' + Port '0x378' + Size '24x8' + Wire.EX 'STROBE' + Wire.IOC1 'SELECT' + Wire.IOC2 'AUTOFD' + Wire.GPO 'INIT' +} + + Widget OS { class 'Text' expression '*** '.uname('sysname').' '.uname('release').' ***' @@ -258,12 +270,13 @@ Layout L16x2 { #Display 'LK204' #Display 'HD44780-20x4' +Display 'M50530-24x8' #Display 'CF631' #Display 'CF632' -Display 'CF633' +#Display 'CF633' -#Layout 'Default' -Layout 'L16x2' +Layout 'Default' +#Layout 'L16x2' Variables { tick 500 |