X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Flcd_hd44.c;h=959878fd1053248a611a02a6b48edfe29f49663c;hb=ace763b5b14815d68df57869eed86c4f964ff967;hp=aa69b36b219ccdc9505ebba2040bffa19e670299;hpb=0504ee9ed470e3b4705065736efd5943b5023dbf;p=bertos.git diff --git a/bertos/drv/lcd_hd44.c b/bertos/drv/lcd_hd44.c index aa69b36b..959878fd 100644 --- a/bertos/drv/lcd_hd44.c +++ b/bertos/drv/lcd_hd44.c @@ -38,7 +38,7 @@ #include "lcd_hd44.h" -#include "hw/hw_lcd.h" +#include "hw/hw_lcd_hd44.h" #include "cfg/cfg_arch.h" @@ -400,7 +400,7 @@ void lcd_remapfont(void) void lcd_hw_init(void) { - lcd_bus_init(); + lcd_hd44_hw_bus_init(); timer_delay(50);