ea65 - driver for VFD in AOpen XC Cube AV EA65 barebones (Karsten <kafe69@gmx.net>)

This commit is contained in:
marschap
2007-03-18 12:37:41 +00:00
parent 3aca4eb139
commit e340911d0c
10 changed files with 382 additions and 14 deletions
+3
View File
@@ -99,6 +99,9 @@ Standard video display using the (n)curses library
.B CwLnx
serial/USB displays by Cwlinux (http://www.cwlinux.com)
.TP
.B ea65
VFD front panel display on Aopen XC Cube EA65 media barebone
.TP
.B EyeboxOne
LCD display on the EyeboxOne (http://www.rightvision.com)
.TP
+1
View File
@@ -13,6 +13,7 @@ well as the configuration of LCDd.
&CFontzPacket;
&curses;
&CwLnx;
&ea65;
&EyeboxOne;
&g15;
&glcdlib;
+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 ea65 SYSTEM "drivers/ea65.docbook">
<!ENTITY EyeboxOne SYSTEM "drivers/eyeboxone.docbook">
<!ENTITY g15 SYSTEM "drivers/g15.docbook">
<!ENTITY glcdlib SYSTEM "drivers/glcdlib.docbook">