Files
lcdproc/server/drivers/hd44780-4bit.h
T

10 lines
164 B
C
Raw Normal View History

#ifndef HD_LCDSTAT_H
#define HD_LCDSTAT_H
2001-12-30 00:15:25 +00:00
#include "lcd.h" /* for Driver */
// initialise this particular driver
2007-04-04 13:52:38 +00:00
int hd_init_4bit(Driver *drvthis);
#endif