add new parts of serialVFD driver (Stefan Herdler

This commit is contained in:
marschap
2006-05-20 14:39:32 +00:00
parent 8ba4e54a3b
commit 501536cdda
4 changed files with 556 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
/* This is the LCDproc driver for various serial VFD Devices
Copyright (C) 2006 Stefan Herdler
2006-05-16 Version 0.3: everything should work (not all hardware tested!)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 */
#ifndef SERIALVFD_DISPLAYS_H
#define SERIALVFD_DISPLAYS_H
#include "lcd.h"
#include "serialVFD.h"
void serialVFD_load_display_data(Driver *drvthis);
#endif