comparison src/tft_outputs.inc @ 628:cd58f7fc86db

3.05 stable work
author heinrichsweikamp
date Thu, 19 Sep 2019 12:01:29 +0200
parents c40025d8e750
children 185ba2f91f59
comparison
equal deleted inserted replaced
627:bf5fee575701 628:cd58f7fc86db
1 ;============================================================================= 1 ;=============================================================================
2 ; 2 ;
3 ; File tft_outputs.inc next combined generation V3.03.2 3 ; File tft_outputs.inc next combined generation V3.03.8
4 ; 4 ;
5 ; 5 ;
6 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. 6 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved.
7 ;============================================================================= 7 ;=============================================================================
8 ; HISTORY 8 ; HISTORY
51 extern TFT_show_color_schemes ; update the color schemes 51 extern TFT_show_color_schemes ; update the color schemes
52 extern TFT_show_time_date_menu 52 extern TFT_show_time_date_menu
53 extern TFT_show_time_date_menu_fast 53 extern TFT_show_time_date_menu_fast
54 extern TFT_show_serial_and_firmware 54 extern TFT_show_serial_and_firmware
55 extern TFT_show_firmware 55 extern TFT_show_firmware
56 extern info_menu_total_dives
56 57
57 ; Dive Mode 58 ; Dive Mode
58 extern TFT_show_cns 59 extern TFT_show_cns
59 extern TFT_show_divetime 60 extern TFT_show_divetime
60 extern TFT_show_depth 61 extern TFT_show_depth
118 extern TFT_decoplan ; data for deco plan 119 extern TFT_decoplan ; data for deco plan
119 extern TFT_ceiling_GF_tissue_mask ; mask for ceiling, current GF and tissues 120 extern TFT_ceiling_GF_tissue_mask ; mask for ceiling, current GF and tissues
120 extern TFT_ceiling_GF_tissue ; data for ceiling, current GF and tissues 121 extern TFT_ceiling_GF_tissue ; data for ceiling, current GF and tissues
121 extern TFT_CNS_mask ; mask for CNS values 122 extern TFT_CNS_mask ; mask for CNS values
122 extern TFT_CNS ; data for CNS values 123 extern TFT_CNS ; data for CNS values
123 extern TFT_ppo2_ead_end_cns_mask ; mask for ppO2, END/EAD and CNS 124 extern TFT_ppo2_ead_end_cns_mask ; mask for ppO2, END/EAD and CNS / gas density
124 extern TFT_ppo2_ead_end_cns ; data for ppO2, END/EAD and CNS 125 extern TFT_ppo2_ead_end_cns ; data for ppO2, END/EAD and CNS / gas density
125 extern TFT_gf_factors_mask ; mask for GF factors 126 extern TFT_gf_factors_mask ; mask for GF factors
126 ; extern ; data for GF factors (none) 127 ; extern ; data for GF factors (none)
127 extern TFT_clock_batt_surfpress_mask ; mask for clock, battery and surface pressure 128 extern TFT_clock_batt_surfpress_mask ; mask for clock, battery and surface pressure
128 extern TFT_clock_batt_surfpress ; data for clock, battery and surface pressure 129 extern TFT_clock_batt_surfpress ; data for clock, battery and surface pressure
129 130