X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Flcd_hd44.c;h=959878fd1053248a611a02a6b48edfe29f49663c;hb=972de11e7e351a75de64449750c4d672c7584b4c;hp=2592c0312fa2dd58917863f4083e9f38c0723178;hpb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;p=bertos.git diff --git a/bertos/drv/lcd_hd44.c b/bertos/drv/lcd_hd44.c index 2592c031..959878fd 100644 --- a/bertos/drv/lcd_hd44.c +++ b/bertos/drv/lcd_hd44.c @@ -32,15 +32,13 @@ * * \brief LM044L type LCD hardware module (impl.) * - * \version $Id$ - * * \author Bernie Innocenti * \author Stefano Fedrigo */ #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);