X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Flcd_rit128x96.c;h=f917cbb71b1ddf6bde38c264ea1c639e2a35f4da;hb=78d223e73e58bdd267f59994a52c618b4eb277fa;hp=03140ba5b43f41665fa7e4a4971c430186bd53d4;hpb=fc5db93eee46b6cf45bdcdd45390bacd7de15d5b;p=bertos.git diff --git a/bertos/drv/lcd_rit128x96.c b/bertos/drv/lcd_rit128x96.c index 03140ba5..f917cbb7 100644 --- a/bertos/drv/lcd_rit128x96.c +++ b/bertos/drv/lcd_rit128x96.c @@ -35,10 +35,13 @@ * \author Andrea Righi */ +#include "lcd_rit128x96.h" + +#include "hw/hw_rit128x96.h" + #include #include -#include "lcd_rit128x96.h" /* * Hard-coded command initialization sequence. @@ -201,7 +204,7 @@ void rit128x96_blitBitmap(const Bitmap *bm) void rit128x96_init(void) { /* Initialize the communication bus */ - lcd_bus_init(); + lcd_rit128x96_hw_bus_init(); /* Turn on the OLED display */ rit128x96_on();