2009-05-11 06:23:39 +00:00
|
|
|
#ifndef HD_USBLCD_H
|
|
|
|
|
#define HD_USBLCD_H
|
|
|
|
|
|
|
|
|
|
#include "lcd.h" /* for lcd_logical_driver */
|
|
|
|
|
#include "hd44780-low.h" /* for HD44780_functions */
|
|
|
|
|
|
2009-09-14 18:36:44 +00:00
|
|
|
// initialise this particular driver
|
2009-05-11 06:23:39 +00:00
|
|
|
int hd_init_usblcd(Driver *drvthis);
|
|
|
|
|
|
|
|
|
|
#endif
|