From e28d0cad12698102e3e9ce200cd79f57f9fcf3a6 Mon Sep 17 00:00:00 2001 From: reinelt Date: Thu, 10 Aug 2006 19:06:52 +0000 Subject: [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 --- lcd4linux.conf.sample | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'lcd4linux.conf.sample') 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' -- cgit v1.2.3