Re-add hd44780-usblcd connection type for devices made by Adams IT Services.
This driver has been part of v0.4.5 but was never ported to v0.5.x.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef HD_USBLCD_H
|
||||
#define HD_USBLCD_H
|
||||
|
||||
#include "lcd.h" /* for lcd_logical_driver */
|
||||
#include "hd44780-low.h" /* for HD44780_functions */
|
||||
|
||||
// initialise this particular driver, args is probably not used but keep
|
||||
// for consistency
|
||||
int hd_init_usblcd(Driver *drvthis);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user