#include "lcd_hd44.h"
-#include "hw/hw_lcd.h"
+#include "hw/hw_lcd_hd44.h"
#include "cfg/cfg_arch.h"
void lcd_hw_init(void)
{
- lcd_bus_init();
+ lcd_hd44_hw_bus_init();
timer_delay(50);
*
* $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"
+ * $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 <cfg/compiler.h> /* For stdint types */
/**
*
* \brief LM044L type LCD hardware module (impl.)
*
- * \version $Id$
* \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/test.h>
#include <drv/timer.h>