diff src/customview.asm @ 192:efe70488a04b

voting logic for external monitoring
author heinrichsweikamp
date Mon, 03 Nov 2014 17:25:19 +0100
parents e79bc535ef9e
children 973a0969e0ac
line wrap: on
line diff
--- a/src/customview.asm	Thu Oct 30 17:45:50 2014 +0100
+++ b/src/customview.asm	Mon Nov 03 17:25:19 2014 +0100
@@ -58,7 +58,7 @@
     call    TFT_update_avr_stopwatch        ; Update average depth and stopwatch
     return
 customview_1sec_view1:
-    call    TFT_update_hud                  ; Update HUD data
+    call    TFT_update_ppo2_sensors         ; Update Sensor data
     return
 customview_1sec_view4:
     call    TFT_ead_end_tissues_clock       ; Update EAD/END, Tissues and clock
@@ -381,7 +381,7 @@
     bsf     dive_hud2_displayed         ; Set display flag
     bsf     dive_hud3_displayed         ; Set display flag
     call    TFT_hud_mask                ; Setup HUD mask
-    call    TFT_update_hud              ; Update HUD data
+    call    TFT_update_ppo2_sensors     ; Update Sensor data
 	bra		customview_toggle_exit	
 
 customview_init_view2: