]> git.karo-electronics.de Git - oswald.git/blobdiff - ui/LcdDisplay.h
Redesign to an event based handling
[oswald.git] / ui / LcdDisplay.h
index 385135abeef6202f8ec2359df1e9ab57af24a432..bcd670fca16171ad4de3114d07b73022656e305e 100644 (file)
@@ -3,7 +3,10 @@
 
 #include "oswald-ui.h"
 
-void update_idle_time_date(oswald_ui *ui);
+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);
 
 #endif