]> git.karo-electronics.de Git - oswald.git/blobdiff - ui/oswald_hal.h
Add version information and info screen, some more work on the accel screen
[oswald.git] / ui / oswald_hal.h
index f0ab7a4b2d561bbde26da80c0db735917052a89a..ad877d048f9e39d6f40f5ecb62d71b251cb042c3 100644 (file)
@@ -5,6 +5,10 @@
  * these functions must be implemented for a concrete hardware
  */
 
+const char *hal_get_version_string(void);
+const char *hal_get_buildno_string(void);
+const char *hal_get_radio_version_string(void);
+
 void hal_lcd_set_pixel(uint8_t x, uint8_t y, uint8_t color);
 void hal_lcd_clear_display(void);
 void hal_lcd_update_display(void);