From 735819b9a62e72d30523665313715aec24920de6 Mon Sep 17 00:00:00 2001 From: reinelt Date: Sun, 18 Feb 2001 20:16:54 +0000 Subject: [lcd4linux @ 2001-02-18 20:16:13 by reinelt] git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@83 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- CREDITS | 41 +++++++++++++++++++++++++++++++++++++++++ Makefile.am | 1 + Makefile.in | 2 +- 3 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 CREDITS diff --git a/CREDITS b/CREDITS new file mode 100644 index 0000000..ce1633d --- /dev/null +++ b/CREDITS @@ -0,0 +1,41 @@ +Herbert Rosmanith + X11 driver + CrystalFontz driver + lots of ideas and bugfixes + +Michael Mueller + support for Beckmann & Egle driver + +Michael Renzmann + testing various displays with HD44780 driver + +Thomas Skyt Jessen + support and tests for the HD44780 driver + +Gregor Szaktilla + translation tables (not yet done) + +Paul Anderson + support for Java LCD display simulator (not yet done) + +J Robert Ray + support for PalmOrb driver + +Ghassan Matar + lots of ideas + +Axel Ehnert + email counter and seti@home support + +Carsten Nau + HD44780 GPO support & documentation + %ic ISDN online support + +Helmut A. Bender + T6963C support + +Simon Wood + ideas and bugfixes + + +last but not least: the guys at SourceForge! diff --git a/Makefile.am b/Makefile.am index a4eef06..9e4230a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,6 +41,7 @@ lcd4kde.conf \ lcd4linux.kdelnk \ lcd4linux.xpm \ lcd4linux.lsm \ +CREDITS \ FAQ \ TODO \ README.Drivers \ diff --git a/Makefile.in b/Makefile.in index 4106306..f46d20f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -76,7 +76,7 @@ lcd4linux_LDFLAGS = $(X_LIBS) lcd4linux_SOURCES = lcd4linux.c debug.c debug.h cfg.c cfg.h lock.c lock.h parser.c parser.h processor.c processor.h system.c system.h isdn.c isdn.h filter.c filter.h udelay.c udelay.h display.c display.h pixmap.c pixmap.h fontmap.c fontmap.h Skeleton.c MatrixOrbital.c BeckmannEgle.c HD44780.c Crystalfontz.c Crystalfontz.h SIN.c PalmPilot.c Raster.c XWindow.c -EXTRA_DIST = lcd4linux.conf.sample lcd4kde.conf lcd4linux.kdelnk lcd4linux.xpm lcd4linux.lsm FAQ TODO README.Drivers README.MatrixOrbital README.HD44780 README.Crystalfontz README.X11 README.KDE README.Raster +EXTRA_DIST = lcd4linux.conf.sample lcd4kde.conf lcd4linux.kdelnk lcd4linux.xpm lcd4linux.lsm CREDITS FAQ TODO README.Drivers README.MatrixOrbital README.HD44780 README.Crystalfontz README.X11 README.KDE README.Raster ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -- cgit v1.2.3