sam3: add twi definitions for SAM3N, SAM3S and SAM3U
[bertos.git] / bertos / drv / lcd_ili9225.h
index e365b4e501c61074431283fe3a9c4ba3804af365..3be2f41fb0ec6225c41e599ca9b42a814dc25674 100644 (file)
@@ -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 */