Lines Matching +full:serial +full:- +full:number

1 # SPDX-License-Identifier: GPL-2.0
4 # see Documentation/kbuild/kconfig-language.rst.
22 This is the base system for character-based LCD displays.
60 and built-in as well (Y).
115 If you have a Crystalfontz 128x64 2-color LCD, cfag12864b Series,
119 check Documentation/admin-guide/auxdisplay/cfag12864b.rst
201 Say Y here if you have an HD44780 or KS-0074 LCD connected to your
202 parallel port. This driver also features 4 and 6-key keypads. The LCD
211 int "Default parallel port number (0=LPT1)"
222 int "Default panel profile (0-5, 0=custom)"
233 2 = 2x16 serial LCD (KS-0074), new keypad
253 2 : new 6 keys keypad, as used on the server at www.ant-computing.com
274 3 : 2x16 serial LCD (KS-0074 based)
284 int "Number of lines on the LCD (1-2)"
288 This is the number of visible character lines on the LCD in custom profile.
293 int "Number of characters per line on the LCD (1-40)"
297 This is the number of characters per line on the LCD in custom profile.
302 int "Internal LCD line width (1-40, 40 by default)"
308 to the terminal. This results in some non-visible but addressable characters,
309 and is the case for most parallel LCDs. Other LCDs, and some serial ones,
318 int "Hardware LCD line width (1-64, 64 by default)"
348 int "LCD communication mode (0=parallel 8 bits, 1=serial)"
352 This driver now supports any serial or parallel LCD wired to a parallel
354 be driving a serial LCD or a parallel one. Serial LCDs only use 2 wires
357 parallel LCD, and 1 for a serial LCD.
361 int "Parallel port pin number & polarity connected to the LCD E signal (-17...17) "
362 range -17 17
365 This describes the number of the parallel port pin to which the LCD 'E'
370 -1..-17 : connected to the same pin through an inverter (eg: transistor).
376 int "Parallel port pin number & polarity connected to the LCD RS signal (-17...17) "
377 range -17 17
380 This describes the number of the parallel port pin to which the LCD 'RS'
385 -1..-17 : connected to the same pin through an inverter (eg: transistor).
391 int "Parallel port pin number & polarity connected to the LCD RW signal (-17...17) "
392 range -17 17
395 This describes the number of the parallel port pin to which the LCD 'RW'
400 -1..-17 : connected to the same pin through an inverter (eg: transistor).
406 int "Parallel port pin number & polarity connected to the LCD SCL signal (-17...17) "
407 range -17 17
410 This describes the number of the parallel port pin to which the serial
415 -1..-17 : connected to the same pin through an inverter (eg: transistor).
421 int "Parallel port pin number & polarity connected to the LCD SDA signal (-17...17) "
422 range -17 17
425 This describes the number of the parallel port pin to which the serial
430 -1..-17 : connected to the same pin through an inverter (eg: transistor).
436 int "Parallel port pin number & polarity connected to the LCD backlight signal (-17...17) "
437 range -17 17
440 This describes the number of the parallel port pin to which the LCD 'BL' signal
445 -1..-17 : connected to the same pin through an inverter (eg: transistor).
475 printf()-formatted message is valid with newline and escape codes.