Lines Matching +full:0 +full:x16
51 default 0x378
55 The first standard parallel port address is 0x378.
56 The second standard parallel port address is 0x278.
57 The third standard parallel port address is 0x3BC.
65 Usually you only need to use 0x378.
182 int "Default parallel port number (0=LPT1)"
183 range 0 255
184 default "0"
189 modules with different arguments. Numbering starts with '0' for LPT1,
193 int "Default panel profile (0-5, 0=custom)"
194 range 0 5
202 0 = custom (see further)
203 1 = 2x16 parallel LCD, old keypad
204 2 = 2x16 serial LCD (KS-0074), new keypad
205 3 = 2x16 parallel LCD (Hantronix), no keypad
206 4 = 2x16 parallel LCD (Nexcom NSA1045) with Nexcom's keypad
214 depends on PANEL_PROFILE="0"
215 int "Keypad type (0=none, 1=old 6 keys, 2=new 6 keys, 3=Nexcom 4 keys)"
216 range 0 3
217 default 0
222 0 : do not enable this driver
231 depends on PANEL_PROFILE="0"
232 int "LCD type (0=none, 1=custom, 2=old //, 3=ks0074, 4=hantronix, 5=Nexcom)"
233 range 0 5
234 default 0
242 0 : do not enable the driver
244 2 : 2x16 & 2x40 parallel LCD (old wiring)
245 3 : 2x16 serial LCD (KS-0074 based)
246 4 : 2x16 parallel LCD (Hantronix wiring)
247 5 : 2x16 parallel LCD (Nexcom wiring)
254 depends on PANEL_PROFILE="0" && PANEL_LCD="1"
263 depends on PANEL_PROFILE="0" && PANEL_LCD="1"
272 depends on PANEL_PROFILE="0" && PANEL_LCD="1"
288 depends on PANEL_PROFILE="0" && PANEL_LCD="1"
293 Most LCDs use a single address bit to differentiate line 0 and line 1. Since
298 If you don't know what your LCD uses, in doubt let 16 here for a 2x16, and
302 depends on PANEL_PROFILE="0" && PANEL_LCD="1"
303 int "LCD character set (0=normal, 1=KS0074)"
304 range 0 1
305 default 0
312 0 : normal (untranslated) character set
315 If you don't know, use the normal one (0).
318 depends on PANEL_PROFILE="0" && PANEL_LCD="1"
319 int "LCD communication mode (0=parallel 8 bits, 1=serial)"
320 range 0 1
321 default 0
327 (E, RS, sometimes RW), and 4 or 8 for the data. Use 0 here for a 8 bits
331 depends on PANEL_PROFILE="0" && PANEL_LCD="1" && PANEL_LCD_PROTO="0"
339 0 : no connection (eg: connected to ground)
346 depends on PANEL_PROFILE="0" && PANEL_LCD="1" && PANEL_LCD_PROTO="0"
354 0 : no connection (eg: connected to ground)
361 depends on PANEL_PROFILE="0" && PANEL_LCD="1" && PANEL_LCD_PROTO="0"
369 0 : no connection (eg: connected to ground)
376 depends on PANEL_PROFILE="0" && PANEL_LCD="1" && PANEL_LCD_PROTO!="0"
384 0 : no connection (eg: connected to ground)
391 depends on PANEL_PROFILE="0" && PANEL_LCD="1" && PANEL_LCD_PROTO!="0"
399 0 : no connection (eg: connected to ground)
406 depends on PANEL_PROFILE="0" && PANEL_LCD="1"
409 default 0
414 0 : no connection (eg: connected to ground)
418 Default for the 'BL' pin in custom profile is '0' (uncontrolled).