Lines Matching +full:5 +full:a

12 	  a bitmap display of various sizes and depths which can be drawn on
13 to display a command-line console or splash screen. Enabling this
22 If you have a LCD backlight adjustable by PWM, say Y to enable
32 If you have a LCD backlight adjustable by GPIO, say Y to enable
43 Support drawing text and bitmaps onto a 8-bit-per-pixel display.
53 Support drawing text and bitmaps onto a 16-bit-per-pixel display.
63 Support drawing text and bitmaps onto a 32-bit-per-pixel display.
73 Enable ANSI escape sequence decoding for a more fully functional
77 bool "Support a simple text console"
82 used as a console. Rotation is not supported by this driver (see
83 CONFIG_CONSOLE_ROTATION for that). A built-in 8x16 font is used
94 printed out. Enable this option to include a text driver which can
100 bool "Support a console that uses TrueType fonts"
104 needing to provide a bitmap for each font and size that is needed.
105 With this option you can adjust the text size and use a variety of
114 pixels and is the nominal height of a character. Note that fonts
117 there is no standard display density. At present there is not a
122 bool "Display console as white on a black background"
125 Normally the display is black on a white background, Enable this
126 option to invert this, i.e. white on a black background. This can be
133 If firmware (whatever loads u-boot) has already put a splash image
144 This is a work-around for boards which have 'lcd' in their stdout
154 Turn on this option to enable a framebuffer driver when U-Boot is
163 Turn on this option to enable a framebuffeer driver when U-Boot is
164 loaded as a payload (see README.u-boot_on_efi) by an EFI BIOS where
172 Turn on this option to enable a very simple driver which uses vesa
173 to discover the video mode and then provides a frame buffer for use
232 bool "320x200 32k-color (1:5:5:5)"
235 bool "320x200 64k-color (5:6:5)"
241 bool "640x480 32k-color (1:5:5:5)"
244 bool "640x480 64k-color (5:6:5)"
250 bool "800x600 32k-color (1:5:5:5)"
253 bool "800x600 64k-color (5:6:5)"
259 bool "1024x768 32k-color (1:5:5:5)"
262 bool "1024x768 64k-color (5:6:5)"
268 bool "1280x1024 32k-color (1:5:5:5)"
271 bool "1280x1024 64k-color (5:6:5)"
320 from a parallel LCD interface and translate it on the fy into a DP
328 from a parallel LCD interface and translate it on the fly into MIPI DSI
329 interface for driving a MIPI compatible LCD panel. It uses SPI for
349 The reset pin of SSD2828 chip. This takes a string in the format
357 Support for Hitachi tx18d42vm LVDS LCD panels, these panels have a
359 done they work like a regular LVDS panel.
366 This is one of the SPI communication pins, involved in setting up a
368 different hardware setups. The option takes a string in the format
376 This is one of the SPI communication pins, involved in setting up a
378 different hardware setups. The option takes a string in the format
386 This is one of the SPI communication pins, involved in setting up a
388 different hardware setups. The option takes a string in the format
396 This is one of the SPI communication pins, involved in setting up a
401 option takes a string in the format understood by 'name_to_gpio'
431 This supports drivers that provide a display, such as eDP (Embedded
433 The devices provide a simple interface to start up the display,
455 DisplayPort, a IP core for Xilinx FPGAs that implements a DisplayPort
458 Note that this is a pure transmitter device, and has no display
466 devices. Initialisation is mostly performed by a VGA boot ROM, with
468 a VESA device and supports LCD panels, eDP and LVDS outputs.
470 a special tool which configures the VGA ROM, but the graphics
478 devices. Initialisation is mostly performed by a VGA boot ROM, with
480 a VESA device and supports LCD panels, eDP and LVDS outputs.
482 a special tool which configures the VGA ROM, but the graphics
515 appears as an SDL (Simple DirectMedia Layer) window. This is a
517 a normal bitmap display and can display images as well as text.
547 model. Video drivers typically provide a colour text console and
563 output on a bitmap display from an in-memory frame buffer.
579 (0-5, cf. cfb_console.c)
603 a limited number of ANSI escape sequences (cursor control,
618 bool "Enable a software cursor"
622 This draws a cursor after the last character. No blinking is
632 the serial port. When this option is enabled, a board-specific
683 rather requires a SoC-specific glue driver to call it), it
689 Enables a simple generic display driver which utilizes the
699 Enables the code to pass the framebuffer to the kernel as a
709 This supports drivers that provide a OSD (on-screen display), which
710 is a (usually text-oriented) graphics buffer to show information on
711 a display.