comparison src/customview.asm @ 517:d339c9e1175d

CHANGE: Show actual GF (Not relative) in custom views in dive mode
author heinrichsweikamp
date Thu, 03 Aug 2017 17:03:05 +0200
parents 4542d03f748a
children 00df86a5ac01
comparison
equal deleted inserted replaced
516:2ef8cf6b320d 517:d339c9e1175d
504 ; ppO2 value 504 ; ppO2 value
505 call TFT_mask_ppo2 505 call TFT_mask_ppo2
506 call TFT_display_ppo2_val 506 call TFT_display_ppo2_val
507 507
508 ; current GF value 508 ; current GF value
509 extern char_I_deco_model
510 TSTOSS char_I_deco_model ; 0 = ZH-L16, 1 = ZH-L16-GF
511 bra customview_toggle_exit ; No GF info for non-GF modes
512 call TFT_gf_mask_cGF ; Setup Mask - current GF only 509 call TFT_gf_mask_cGF ; Setup Mask - current GF only
513 call TFT_gf_info ; Show GF informations 510 call TFT_gf_info ; Show GF informations
514 bra customview_toggle_exit 511 bra customview_toggle_exit
515 512
516 ;============================================================================= 513 ;=============================================================================