Files

10 lines
164 B
C
Raw Permalink Normal View History

2016-07-28 13:50:23 +02:00
#ifndef HD_LCM162_H
#define HD_LCM162_H
#include "lcd.h" /* for Driver */
// initialise this particular driver
int hd_init_lcm162(Driver *drvthis);
#endif