Home
last modified time | relevance | path

Searched refs:standing_minutes (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.2.1/samples/demo_guix_smart_watch/
Dpage_3_stand_screen.c8 static INT standing_minutes = 140; variable
16 return (standing_minutes * 100 / standing_minutes_target); in get_standing_progress_val()
49 …_prompt_value_set(&stand_screen.stand_screen_stand_hour, CAL_ANIMATION_VAL(standing_minutes / 60)); in animation_update()
50 …rompt_value_set(&stand_screen.stand_screen_stand_minute, CAL_ANIMATION_VAL(standing_minutes % 60)); in animation_update()
53 …alue_set(&stand_screen.stand_screen_progress_val, CAL_ANIMATION_VAL(standing_minutes * 100 / stand… in animation_update()
54 …ar_value_set(&stand_screen.stand_screen_progress, CAL_ANIMATION_VAL(standing_minutes * (-360) / st… in animation_update()