]> git.karo-electronics.de Git - oswald.git/blobdiff - ui/oswald_main.h
Countless fixes and enhancements
[oswald.git] / ui / oswald_main.h
index 679c03f806c5c6ace66240a7643d062a8a8fec03..28c5691538c23664b0ff84dd08bcac488f6f1dd2 100644 (file)
@@ -11,12 +11,16 @@ extern watch_screen OswaldScreens[];
 void oswald_one_second_tick();
 
 /* sets internal 'RTC' time */
 void oswald_one_second_tick();
 
 /* sets internal 'RTC' time */
-void oswald_set_time(u8t hour, u8t minute, u8t second);
+void oswald_set_time(u8t hour, u8t minute, u8t second, boolean clk24hr);
+void oswald_set_date(u8t day, u8t month, u16t year, boolean day_first);
 
 void oswald_handle_button_press(watch_button button);
 void oswald_handle_accel_event(u8t x, u8t y, u8t z);
 void oswald_handle_ambientlight_event(u8t light_level);
 void oswald_handle_idle_event(void);
 
 void oswald_handle_button_press(watch_button button);
 void oswald_handle_accel_event(u8t x, u8t y, u8t z);
 void oswald_handle_ambientlight_event(u8t light_level);
 void oswald_handle_idle_event(void);
+void oswald_one_second_tick(void);
+void oswald_halfsecond_tick(void);
+void oswald_centisecond_tick(void);
 void oswald_init(void);
 
 #endif
 void oswald_init(void);
 
 #endif