Home
last modified time | relevance | path

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

/GUIX-v6.2.1/samples/demo_guix_smart_watch/
Dpage_2_home_screen.c19 static GX_RESOURCE_ID month_name_ids[] = { variable
108 gx_widget_string_get_ext(&home_screen, month_name_ids[system_time.month - 1], &string); in screen_time_update()
/GUIX-v6.2.1/samples/demo_guix_medical/
Dschedule.c20 UINT month_name_ids[] = { variable
79 gx_prompt_text_id_set(&schedule_screen.schedule_screen_month, month_name_ids[ts->tm_mon]); in update_date()