X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fdrv%2Flcd_ili9225.h;h=3be2f41fb0ec6225c41e599ca9b42a814dc25674;hb=e25abecb6a6ff52917d44d1331e5af831aeceb9c;hp=e365b4e501c61074431283fe3a9c4ba3804af365;hpb=dbdfdb39b80573098140a42d2a1704f43f4c40c0;p=bertos.git diff --git a/bertos/drv/lcd_ili9225.h b/bertos/drv/lcd_ili9225.h index e365b4e5..3be2f41f 100644 --- a/bertos/drv/lcd_ili9225.h +++ b/bertos/drv/lcd_ili9225.h @@ -34,6 +34,7 @@ * * $WIZ$ module_name = "lcd_ili9225" * $WIZ$ module_hw = "bertos/hw/hw_ili9225.h" + * $WIZ$ module_depends = "timer", "kfile" */ #ifndef LCD_ILI9225_H @@ -55,5 +56,6 @@ void lcd_ili9225_off(void); void lcd_ili9225_blitRaw(const uint8_t *data, uint8_t x, uint8_t y, uint8_t width, uint8_t height); void lcd_ili9225_blitBitmap(const Bitmap *bm); +void lcd_ili9225_blitBitmap24(int x, int y, int width, int height, const char *bmp); #endif /* LCD_ILI9225_H */