aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.conf.sample
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-08-10 19:06:52 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-08-10 19:06:52 +0000
commite28d0cad12698102e3e9ce200cd79f57f9fcf3a6 (patch)
treea564f4c972a002d6882b7f2fd2f5603eaaf9611d /lcd4linux.conf.sample
parentccf39796a1c59b0dec4b030a5791b71246e77e64 (diff)
downloadlcd4linux-e28d0cad12698102e3e9ce200cd79f57f9fcf3a6.tar.gz
[lcd4linux @ 2006-08-10 19:06:52 by reinelt]
new 'fuzz' parameter for timings git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@686 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'lcd4linux.conf.sample')
-rw-r--r--lcd4linux.conf.sample24
1 files changed, 22 insertions, 2 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample
index 884eb84..6a76170 100644
--- a/lcd4linux.conf.sample
+++ b/lcd4linux.conf.sample
@@ -157,6 +157,8 @@ Display HD44780-winamp {
POWER 'GND'
}
Timing {
+ # fuzz timings by value (100 = no change)
+ fuzz 100
# low-level communication [ns]
CY 1000 # Enable cycle time
PW 450 # Enable pulse width
@@ -178,6 +180,23 @@ Display HD44780-winamp {
}
}
+# HD44780 display 4-Bit mode
+Display HD44780-4bit {
+ Driver 'HD44780'
+ Model 'generic'
+ Port '/dev/parports/0'
+ Size '16x1'
+ Bits 4
+ UseBusy 0
+ asc255bug 0
+ Wire {
+ RW 'GND'
+ RS 'DB4'
+ ENABLE 'DB6'
+ GPO 'GND'
+ }
+}
+
# Dual-HD44780 display from Pollin
Display WDC2704M {
Driver 'HD44780'
@@ -1033,6 +1052,7 @@ Layout testMySQL {
#Display 'CW12232'
#Display 'HD44780-generic'
#Display 'HD44780-WinAmp'
+#Display 'HD44780-4bit'
#Display 'WDC2704M'
#Display 'SC1602D'
#Display 'LCM-162'
@@ -1040,7 +1060,7 @@ Layout testMySQL {
#Display 'CF632'
#Display 'CF633'
#Display 'Curses'
-#Display 'M50530-24x8'
+Display 'M50530-24x8'
#Display 'LCDTerm'
#Display 'SimpleLCD'
#Display 'BA63'
@@ -1051,7 +1071,7 @@ Layout testMySQL {
#Display 'BWCT'
#Display 'Image'
#Display 'Trefon'
-Display 'LCD2USB'
+#Display 'LCD2USB'
#Display 'LPH7508-serdisplib'
#Display 'LPH7508'
#Display 'ctinclud'