comparison 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
comparison
equal deleted inserted replaced
532:72ae62440597 533:dfac393b2199
3887 3887
3888 btfss FLAG_ccr_mode 3888 btfss FLAG_ccr_mode
3889 bra TFT_mask_ppo2a ; not in CC mode 3889 bra TFT_mask_ppo2a ; not in CC mode
3890 btfsc is_bailout 3890 btfsc is_bailout
3891 bra TFT_mask_ppo2a ; in CC mode but in bailout 3891 bra TFT_mask_ppo2a ; in CC mode but in bailout
3892 WIN_TINY dm_custom_ceiling_ppo2_column_dil,dm_custom_ceiling_text_row ; NEW position for loger text
3892 STRCPY_TEXT_PRINT tppO2Dil ; in CC mode and not bailout 3893 STRCPY_TEXT_PRINT tppO2Dil ; in CC mode and not bailout
3893 goto TFT_standard_color ; and return... 3894 goto TFT_standard_color ; and return...
3894 3895
3895 TFT_mask_ppo2a: 3896 TFT_mask_ppo2a:
3896 3897 WIN_TINY dm_custom_ceiling_ppo2_column, dm_custom_ceiling_text_row
3897 STRCPY_TEXT_PRINT tppO2 ; in all other modes 3898 STRCPY_TEXT_PRINT tppO2 ; in all other modes
3898 goto TFT_standard_color; and return... 3899 goto TFT_standard_color; and return...
3899 3900
3900 global TFT_display_ppo2_val 3901 global TFT_display_ppo2_val
3901 TFT_display_ppo2_val: 3902 TFT_display_ppo2_val: