Searched refs:lights_screen (Results 1 – 5 of 5) sorted by relevance
| /GUIX-v6.2.1/samples/demo_guix_home_automation/ |
| D | lights.c | 98 gx_numeric_prompt_value_set(&lights_screen.lights_screen_num_on, enabled); in update_bottom_info_of_lights() 101 gx_numeric_prompt_value_set(&lights_screen.lights_screen_num_off, disabled); in update_bottom_info_of_lights() 104 gx_numeric_prompt_value_set(&lights_screen.lights_screen_energy_in_use, energy_in_use); in update_bottom_info_of_lights() 270 …gx_animation_drag_disable(&slide_animation, (GX_WIDGET *)&lights_screen.base.screen_base_slide_win… in lights_screen_animation_start() 273 pagination_button_enable_disable((GX_WINDOW *)&lights_screen.base, GX_FALSE); in lights_screen_animation_start() 409 gx_prompt_text_id_set(&lights_screen.base.screen_base_add_text, GX_STRING_ID_ADD_LIGHT); in lights_screen_init()
|
| D | screen_base.c | 56 (GX_WIDGET *)&lights_screen.lights_screen_pagination_1, 57 (GX_WIDGET *)&lights_screen.lights_screen_pagination_2, 58 (GX_WIDGET *)&lights_screen.lights_screen_pagination_3, 59 (GX_WIDGET *)&lights_screen.lights_screen_pagination_4, 90 { &lights_screen.base, lights_win_list, lights_pagination_list}, 569 base = &lights_screen.base; in on_footer_menu_clicked()
|
| D | demo_guix_home_automation.c | 413 …gx_numeric_prompt_value_set(&lights_screen.lights_screen_overall_today, app_info.overall_energy_to… in clock_update()
|
| D | demo_guix_home_automation_specifications.h | 666 extern LIGHTS_SCREEN_CONTROL_BLOCK lights_screen;
|
| D | demo_guix_home_automation_specifications.c | 28 LIGHTS_SCREEN_CONTROL_BLOCK lights_screen; variable 10206 { &lights_screen_define, (GX_WIDGET *) &lights_screen },
|