]> git.karo-electronics.de Git - oswald.git/blobdiff - ui/LcdDisplay.h
Bluetooth handling, screen reworks for icons
[oswald.git] / ui / LcdDisplay.h
index e2725c921b53a1d6dd08b66d5ef5dbc1fee87c4a..42152f09182a04aec2af69729e0d11951af62633 100644 (file)
@@ -3,6 +3,7 @@
 
 // #include "oswald_hal.h"
 
+void oswald_draw_bitmap(const uint8_t xstart, const uint8_t ystart, const uint8_t width, const uint8_t height, const void *bmp);
 void DrawLcdLineBresenham(u8t xstart, u8t ystart, u8t xend, u8t yend);
 void DrawLcdLineBresenhamWW(u8t xstart, u8t ystart, u8t xend, u8t yend, u8t thickness);
 u8t WriteLcdCharacter(u8t x, u8t y, u8t Character);