Add glcd driver and connection types.
This commit is contained in:
+19
-1
@@ -105,6 +105,24 @@ LCD display on the EyeboxOne
|
|||||||
.B g15
|
.B g15
|
||||||
LCD display on the Logitech G15 keyboard
|
LCD display on the Logitech G15 keyboard
|
||||||
.TP
|
.TP
|
||||||
|
.B glcd
|
||||||
|
generic driver for graphical LCDs with FreeType rendering support. This driver
|
||||||
|
supports the following sub-drivers (a.k.a. \fIconnection types\fP):
|
||||||
|
.RS
|
||||||
|
.TP
|
||||||
|
.B glcd2usb
|
||||||
|
Till Harbaum's open source/open hardware GLCD2USB (http://www.harbaum.org/till/glcd2usb/)
|
||||||
|
.TP
|
||||||
|
.B png
|
||||||
|
Write out screens as PNG images
|
||||||
|
.TP
|
||||||
|
.B serdisplib
|
||||||
|
Uses serdisplib (http://serdisplib.sourceforge.net/) for output
|
||||||
|
.TP
|
||||||
|
.B t6963
|
||||||
|
Toshiba T6963 based LCD displays (graphic mode)
|
||||||
|
.RE
|
||||||
|
.TP
|
||||||
.B glcdlib
|
.B glcdlib
|
||||||
graphical LCDs supported by graphlcd-base
|
graphical LCDs supported by graphlcd-base
|
||||||
.TP
|
.TP
|
||||||
@@ -272,7 +290,7 @@ LCD devices from SURE electronics (http://www.sureelectronics.net)
|
|||||||
VGA monitors using svgalib
|
VGA monitors using svgalib
|
||||||
.TP
|
.TP
|
||||||
.B t6963
|
.B t6963
|
||||||
Toshiba T6963 based LCD displays
|
Toshiba T6963 based LCD displays (text mode)
|
||||||
.TP
|
.TP
|
||||||
.B text
|
.B text
|
||||||
Standard "hard-copy" text display
|
Standard "hard-copy" text display
|
||||||
|
|||||||
Reference in New Issue
Block a user