Searched refs:MPH_values (Results 1 – 1 of 1) sorted by relevance
| /GUIX-v6.2.1/samples/demo_guix_car_infotainment/ |
| D | demo_guix_car_infotainment.c | 45 static INT MPH_values[] = { 45, 46, 48, 50, 54, 56, 57, 58, 60, 64, 68 }; variable 188 if (MPH_value_index + 1 < sizeof(MPH_values) / sizeof(INT)) in speedometer_aniomation_update() 197 gx_numeric_prompt_value_set(&main_screen.main_screen_MPH_val, MPH_values[MPH_value_index]); in speedometer_aniomation_update() 200 …angle = MPH_values[MPH_value_index] * (info->gx_radial_slider_info_max_angle - info->gx_radial_sli… in speedometer_aniomation_update()
|