X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Flcd_hd44.h;h=5a73b49acafc9478cae41d7d7032019ed14945e4;hb=fbb255258c626502f8d7ba583ca138f903e03b75;hp=0ebba9749db37940b094cc0c902842d9c7e50cb2;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/drv/lcd_hd44.h b/bertos/drv/lcd_hd44.h index 0ebba974..5a73b49a 100644 --- a/bertos/drv/lcd_hd44.h +++ b/bertos/drv/lcd_hd44.h @@ -30,17 +30,23 @@ * * --> * - * \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.h" + * $WIZ$ module_hw = "bertos/hw/hw_lcd.h" */ #ifndef DRV_LCD_HD44_H #define DRV_LCD_HD44_H -#include +#include "cfg/cfg_lcd.h" #include /* For stdint types */ /**