Home
last modified time | relevance | path

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

/GUIX-v6.2.1/samples/demo_guix_home_automation/
Dthermostat.c77 gx_numeric_prompt_value_set(&thermostat_screen.thermostat_screen_num_on, enabled); in thermostat_screen_bottom_info_update()
80 gx_numeric_prompt_value_set(&thermostat_screen.thermostat_screen_num_off, disabled); in thermostat_screen_bottom_info_update()
83 gx_numeric_prompt_value_set(&thermostat_screen.thermostat_screen_energy_in_use, energy_in_use); in thermostat_screen_bottom_info_update()
252 …gx_animation_drag_disable(&slide_animation, (GX_WIDGET *)&thermostat_screen.base.screen_base_slide… in thermostat_screen_animation_start()
255 pagination_button_enable_disable((GX_WINDOW *)&thermostat_screen.base, GX_FALSE); in thermostat_screen_animation_start()
372 gx_prompt_text_id_set(&thermostat_screen.base.screen_base_add_text, GX_STRING_ID_ADD_ROOM); in thermostat_screen_init()
Dscreen_base.c81 (GX_WIDGET *)&thermostat_screen.thermostat_screen_pagination_1,
82 (GX_WIDGET *)&thermostat_screen.thermostat_screen_pagination_2,
83 (GX_WIDGET *)&thermostat_screen.thermostat_screen_pagination_3,
84 (GX_WIDGET *)&thermostat_screen.thermostat_screen_pagination_4,
91 { &thermostat_screen.base, thermostat_win_list, thermostat_pagination_list},
573 base = &thermostat_screen.base; in on_footer_menu_clicked()
Ddemo_guix_home_automation.c414 …gx_numeric_prompt_value_set(&thermostat_screen.thermostat_screen_overall_today, app_info.overall_e… in clock_update()
Ddemo_guix_home_automation_specifications.h660 extern THERMOSTAT_SCREEN_CONTROL_BLOCK thermostat_screen;
Ddemo_guix_home_automation_specifications.c23 THERMOSTAT_SCREEN_CONTROL_BLOCK thermostat_screen; variable
10201 { &thermostat_screen_define, (GX_WIDGET *) &thermostat_screen },