Lines Matching +full:display +full:- +full:width +full:- +full:chars
1 # SPDX-License-Identifier: GPL-2.0
4 # see Documentation/kbuild/kconfig-language.rst.
6 # Auxiliary display drivers configuration.
10 bool "Auxiliary Display support"
12 Say Y here to get to see options for auxiliary display drivers.
22 This is the base system for character-based LCD displays.
23 It makes no sense to have this alone, you select your display driver
29 tristate "Character line display core support" if COMPILE_TEST
31 This is the core support for single-line character displays, to be
40 useful alone. If you have some sort of HD44780 compatible display,
42 your concrete display.
66 and built-in as well (Y).
118 If you have a Crystalfontz 128x64 2-color LCD, cfag12864b Series,
122 check Documentation/admin-guide/auxdisplay/cfag12864b.rst
157 tristate "Imagination Technologies ASCII LCD Display"
181 tristate "lcd2s 20x4 character display over I2C console"
185 This is a driver that lets you use the lcd2s 20x4 character display
186 from Modtronix engineering as a console output device. The display
187 is a simple single color character display. You have to connect it
196 very much more than display the text "ARM Linux" on the first
205 Say Y here if you have an HD44780 or KS-0074 LCD connected to your
206 parallel port. This driver also features 4 and 6-key keypads. The LCD
226 int "Default panel profile (0-5, 0=custom)"
237 2 = 2x16 serial LCD (KS-0074), new keypad
242 Custom configurations allow you to define how your display is
257 2 : new 6 keys keypad, as used on the server at www.ant-computing.com
278 3 : 2x16 serial LCD (KS-0074 based)
288 int "Number of lines on the LCD (1-2)"
297 int "Number of characters per line on the LCD (1-40)"
306 int "Internal LCD line width (1-40, 40 by default)"
312 to the terminal. This results in some non-visible but addressable characters,
314 however, use the same line width internally as what is visible. The KS0074
322 int "Hardware LCD line width (1-64, 64 by default)"
327 some of them need to be able to address 40 chars with the lower bits, they
365 int "Parallel port pin number & polarity connected to the LCD E signal (-17...17) "
366 range -17 17
374 -1..-17 : connected to the same pin through an inverter (eg: transistor).
380 int "Parallel port pin number & polarity connected to the LCD RS signal (-17...17) "
381 range -17 17
389 -1..-17 : connected to the same pin through an inverter (eg: transistor).
395 int "Parallel port pin number & polarity connected to the LCD RW signal (-17...17) "
396 range -17 17
404 -1..-17 : connected to the same pin through an inverter (eg: transistor).
410 int "Parallel port pin number & polarity connected to the LCD SCL signal (-17...17) "
411 range -17 17
419 -1..-17 : connected to the same pin through an inverter (eg: transistor).
425 int "Parallel port pin number & polarity connected to the LCD SDA signal (-17...17) "
426 range -17 17
434 -1..-17 : connected to the same pin through an inverter (eg: transistor).
440 int "Parallel port pin number & polarity connected to the LCD backlight signal (-17...17) "
441 range -17 17
449 -1..-17 : connected to the same pin through an inverter (eg: transistor).
478 An empty message will only clear the display at driver init time. Any other
479 printf()-formatted message is valid with newline and escape codes.