From 27e7f895fdd64a819b16a4ae445ad0cdf71841c6 Mon Sep 17 00:00:00 2001 From: mmdolze Date: Sun, 4 Dec 2011 10:31:19 +0000 Subject: [PATCH] Add glcd driver and connection types. --- docs/LCDd.8.in | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/LCDd.8.in b/docs/LCDd.8.in index 04de35a..6512977 100644 --- a/docs/LCDd.8.in +++ b/docs/LCDd.8.in @@ -105,6 +105,24 @@ LCD display on the EyeboxOne .B g15 LCD display on the Logitech G15 keyboard .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 graphical LCDs supported by graphlcd-base .TP @@ -272,7 +290,7 @@ LCD devices from SURE electronics (http://www.sureelectronics.net) VGA monitors using svgalib .TP .B t6963 -Toshiba T6963 based LCD displays +Toshiba T6963 based LCD displays (text mode) .TP .B text Standard "hard-copy" text display