add driver EyeboxOne for the LCD display on the EyeboxOne (Cedric TESSIER aka NeCetiC)

This commit is contained in:
marschap
2006-08-20 17:21:13 +00:00
parent ff8454632c
commit 7eb5ecbce5
14 changed files with 911 additions and 4 deletions
+3
View File
@@ -81,6 +81,9 @@ Standard video display using the (n)curses library
.B CwLnx
serial/USB displays by Cwlinux (http://www.cwlinux.com)
.TP
.B EyeboxOne
LCD display on the EyeboxOne (http://www.rightvision.com)
.TP
.B g15
LCD display on the Logitech G15 keyboard
.TP
+1
View File
@@ -13,6 +13,7 @@ well as the configuration of LCDd.
&CFontzPacket;
&curses;
&CwLnx;
&EyeboxOne;
&g15;
&glcdlib;
&glk;
+1
View File
@@ -19,6 +19,7 @@
<!ENTITY CFontzPacket SYSTEM "drivers/CFontzPacket.docbook">
<!ENTITY curses SYSTEM "drivers/curses.docbook">
<!ENTITY CwLnx SYSTEM "drivers/CwLnx.docbook">
<!ENTITY EyeboxOne SYSTEM "drivers/eyeboxone.docbook">
<!ENTITY g15 SYSTEM "drivers/g15.docbook">
<!ENTITY glcdlib SYSTEM "drivers/glcdlib.docbook">
<!ENTITY glk SYSTEM "drivers/glk.docbook">