mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
[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
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user