2000-02-21 11:24:09 +00:00
|
|
|
#ifndef HD_LCDSTAT_H
|
|
|
|
|
#define HD_LCDSTAT_H
|
|
|
|
|
|
2000-04-03 22:13:57 +00:00
|
|
|
#include "lcd.h" /* for lcd_logical_driver */
|
|
|
|
|
#include "hd44780-low.h" /* for HD44780_functions */
|
2000-02-21 11:24:09 +00:00
|
|
|
|
|
|
|
|
// initialise this particular driver
|
2000-03-30 20:20:41 +00:00
|
|
|
int hd_init_4bit (HD44780_functions * hd44780_functions, lcd_logical_driver * driver, char *args, unsigned int port);
|
2000-02-21 11:24:09 +00:00
|
|
|
|
|
|
|
|
#endif
|