]> git.karo-electronics.de Git - oswald.git/blobdiff - ui/LcdDisplay.h
Add fixes for it to work properly on microcontroller
[oswald.git] / ui / LcdDisplay.h
index bcd670fca16171ad4de3114d07b73022656e305e..d06583d16109931189ed43caab06a99ff9905bd0 100644 (file)
@@ -6,7 +6,8 @@
 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, u8t *str);
+void WriteLcdString(u8t x, u8t y, char *str);
+void WriteLcdNumber(u8t x, u8t y, s16t number);
 
 #endif