Add template projects description.
[bertos.git] / bertos / drv / lcd_hd44.c
index 1cd1cccb6b8b697247cbedeba5d4b0fc0dd8c847..959878fd1053248a611a02a6b48edfe29f49663c 100644 (file)
  *
  * \brief LM044L type LCD hardware module (impl.)
  *
- * \version $Id$
- *
- * \author Bernardo Innocenti <bernie@develer.com>
+ * \author Bernie Innocenti <bernie@codewiz.org>
  * \author Stefano Fedrigo <aleph@develer.com>
  */
 
 #include "lcd_hd44.h"
 
-#include "hw/hw_lcd.h"
+#include "hw/hw_lcd_hd44.h"
 
 #include "cfg/cfg_arch.h"
 
@@ -402,7 +400,7 @@ void lcd_remapfont(void)
 
 void lcd_hw_init(void)
 {
-       lcd_bus_init();
+       lcd_hd44_hw_bus_init();
 
        timer_delay(50);