Base: LCDproc 0.5.2
[lcdproc-de200c.git] / server / drivers / serialVFD_displays.h
blobbbd0eb7034592218e9cb35edf10d2ee9f4f2d642
1 /* This is the LCDproc driver for various serial VFD Devices
3 Copyright (C) 2006 Stefan Herdler
5 2006-05-16 Version 0.3: everything should work (not all hardware tested!)
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2 of the License, or
10 any later version.
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 */
21 #ifndef SERIALVFD_DISPLAYS_H
22 #define SERIALVFD_DISPLAYS_H
24 #include "lcd.h"
25 #include "serialVFD.h"
27 void serialVFD_load_display_data(Driver *drvthis);
28 #endif