Lines Matching +full:custom +full:- +full:output +full:- +full:range +full:- +full:config
1 # SPDX-License-Identifier: GPL-2.0
4 # see Documentation/kbuild/kconfig-language.rst.
19 config CHARLCD
22 This is the base system for character-based LCD displays.
28 config LINEDISP
31 This is the core support for single-line character displays, to be
34 config HD44780_COMMON
44 config HD44780
55 config KS0108
66 and built-in as well (Y).
73 config KS0108_PORT
95 config KS0108_DELAY
110 config CFAG12864B
121 If you have a Crystalfontz 128x64 2-color LCD, cfag12864b Series,
125 check Documentation/admin-guide/auxdisplay/cfag12864b.rst
138 config CFAG12864B_RATE
159 config IMG_ASCII_LCD
170 config HT16K33
186 config LCD2S
192 from Modtronix engineering as a console output device. The display
196 config ARM_CHARLCD
211 Say Y here if you have an HD44780 or KS-0074 LCD connected to your
212 parallel port. This driver also features 4 and 6-key keypads. The LCD
220 config PANEL_PARPORT
222 range 0 255
231 config PANEL_PROFILE
232 int "Default panel profile (0-5, 0=custom)"
233 range 0 5
241 0 = custom (see further)
243 2 = 2x16 serial LCD (KS-0074), new keypad
248 Custom configurations allow you to define how your display is
252 config PANEL_KEYPAD
255 range 0 3
263 2 : new 6 keys keypad, as used on the server at www.ant-computing.com
269 config PANEL_LCD
271 int "LCD type (0=none, 1=custom, 2=old //, 3=ks0074, 4=hantronix, 5=Nexcom)"
272 range 0 5
282 1 : custom configuration and wiring (see further)
284 3 : 2x16 serial LCD (KS-0074 based)
292 config PANEL_LCD_HEIGHT
294 int "Number of lines on the LCD (1-2)"
295 range 1 2
298 This is the number of visible character lines on the LCD in custom profile.
301 config PANEL_LCD_WIDTH
303 int "Number of characters per line on the LCD (1-40)"
304 range 1 40
307 This is the number of characters per line on the LCD in custom profile.
310 config PANEL_LCD_BWIDTH
312 int "Internal LCD line width (1-40, 40 by default)"
313 range 1 40
318 to the terminal. This results in some non-visible but addressable characters,
323 This option lets you configure the value used by your LCD in 'custom' profile.
326 config PANEL_LCD_HWIDTH
328 int "Hardware LCD line width (1-64, 64 by default)"
329 range 1 64
340 config PANEL_LCD_CHARSET
343 range 0 1
356 config PANEL_LCD_PROTO
359 range 0 1
369 config PANEL_LCD_PIN_E
371 int "Parallel port pin number & polarity connected to the LCD E signal (-17...17) "
372 range -17 17
380 -1..-17 : connected to the same pin through an inverter (eg: transistor).
382 Default for the 'E' pin in custom profile is '14' (AUTOFEED).
384 config PANEL_LCD_PIN_RS
386 int "Parallel port pin number & polarity connected to the LCD RS signal (-17...17) "
387 range -17 17
395 -1..-17 : connected to the same pin through an inverter (eg: transistor).
397 Default for the 'RS' pin in custom profile is '17' (SELECT IN).
399 config PANEL_LCD_PIN_RW
401 int "Parallel port pin number & polarity connected to the LCD RW signal (-17...17) "
402 range -17 17
410 -1..-17 : connected to the same pin through an inverter (eg: transistor).
412 Default for the 'RW' pin in custom profile is '16' (INIT).
414 config PANEL_LCD_PIN_SCL
416 int "Parallel port pin number & polarity connected to the LCD SCL signal (-17...17) "
417 range -17 17
425 -1..-17 : connected to the same pin through an inverter (eg: transistor).
427 Default for the 'SCL' pin in custom profile is '1' (STROBE).
429 config PANEL_LCD_PIN_SDA
431 int "Parallel port pin number & polarity connected to the LCD SDA signal (-17...17) "
432 range -17 17
440 -1..-17 : connected to the same pin through an inverter (eg: transistor).
442 Default for the 'SDA' pin in custom profile is '2' (D0).
444 config PANEL_LCD_PIN_BL
446 int "Parallel port pin number & polarity connected to the LCD backlight signal (-17...17) "
447 range -17 17
455 -1..-17 : connected to the same pin through an inverter (eg: transistor).
457 Default for the 'BL' pin in custom profile is '0' (uncontrolled).
461 config PANEL_CHANGE_MESSAGE
467 and the driver version with a custom message. This is useful on appliances
474 config PANEL_BOOT_MESSAGE
480 and the driver version with a custom message. This is useful on appliances
485 printf()-formatted message is valid with newline and escape codes.
496 config CHARLCD_BL_OFF
501 config CHARLCD_BL_ON
506 config CHARLCD_BL_FLASH
515 config PANEL