X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Flcd_rit128x96.h;h=fedbe29678b9638b5e621c863836ea3e6e1a0846;hb=d76509a30e7b0ff2440538e2a06210dc64da9214;hp=3aa8e7602ecb269f36b8c8b248767d9a33973670;hpb=7ded58114194b75f629e0ddfafafc44083cad17c;p=bertos.git diff --git a/bertos/drv/lcd_rit128x96.h b/bertos/drv/lcd_rit128x96.h index 3aa8e760..fedbe296 100644 --- a/bertos/drv/lcd_rit128x96.h +++ b/bertos/drv/lcd_rit128x96.h @@ -31,6 +31,9 @@ * --> * * \brief OLED-RIT-128x96 (P14201) graphic display driver + * + * $WIZ$ module_name = "lcd_rit128x96" + * $WIZ$ module_hw = "bertos/hw/hw_rit128x96.h" */ #ifndef LCD_LM3S_H @@ -42,9 +45,10 @@ #define LCD_WIDTH 128 #define LCD_HEIGHT 96 -void rit128x96_lcd_blitBitmap(const Bitmap *bm); -void rit128x96_lcd_on(void); -void rit128x96_lcd_off(void); -void rit128x96_lcd_init(void); +void rit128x96_blitRaw(const uint8_t *data, uint8_t width, uint8_t height); +void rit128x96_blitBitmap(const Bitmap *bm); +void rit128x96_on(void); +void rit128x96_off(void); +void rit128x96_init(void); #endif /* LCD_LM3S_H */