X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Flcd_hd44.h;h=ceebb132ee9d22158b4bb83e975ab0b3711fc968;hb=888da1bd988d54b4036a8a4bfd79a52ef9fd7486;hp=42f149f32c0c7c2f27b6e0f6197578568fd585e9;hpb=d62963b4a64efe8d2917f489fefaf586a9a99126;p=bertos.git diff --git a/bertos/drv/lcd_hd44.h b/bertos/drv/lcd_hd44.h index 42f149f3..ceebb132 100644 --- a/bertos/drv/lcd_hd44.h +++ b/bertos/drv/lcd_hd44.h @@ -30,17 +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.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 */ /**