]> git.karo-electronics.de Git - oswald.git/blobdiff - ui/LcdDisplay.h
Oh boy... lots of changes, too many to describe
[oswald.git] / ui / LcdDisplay.h
index d06583d16109931189ed43caab06a99ff9905bd0..e2725c921b53a1d6dd08b66d5ef5dbc1fee87c4a 100644 (file)
@@ -1,12 +1,12 @@
 #ifndef _LcdDisplay_h
 #define _LcdDisplay_h
 
-#include "oswald-ui.h"
+// #include "oswald_hal.h"
 
 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);
-void WriteLcdString(u8t x, u8t y, char *str);
+u8t WriteLcdString(u8t x, u8t y, char *str);
 void WriteLcdNumber(u8t x, u8t y, s16t number);
 
 #endif