X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Flcd_hd44.h;h=de7f122b2d906166cb8a1ed80666b0db8cdb4b51;hb=30e2d1dd4de05196b9d9f1268732cca50573f700;hp=347de14028c0676076c9d44764247663e4ae2821;hpb=cea014dab5c1bb6235dbe49ec768c1f238816811;p=bertos.git diff --git a/bertos/drv/lcd_hd44.h b/bertos/drv/lcd_hd44.h index 347de140..de7f122b 100644 --- a/bertos/drv/lcd_hd44.h +++ b/bertos/drv/lcd_hd44.h @@ -30,18 +30,21 @@ * * --> * - * \brief Hitachi HD44780 and clones LCD module (interface) + * \brief Hitachi HD44780 and clones LCD module. * - * \version $Id$ - * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo + * + * $WIZ$ module_name = "lcd_hd44" + * $WIZ$ module_depends = "timer" + * $WIZ$ module_configuration = "bertos/cfg/cfg_lcd_hd44.h" + * $WIZ$ module_hw = "bertos/hw/hw_lcd_hd44.h" */ #ifndef DRV_LCD_HD44_H #define DRV_LCD_HD44_H -#include "cfg/cfg_lcd.h" +#include "cfg/cfg_lcd_hd44.h" #include /* For stdint types */ /**