diff src/tft_outputs.asm @ 533:dfac393b2199

CHANGE: CCR Calibration gas range limited to O2% 21-25 and 95-100 to save button presses Layout adjustsments in divemode (CCR ppO2(Dil)
author heinrichsweikamp
date Mon, 21 Aug 2017 14:55:36 +0200
parents d36f9fca10ae
children cf68fe0c3002
line wrap: on
line diff
--- a/src/tft_outputs.asm	Mon Aug 21 14:25:02 2017 +0200
+++ b/src/tft_outputs.asm	Mon Aug 21 14:55:36 2017 +0200
@@ -3889,11 +3889,12 @@
     bra	    TFT_mask_ppo2a	; not in CC mode 
     btfsc   is_bailout 
     bra	    TFT_mask_ppo2a	; in CC mode but in bailout 
+    WIN_TINY dm_custom_ceiling_ppo2_column_dil,dm_custom_ceiling_text_row ; NEW position for loger text
     STRCPY_TEXT_PRINT tppO2Dil	; in CC mode and not bailout 
     goto    TFT_standard_color ; and return... 
 
 TFT_mask_ppo2a:
-    
+    WIN_TINY  dm_custom_ceiling_ppo2_column, dm_custom_ceiling_text_row
     STRCPY_TEXT_PRINT tppO2	; in all other modes
     goto    TFT_standard_color; and return...