comparison src/tft_outputs.asm @ 247:5968af2839a4

BUGFIX: Always update CCR sensor data in Sensor-Menu
author heinrichsweikamp
date Fri, 13 Mar 2015 10:49:43 +0100
parents 6c4ad243cb44
children afe73e1a0181
comparison
equal deleted inserted replaced
246:f345a55c92e0 247:5968af2839a4
1169 call TFT_standard_color 1169 call TFT_standard_color
1170 return 1170 return
1171 1171
1172 global TFT_menu_hud 1172 global TFT_menu_hud
1173 TFT_menu_hud: ; Yes, update HUD data 1173 TFT_menu_hud: ; Yes, update HUD data
1174 call compute_ppo2 ; compute mv_sensorX and ppo2_sensorX arrays
1174 call TFT_attention_color ; show in yellow 1175 call TFT_attention_color ; show in yellow
1175 bsf leftbind 1176 bsf leftbind
1176 WIN_SMALL surf_menu_sensor1_column,surf_menu_sensor1_row 1177 WIN_SMALL surf_menu_sensor1_column,surf_menu_sensor1_row
1177 movff o2_ppo2_sensor1,lo 1178 movff o2_ppo2_sensor1,lo
1178 clrf hi 1179 clrf hi