aboutsummaryrefslogtreecommitdiffstats
path: root/display.c
diff options
context:
space:
mode:
authorherp <herp@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-05-02 23:07:48 +0000
committerherp <herp@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-05-02 23:07:48 +0000
commit6373b1b0c309ef99f98295cfc70b5411c96afce2 (patch)
tree211258e606758285e45ae4abb162f84c50baac8d /display.c
parent23a1214b15e7750a9cd0b849c394ba90824bd638 (diff)
downloadlcd4linux-6373b1b0c309ef99f98295cfc70b5411c96afce2.tar.gz
[lcd4linux @ 2000-05-02 23:07:48 by herp]
Crystalfontz initial coding git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@54 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'display.c')
-rw-r--r--display.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/display.c b/display.c
index 92f5943..1925d00 100644
--- a/display.c
+++ b/display.c
@@ -1,4 +1,4 @@
-/* $Id: display.c,v 1.17 2000/05/02 06:05:00 reinelt Exp $
+/* $Id: display.c,v 1.18 2000/05/02 23:07:48 herp Exp $
*
* framework for device drivers
*
@@ -20,6 +20,9 @@
*
*
* $Log: display.c,v $
+ * Revision 1.18 2000/05/02 23:07:48 herp
+ * Crystalfontz initial coding
+ *
* Revision 1.17 2000/05/02 06:05:00 reinelt
*
* driver for 3Com Palm Pilot added
@@ -133,6 +136,7 @@ extern LCD Skeleton[];
extern LCD MatrixOrbital[];
extern LCD BeckmannEgle[];
extern LCD HD44780[];
+extern LCD Crystalfontz[];
extern LCD PalmPilot[];
extern LCD Raster[];
extern LCD XWindow[];
@@ -142,6 +146,7 @@ FAMILY Driver[] = {
{ "Matrix Orbital", MatrixOrbital },
{ "Beckmann+Egle", BeckmannEgle },
{ "HD 44780 based", HD44780 },
+ { "Crystalfontz", Crystalfontz },
{ "3Com Palm Pilot", PalmPilot },
{ "Raster", Raster },
#ifndef X_DISPLAY_MISSING