Files
lcdproc/server/drivers/hd44780-uss720.h
T

11 lines
184 B
C

#ifndef HD_USS720_H
#define HD_USS720_H
#include "lcd.h" /* for Driver */
#include "hd44780-low.h"
// initialise this particular driver
int hd_init_uss720(Driver *drvthis);
#endif