diff options
author | herp <> | 2000-05-02 23:07:48 +0000 |
---|---|---|
committer | herp <> | 2000-05-02 23:07:48 +0000 |
commit | 02c50cc95ba8ef99b87184cf9032af8e7e41bdd2 (patch) | |
tree | 211258e606758285e45ae4abb162f84c50baac8d /display.c | |
parent | 121b4b547f99e54ad7d30a313e55d105717794a6 (diff) | |
download | lcd4linux-02c50cc95ba8ef99b87184cf9032af8e7e41bdd2.tar.gz |
[lcd4linux @ 2000-05-02 23:07:48 by herp]
Crystalfontz initial coding
Diffstat (limited to 'display.c')
-rw-r--r-- | display.c | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |