diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-08-10 20:40:46 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-08-10 20:40:46 +0000 |
commit | bbf29d60c224ac063ca9ed807d8ed32c93a94fd3 (patch) | |
tree | a475320cb033e252d60992f6f3312171ec68f4d4 /lcd4linux.c | |
parent | e28d0cad12698102e3e9ce200cd79f57f9fcf3a6 (diff) | |
download | lcd4linux-bbf29d60c224ac063ca9ed807d8ed32c93a94fd3.tar.gz |
[lcd4linux @ 2006-08-10 20:40:46 by reinelt]
M50530 enhancements: Timings, busy-flag checking
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@687 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r-- | lcd4linux.conf.sample | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index 6a76170..4a651a5 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -313,10 +313,12 @@ Display M50530-24x8 { Size '24x8' Font '5x7' Duty 2 + Wire.RW 'INIT' Wire.EX 'STROBE' Wire.IOC1 'SLCTIN' Wire.IOC2 'AUTOFD' - Wire.GPO 'INIT' + Wire.GPO 'GND' + UseBusy 1 } |