annotate src/menu_tree.asm @ 562:8b7ea27ea1fa

seperate desat and sat multipliers for GF and Non-GF modes. Set to 100/100 as default in GF mode
author heinrichsweikamp
date Sat, 03 Feb 2018 15:17:01 +0100
parents b7eb98dbd800
children b455b31ce022
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
heinrichsweikamp
parents:
diff changeset
1 ;=============================================================================
heinrichsweikamp
parents:
diff changeset
2 ;
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
3 ; File menu_tree.asm REFACTORED VERSION V2.95
0
heinrichsweikamp
parents:
diff changeset
4 ;
275
653a3ab08062 rename into hwOS
heinrichsweikamp
parents: 269
diff changeset
5 ; OSTC menus
0
heinrichsweikamp
parents:
diff changeset
6 ;
heinrichsweikamp
parents:
diff changeset
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved.
heinrichsweikamp
parents:
diff changeset
8 ;=============================================================================
heinrichsweikamp
parents:
diff changeset
9 ; HISTORY
heinrichsweikamp
parents:
diff changeset
10 ; 2011-07-11 : [jDG] Creation.
heinrichsweikamp
parents:
diff changeset
11
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
12 #include "hwos.inc" ; Mandatory header
0
heinrichsweikamp
parents:
diff changeset
13 #include "gaslist.inc"
heinrichsweikamp
parents:
diff changeset
14 #include "menu_processor.inc"
505
bef07a837a60 BUGFIX: Reset to MOD in Diluent Menu did reset Setpoint change depth
heinrichsweikamp
parents: 502
diff changeset
15 #include "start.inc"
bef07a837a60 BUGFIX: Reset to MOD in Diluent Menu did reset Setpoint change depth
heinrichsweikamp
parents: 502
diff changeset
16 #include "comm.inc"
bef07a837a60 BUGFIX: Reset to MOD in Diluent Menu did reset Setpoint change depth
heinrichsweikamp
parents: 502
diff changeset
17 #include "logbook.inc"
bef07a837a60 BUGFIX: Reset to MOD in Diluent Menu did reset Setpoint change depth
heinrichsweikamp
parents: 502
diff changeset
18 #include "tft.inc"
bef07a837a60 BUGFIX: Reset to MOD in Diluent Menu did reset Setpoint change depth
heinrichsweikamp
parents: 502
diff changeset
19 #include "eeprom_rs232.inc"
bef07a837a60 BUGFIX: Reset to MOD in Diluent Menu did reset Setpoint change depth
heinrichsweikamp
parents: 502
diff changeset
20 #include "external_flash.inc"
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
21 #include "shared_definitions.h" ; Mailbox from/to p2_deco.c
505
bef07a837a60 BUGFIX: Reset to MOD in Diluent Menu did reset Setpoint change depth
heinrichsweikamp
parents: 502
diff changeset
22 #include "isr.inc"
bef07a837a60 BUGFIX: Reset to MOD in Diluent Menu did reset Setpoint change depth
heinrichsweikamp
parents: 502
diff changeset
23 #include "ghostwriter.inc"
0
heinrichsweikamp
parents:
diff changeset
24 #include "adc_lightsensor.inc"
355
093b32bf6db2 hud v3 support
heinrichsweikamp
parents: 345
diff changeset
25 #include "wait.inc"
457
b4417044a042 recover old battery status prior 2.09
heinrichsweikamp
parents: 453
diff changeset
26 #include "i2c.inc"
0
heinrichsweikamp
parents:
diff changeset
27
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
28 CBLOCK tmp+0x40 ; Keep space for menu processor
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
29 gaslist_gas ; Check ram position in gaslist.asm, too!
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
30 ENDC
174
932e91074bdb CHANGE: Clarify Travel Gases with "---" as change depth
heinrichsweikamp
parents: 155
diff changeset
31
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
32 gui CODE
0
heinrichsweikamp
parents:
diff changeset
33 ;=============================================================================
heinrichsweikamp
parents:
diff changeset
34 ; Main Menu
66
00636132cca6 BUGFIX: Maintain last selected customview in surface mode
heinrichsweikamp
parents: 64
diff changeset
35 global do_main_menu,do_main_menu2
0
heinrichsweikamp
parents:
diff changeset
36 do_main_menu:
39
e4e91fe8b09d remember last customview in dive and surface mode
mh@mh-THINK.fritz.box
parents: 23
diff changeset
37 movff menupos3,customview_surfmode; save last customview
66
00636132cca6 BUGFIX: Maintain last selected customview in surface mode
heinrichsweikamp
parents: 64
diff changeset
38 do_main_menu2:
502
0910c227018f BUGFIX: PSCR mode showed bailout gaslist instead of diluent gaslist
heinrichsweikamp
parents: 481
diff changeset
39 call TFT_boot
0
heinrichsweikamp
parents:
diff changeset
40 bcf sleepmode ; for timeout
heinrichsweikamp
parents:
diff changeset
41 call menu_processor_reset ; restart from first icon.
heinrichsweikamp
parents:
diff changeset
42
heinrichsweikamp
parents:
diff changeset
43 do_continue_main_menu:
428
eccae727702f some cleanup
heinrichsweikamp
parents: 396
diff changeset
44 rcall menu_tree_double_pop ; drop exit line and back to last line
0
heinrichsweikamp
parents:
diff changeset
45
heinrichsweikamp
parents:
diff changeset
46 extern do_demo_divemode, restart
heinrichsweikamp
parents:
diff changeset
47 MENU_BEGIN tMainMenu, .7
heinrichsweikamp
parents:
diff changeset
48 MENU_CALL tLogbook, logbook
heinrichsweikamp
parents:
diff changeset
49 MENU_CALL tGasSetup, do_gas_menu
heinrichsweikamp
parents:
diff changeset
50 MENU_CALL tCCRSetup, do_ccr_menu
heinrichsweikamp
parents:
diff changeset
51 MENU_CALL tPlan, do_planner_menu_reset
heinrichsweikamp
parents:
diff changeset
52 MENU_CALL tDiveModeMenu, do_divemode_menu
heinrichsweikamp
parents:
diff changeset
53 MENU_CALL tSystSets, do_settings_menu
heinrichsweikamp
parents:
diff changeset
54 MENU_CALL tExit, restart
heinrichsweikamp
parents:
diff changeset
55 MENU_END
heinrichsweikamp
parents:
diff changeset
56
heinrichsweikamp
parents:
diff changeset
57 do_info_menu:
453
b4f28ab23b87 NEW: Show Uptime (Time since last firmware boot) in information menu
heinrichsweikamp
parents: 451
diff changeset
58 MENU_BEGIN tInfoMenu, .6
0
heinrichsweikamp
parents:
diff changeset
59 MENU_DYNAMIC info_menu_serial, 0
heinrichsweikamp
parents:
diff changeset
60 MENU_DYNAMIC info_menu_firmware, 0
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
61 MENU_DYNAMIC info_menu_battery_volts,0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
62 MENU_DYNAMIC info_menu_uptime, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
63 MENU_DYNAMIC info_menu_total_dives, 0
0
heinrichsweikamp
parents:
diff changeset
64 MENU_CALL tExit, do_return_settings
heinrichsweikamp
parents:
diff changeset
65 MENU_END
heinrichsweikamp
parents:
diff changeset
66
heinrichsweikamp
parents:
diff changeset
67 ;=============================================================================
heinrichsweikamp
parents:
diff changeset
68 ; CCR Setup
heinrichsweikamp
parents:
diff changeset
69
heinrichsweikamp
parents:
diff changeset
70 return_ccr_menu:
428
eccae727702f some cleanup
heinrichsweikamp
parents: 396
diff changeset
71 rcall menu_tree_double_pop ; drop exit line and back to last line
0
heinrichsweikamp
parents:
diff changeset
72
heinrichsweikamp
parents:
diff changeset
73 do_ccr_menu:
113
heinrichsweikamp
parents: 104
diff changeset
74 bcf menu_show_sensors2 ; Clear flag
236
e2ea74646127 configure hardware_flag byte
heinrichsweikamp
parents: 235
diff changeset
75 btfsc analog_o2_input
240
633c7a6de5bc auto-select correct ccr menu
heinrichsweikamp
parents: 236
diff changeset
76 bra do_ccr_menu_cR
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
77
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
78 ; COMMENT OUT - currently there is no difference between the OSTC 2 and 3 regarding this menu
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
79 ; btfss optical_input
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
80 ; bra do_ccr_menu_ostc2
240
633c7a6de5bc auto-select correct ccr menu
heinrichsweikamp
parents: 236
diff changeset
81
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
82 MENU_BEGIN tCCRSetup, .6 ; OSTC3 menu (and currently also the OSTC2 menu)
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
83 MENU_OPTION tCCRMode, oCCRMode, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
84 MENU_CALL tDiluentSetup, do_diluent_setup
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
85 MENU_CALL tFixedSetpoints, do_fixed_setpoints
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
86 MENU_CALL tPSCRMenu, do_PSCR_menu
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
87 MENU_OPTION tCCmaxFracO2, oCCmaxFracO2, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
88 MENU_CALL tExit, do_continue_main_menu
174
932e91074bdb CHANGE: Clarify Travel Gases with "---" as change depth
heinrichsweikamp
parents: 155
diff changeset
89 MENU_END
932e91074bdb CHANGE: Clarify Travel Gases with "---" as change depth
heinrichsweikamp
parents: 155
diff changeset
90
240
633c7a6de5bc auto-select correct ccr menu
heinrichsweikamp
parents: 236
diff changeset
91 do_ccr_menu_cR: ; cR menu
480
ad8acade5567 NEW: PSCR mode (Passive semi-closed rebreather)
heinrichsweikamp
parents: 477
diff changeset
92 MENU_BEGIN tCCRSetup, .7
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
93 MENU_OPTION tCCRMode, oCCRMode, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
94 MENU_CALL tCalibrateMenu, do_calibrate_menu
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
95 MENU_CALL tDiluentSetup, do_diluent_setup
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
96 MENU_CALL tFixedSetpoints, do_fixed_setpoints
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
97 MENU_CALL tPSCRMenu, do_PSCR_menu
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
98 MENU_OPTION tCCmaxFracO2, oCCmaxFracO2, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
99 MENU_CALL tExit, do_continue_main_menu
0
heinrichsweikamp
parents:
diff changeset
100 MENU_END
heinrichsweikamp
parents:
diff changeset
101
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
102 ; COMMENT OUT - currently there is no difference between the OSTC 2 and 3 regarding this menu
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
103 ;do_ccr_menu_ostc2:
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
104 ; MENU_BEGIN tCCRSetup, .6 ; ostc2 menu
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
105 ; MENU_OPTION tCCRMode, oCCRMode, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
106 ; MENU_CALL tDiluentSetup, do_diluent_setup
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
107 ; MENU_CALL tFixedSetpoints, do_fixed_setpoints
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
108 ; MENU_CALL tPSCRMenu, do_PSCR_menu
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
109 ; MENU_OPTION tCCmaxFracO2, oCCmaxFracO2, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
110 ; MENU_CALL tExit, do_continue_main_menu
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
111 ; MENU_END
240
633c7a6de5bc auto-select correct ccr menu
heinrichsweikamp
parents: 236
diff changeset
112
480
ad8acade5567 NEW: PSCR mode (Passive semi-closed rebreather)
heinrichsweikamp
parents: 477
diff changeset
113 do_PSCR_menu:
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
114 MENU_BEGIN tPSCRMenu, .3 ; PSCR Menu
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
115 MENU_OPTION tPSCR_O2_drop, oPSCR_drop, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
116 MENU_OPTION tPSCR_lungratio, oPSCR_lungratio, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
117 MENU_CALL tExit, return_ccr_menu
480
ad8acade5567 NEW: PSCR mode (Passive semi-closed rebreather)
heinrichsweikamp
parents: 477
diff changeset
118 MENU_END
240
633c7a6de5bc auto-select correct ccr menu
heinrichsweikamp
parents: 236
diff changeset
119
113
heinrichsweikamp
parents: 104
diff changeset
120 do_calibrate_menu:
187
669b5d00706d CHANGE: Longer timeout (4 min) for calibration menu
heinrichsweikamp
parents: 174
diff changeset
121 call enable_ir_s8 ; Enable IR/S8-Port
113
heinrichsweikamp
parents: 104
diff changeset
122 bsf menu_show_sensors2 ; Set flag
heinrichsweikamp
parents: 104
diff changeset
123 do_calibrate_menu2:
heinrichsweikamp
parents: 104
diff changeset
124 MENU_BEGIN tCalibrateMenu, .6
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
125 MENU_CALL tDiveHudMask1, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
126 MENU_CALL tDiveHudMask2, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
127 MENU_CALL tDiveHudMask3, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
128 MENU_OPTION tCalibrationGas,oCalGasO2, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
129 MENU_CALL tCalibrate, do_calibrate_mix
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
130 MENU_CALL tExit, return_ccr_menu
113
heinrichsweikamp
parents: 104
diff changeset
131 MENU_END
heinrichsweikamp
parents: 104
diff changeset
132
heinrichsweikamp
parents: 104
diff changeset
133 do_calibrate_mix:
heinrichsweikamp
parents: 104
diff changeset
134 extern calibrate_mix
heinrichsweikamp
parents: 104
diff changeset
135 call calibrate_mix ; Calibrate with opt_calibration_O2_ratio, also calibrate S8 HUD if connected
355
093b32bf6db2 hud v3 support
heinrichsweikamp
parents: 345
diff changeset
136 WAITMS d'250' ; Wait for HUD v3
530
d36f9fca10ae 2.20beta release
heinrichsweikamp
parents: 529
diff changeset
137 movlw .9
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
138 movwf customview_surfmode ; show sensor mV custom view after restart
524
d2e52e6e1604 menu work
heinrichsweikamp
parents: 523
diff changeset
139 goto restart ; Restart into surface mode
113
heinrichsweikamp
parents: 104
diff changeset
140
0
heinrichsweikamp
parents:
diff changeset
141
heinrichsweikamp
parents:
diff changeset
142 do_diluent_setup:
heinrichsweikamp
parents:
diff changeset
143 bsf ccr_diluent_setup ; =1: Setting up Diluents ("Gas6-10")
139
e0b758865e91 some cleanup
heinrichsweikamp
parents: 113
diff changeset
144 bcf short_gas_decriptions ; =1: Use short versions of gaslist_strcat_gas_mod and gaslist_strcat_setpoint
0
heinrichsweikamp
parents:
diff changeset
145 call gaslist_cleanup_list ; Takes care that only one gas can be first and first has 0m change depth
heinrichsweikamp
parents:
diff changeset
146 MENU_BEGIN tDiluentSetup, .6
heinrichsweikamp
parents:
diff changeset
147 MENU_DYNAMIC gaslist_strcat_gas_mod, do_edit_gas_menu
heinrichsweikamp
parents:
diff changeset
148 MENU_DYNAMIC gaslist_strcat_gas_mod, do_edit_gas_menu
heinrichsweikamp
parents:
diff changeset
149 MENU_DYNAMIC gaslist_strcat_gas_mod, do_edit_gas_menu
heinrichsweikamp
parents:
diff changeset
150 MENU_DYNAMIC gaslist_strcat_gas_mod, do_edit_gas_menu
heinrichsweikamp
parents:
diff changeset
151 MENU_DYNAMIC gaslist_strcat_gas_mod, do_edit_gas_menu
heinrichsweikamp
parents:
diff changeset
152 MENU_CALL tExit, return_ccr_menu
heinrichsweikamp
parents:
diff changeset
153 MENU_END
heinrichsweikamp
parents:
diff changeset
154
heinrichsweikamp
parents:
diff changeset
155 do_return_fixed_setpoints:
428
eccae727702f some cleanup
heinrichsweikamp
parents: 396
diff changeset
156 rcall menu_tree_double_pop ; drop exit line and back to last line
0
heinrichsweikamp
parents:
diff changeset
157
heinrichsweikamp
parents:
diff changeset
158 do_fixed_setpoints:
139
e0b758865e91 some cleanup
heinrichsweikamp
parents: 113
diff changeset
159 bcf short_gas_decriptions ; =1: Use short versions of gaslist_strcat_gas_mod and gaslist_strcat_setpoint
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
160 MENU_BEGIN tFixedSetpoints, .6
0
heinrichsweikamp
parents:
diff changeset
161 MENU_DYNAMIC gaslist_strcat_setpoint, do_edit_sp_menu
heinrichsweikamp
parents:
diff changeset
162 MENU_DYNAMIC gaslist_strcat_setpoint, do_edit_sp_menu
heinrichsweikamp
parents:
diff changeset
163 MENU_DYNAMIC gaslist_strcat_setpoint, do_edit_sp_menu
heinrichsweikamp
parents:
diff changeset
164 MENU_DYNAMIC gaslist_strcat_setpoint, do_edit_sp_menu
heinrichsweikamp
parents:
diff changeset
165 MENU_DYNAMIC gaslist_strcat_setpoint, do_edit_sp_menu
heinrichsweikamp
parents:
diff changeset
166 MENU_CALL tExit, return_ccr_menu
heinrichsweikamp
parents:
diff changeset
167 MENU_END
heinrichsweikamp
parents:
diff changeset
168
heinrichsweikamp
parents:
diff changeset
169 do_edit_sp_menu:
heinrichsweikamp
parents:
diff changeset
170 call gaslist_setSP ; Save current item.
heinrichsweikamp
parents:
diff changeset
171 MENU_BEGIN tFixedSetpoints, .5
heinrichsweikamp
parents:
diff changeset
172 MENU_DYNAMIC gaslist_strcat_setpoint_0,0
heinrichsweikamp
parents:
diff changeset
173 MENU_CALL tSPPlus, gaslist_spplus
heinrichsweikamp
parents:
diff changeset
174 MENU_CALL tDepthPlus, gaslist_spdepthplus
heinrichsweikamp
parents:
diff changeset
175 MENU_CALL tDepthMinus, gaslist_spdepthminus
heinrichsweikamp
parents:
diff changeset
176 MENU_CALL tExit, do_return_fixed_setpoints
heinrichsweikamp
parents:
diff changeset
177 MENU_END
heinrichsweikamp
parents:
diff changeset
178
heinrichsweikamp
parents:
diff changeset
179 ;=============================================================================
heinrichsweikamp
parents:
diff changeset
180 ; OC Gas Setup
heinrichsweikamp
parents:
diff changeset
181
heinrichsweikamp
parents:
diff changeset
182 return_gas_menu:
428
eccae727702f some cleanup
heinrichsweikamp
parents: 396
diff changeset
183 rcall menu_tree_double_pop ; drop exit line and back to last line
0
heinrichsweikamp
parents:
diff changeset
184
heinrichsweikamp
parents:
diff changeset
185 btfsc ccr_diluent_setup ; Return to CCR-Menu?
heinrichsweikamp
parents:
diff changeset
186 bra do_diluent_setup ; Yes.
heinrichsweikamp
parents:
diff changeset
187 do_gas_menu:
heinrichsweikamp
parents:
diff changeset
188 bcf ccr_diluent_setup ; =1: Setting up Diluents ("Gas6-10")
139
e0b758865e91 some cleanup
heinrichsweikamp
parents: 113
diff changeset
189 bcf short_gas_decriptions ; =1: Use short versions of gaslist_strcat_gas_mod and gaslist_strcat_setpoint
0
heinrichsweikamp
parents:
diff changeset
190 call gaslist_cleanup_list ; Takes care that only one gas can be first and first has 0m change depth
heinrichsweikamp
parents:
diff changeset
191 MENU_BEGIN tGaslist, .6
heinrichsweikamp
parents:
diff changeset
192 MENU_DYNAMIC gaslist_strcat_gas_mod, do_edit_gas_menu
heinrichsweikamp
parents:
diff changeset
193 MENU_DYNAMIC gaslist_strcat_gas_mod, do_edit_gas_menu
heinrichsweikamp
parents:
diff changeset
194 MENU_DYNAMIC gaslist_strcat_gas_mod, do_edit_gas_menu
heinrichsweikamp
parents:
diff changeset
195 MENU_DYNAMIC gaslist_strcat_gas_mod, do_edit_gas_menu
heinrichsweikamp
parents:
diff changeset
196 MENU_DYNAMIC gaslist_strcat_gas_mod, do_edit_gas_menu
heinrichsweikamp
parents:
diff changeset
197 MENU_CALL tExit, do_continue_main_menu
heinrichsweikamp
parents:
diff changeset
198 MENU_END
heinrichsweikamp
parents:
diff changeset
199
heinrichsweikamp
parents:
diff changeset
200 return_gas_depth:
428
eccae727702f some cleanup
heinrichsweikamp
parents: 396
diff changeset
201 rcall menu_tree_double_pop ; drop exit line and back to last line
0
heinrichsweikamp
parents:
diff changeset
202 bra do_edit_gas_menu_1
heinrichsweikamp
parents:
diff changeset
203
heinrichsweikamp
parents:
diff changeset
204 do_edit_gas_menu:
heinrichsweikamp
parents:
diff changeset
205 call gaslist_setgas ; Save current item.
heinrichsweikamp
parents:
diff changeset
206 do_edit_gas_menu_1: ; Keep current gas.
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
207 MENU_BEGIN tGasEdit, .6
0
heinrichsweikamp
parents:
diff changeset
208 MENU_DYNAMIC gaslist_gastitle, 0
heinrichsweikamp
parents:
diff changeset
209 MENU_DYNAMIC gaslist_MOD_END, 0
heinrichsweikamp
parents:
diff changeset
210 MENU_DYNAMIC gaslist_show_type, gaslist_toggle_type
heinrichsweikamp
parents:
diff changeset
211 MENU_CALL tSetup_mix, do_setup_mix
heinrichsweikamp
parents:
diff changeset
212 MENU_CALL tGasDepth, do_gas_depth_menu
heinrichsweikamp
parents:
diff changeset
213 MENU_CALL tExit, return_gas_menu
heinrichsweikamp
parents:
diff changeset
214 MENU_END
heinrichsweikamp
parents:
diff changeset
215
heinrichsweikamp
parents:
diff changeset
216 do_setup_mix:
heinrichsweikamp
parents:
diff changeset
217 MENU_BEGIN tGasEdit, .7
heinrichsweikamp
parents:
diff changeset
218 MENU_DYNAMIC gaslist_gastitle, 0
heinrichsweikamp
parents:
diff changeset
219 MENU_DYNAMIC gaslist_MOD_END, 0
heinrichsweikamp
parents:
diff changeset
220 MENU_CALL tO2Plus, gaslist_pO2
heinrichsweikamp
parents:
diff changeset
221 MENU_CALL tO2Minus, gaslist_mO2
heinrichsweikamp
parents:
diff changeset
222 MENU_CALL tHePlus, gaslist_pHe
heinrichsweikamp
parents:
diff changeset
223 MENU_CALL tHeMinus, gaslist_mHe
heinrichsweikamp
parents:
diff changeset
224 MENU_CALL tExit, return_gas_depth
heinrichsweikamp
parents:
diff changeset
225 MENU_END
heinrichsweikamp
parents:
diff changeset
226
428
eccae727702f some cleanup
heinrichsweikamp
parents: 396
diff changeset
227 menu_tree_double_pop:
eccae727702f some cleanup
heinrichsweikamp
parents: 396
diff changeset
228 call menu_processor_pop ; drop exit line.
eccae727702f some cleanup
heinrichsweikamp
parents: 396
diff changeset
229 goto menu_processor_pop ; back to last gas and return
eccae727702f some cleanup
heinrichsweikamp
parents: 396
diff changeset
230
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
231
0
heinrichsweikamp
parents:
diff changeset
232 global do_gas_depth_menu
heinrichsweikamp
parents:
diff changeset
233 do_gas_depth_menu:
174
932e91074bdb CHANGE: Clarify Travel Gases with "---" as change depth
heinrichsweikamp
parents: 155
diff changeset
234 movff gaslist_gas,WREG
932e91074bdb CHANGE: Clarify Travel Gases with "---" as change depth
heinrichsweikamp
parents: 155
diff changeset
235 lfsr FSR1,opt_gas_type ; Read opt_gas_type[WREG]
932e91074bdb CHANGE: Clarify Travel Gases with "---" as change depth
heinrichsweikamp
parents: 155
diff changeset
236 movff PLUSW1,lo ; Used as temp
932e91074bdb CHANGE: Clarify Travel Gases with "---" as change depth
heinrichsweikamp
parents: 155
diff changeset
237 movlw .3 ; 3=Deco
932e91074bdb CHANGE: Clarify Travel Gases with "---" as change depth
heinrichsweikamp
parents: 155
diff changeset
238 btfsc ccr_diluent_setup ; =1: Setting up Diluents ("Gas6-10")
932e91074bdb CHANGE: Clarify Travel Gases with "---" as change depth
heinrichsweikamp
parents: 155
diff changeset
239 movlw .2 ; 2=Normal
932e91074bdb CHANGE: Clarify Travel Gases with "---" as change depth
heinrichsweikamp
parents: 155
diff changeset
240 cpfseq lo
524
d2e52e6e1604 menu work
heinrichsweikamp
parents: 523
diff changeset
241 bra return_gas_depth ; Non-Deco gas or "Normal" Diluent, Return!
174
932e91074bdb CHANGE: Clarify Travel Gases with "---" as change depth
heinrichsweikamp
parents: 155
diff changeset
242
154
afa31c815f24 NEW: Show ppO2 for change depth during gas setup
heinrichsweikamp
parents: 148
diff changeset
243 MENU_BEGIN tGasEdit, .7
0
heinrichsweikamp
parents:
diff changeset
244 MENU_DYNAMIC gaslist_gastitle, 0
heinrichsweikamp
parents:
diff changeset
245 MENU_DYNAMIC gaslist_MOD_END, 0
154
afa31c815f24 NEW: Show ppO2 for change depth during gas setup
heinrichsweikamp
parents: 148
diff changeset
246 MENU_DYNAMIC gaslist_ppo2, 0 ; ppO2 at change depth
0
heinrichsweikamp
parents:
diff changeset
247 MENU_CALL tDepthPlus, gaslist_pDepth
heinrichsweikamp
parents:
diff changeset
248 MENU_CALL tDepthMinus, gaslist_mDepth
heinrichsweikamp
parents:
diff changeset
249 MENU_DYNAMIC gaslist_reset_mod_title,gaslist_reset_mod
heinrichsweikamp
parents:
diff changeset
250 MENU_CALL tExit, return_gas_depth
heinrichsweikamp
parents:
diff changeset
251 MENU_END
heinrichsweikamp
parents:
diff changeset
252
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
253
0
heinrichsweikamp
parents:
diff changeset
254 ;=============================================================================
heinrichsweikamp
parents:
diff changeset
255 ; Simulator menus
heinrichsweikamp
parents:
diff changeset
256
heinrichsweikamp
parents:
diff changeset
257 global do_planner_menu
heinrichsweikamp
parents:
diff changeset
258
heinrichsweikamp
parents:
diff changeset
259 do_planner_menu_reset:
545
7e6df19264b6 BUGFIX: Simulator in CC mode
heinrichsweikamp
parents: 544
diff changeset
260 extern option_save_all
7e6df19264b6 BUGFIX: Simulator in CC mode
heinrichsweikamp
parents: 544
diff changeset
261 call option_save_all
7e6df19264b6 BUGFIX: Simulator in CC mode
heinrichsweikamp
parents: 544
diff changeset
262 call restart_set_modes_and_flags ; To have correct simulator results for mode changes without prior surfacemode call
0
heinrichsweikamp
parents:
diff changeset
263 ;---- Reset dive time/depth to default values
heinrichsweikamp
parents:
diff changeset
264 extern option_reset
heinrichsweikamp
parents:
diff changeset
265 lfsr FSR0,odiveInterval
heinrichsweikamp
parents:
diff changeset
266 call option_reset
heinrichsweikamp
parents:
diff changeset
267 lfsr FSR0,obottomTime
heinrichsweikamp
parents:
diff changeset
268 call option_reset
heinrichsweikamp
parents:
diff changeset
269 lfsr FSR0,obottomDepth
heinrichsweikamp
parents:
diff changeset
270 call option_reset
heinrichsweikamp
parents:
diff changeset
271
heinrichsweikamp
parents:
diff changeset
272 do_planner_menu:
heinrichsweikamp
parents:
diff changeset
273 extern do_demo_planner
298
2fe34fc0e2ae new submenu for gas consumption, show actual mix instead of GAS1-GAS5 in deco planner
heinrichsweikamp
parents: 275
diff changeset
274 MENU_BEGIN tPlan, .7
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
275 MENU_OPTION tIntvl, odiveInterval, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
276 MENU_OPTION tBtDep, obottomDepth, 0
0
heinrichsweikamp
parents:
diff changeset
277 MENU_CALL tInter, do_demo_divemode
heinrichsweikamp
parents:
diff changeset
278 MENU_OPTION tBtTm, obottomTime, 0
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
279 MENU_CALL tDecoSetup, do_planner_config
0
heinrichsweikamp
parents:
diff changeset
280 MENU_CALL tDeco, do_demo_planner
heinrichsweikamp
parents:
diff changeset
281 MENU_CALL tExit, do_continue_main_menu
heinrichsweikamp
parents:
diff changeset
282 MENU_END
heinrichsweikamp
parents:
diff changeset
283
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
284
298
2fe34fc0e2ae new submenu for gas consumption, show actual mix instead of GAS1-GAS5 in deco planner
heinrichsweikamp
parents: 275
diff changeset
285 do_planner_config:
2fe34fc0e2ae new submenu for gas consumption, show actual mix instead of GAS1-GAS5 in deco planner
heinrichsweikamp
parents: 275
diff changeset
286 MENU_BEGIN tPlan, .3
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
287 MENU_OPTION tSelectSetpoint,oSimSetpoint, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
288 MENU_OPTION tuseAGF, oSimAGF, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
289 MENU_CALL tExit, do_planner_menu
298
2fe34fc0e2ae new submenu for gas consumption, show actual mix instead of GAS1-GAS5 in deco planner
heinrichsweikamp
parents: 275
diff changeset
290 MENU_END
524
d2e52e6e1604 menu work
heinrichsweikamp
parents: 523
diff changeset
291
298
2fe34fc0e2ae new submenu for gas consumption, show actual mix instead of GAS1-GAS5 in deco planner
heinrichsweikamp
parents: 275
diff changeset
292
0
heinrichsweikamp
parents:
diff changeset
293 ;=============================================================================
heinrichsweikamp
parents:
diff changeset
294 ; Divemode menu
heinrichsweikamp
parents:
diff changeset
295
heinrichsweikamp
parents:
diff changeset
296 do_return_divemode_menu:
428
eccae727702f some cleanup
heinrichsweikamp
parents: 396
diff changeset
297 rcall menu_tree_double_pop ; drop exit line and back to last line
0
heinrichsweikamp
parents:
diff changeset
298
heinrichsweikamp
parents:
diff changeset
299 do_divemode_menu:
heinrichsweikamp
parents:
diff changeset
300 MENU_BEGIN tDiveModeMenu, .7
heinrichsweikamp
parents:
diff changeset
301 MENU_OPTION tDvMode, oDiveMode, 0
heinrichsweikamp
parents:
diff changeset
302 MENU_OPTION tDkMode, oDecoMode, 0
104
223579e905c3 Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents: 90
diff changeset
303 MENU_CALL tppO2settings, do_ppo2_menu
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
304 MENU_OPTION tsafetystopmenu,oSafetyStop, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
305 MENU_CALL t2ndDecoPlanMenu, do_2nd_deco_plan_menu
0
heinrichsweikamp
parents:
diff changeset
306 MENU_CALL tDecoparameters, do_decoparameters_menu
heinrichsweikamp
parents:
diff changeset
307 MENU_CALL tExit, do_continue_main_menu
heinrichsweikamp
parents:
diff changeset
308 MENU_END
heinrichsweikamp
parents:
diff changeset
309
104
223579e905c3 Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents: 90
diff changeset
310 do_ppo2_menu:
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
311 MENU_BEGIN tppO2settings, .6
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
312
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
313 MENU_DYNAMIC divesets_ppo2_max, do_toggle_ppo2_max
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
314 MENU_DYNAMIC divesets_ppo2_max_deco, do_toggle_ppo2_max_deco
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
315 MENU_DYNAMIC divesets_ppo2_min, do_toggle_ppo2_min
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
316 MENU_DYNAMIC divesets_ppo2_min_cc, do_toggle_ppo2_min_cc
337
508d7fb98b34 cleanup menu, add "Auto SP" option (Not working yet), minor layout change in compass menu
heinrichsweikamp
parents: 335
diff changeset
317 MENU_OPTION tShowppO2, oShowppO2, 0
104
223579e905c3 Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents: 90
diff changeset
318 MENU_CALL tExit, do_return_divemode_menu
223579e905c3 Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents: 90
diff changeset
319 MENU_END
223579e905c3 Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents: 90
diff changeset
320
0
heinrichsweikamp
parents:
diff changeset
321 do_return_decoparameters_menu:
428
eccae727702f some cleanup
heinrichsweikamp
parents: 396
diff changeset
322 rcall menu_tree_double_pop ; drop exit line and back to last line
562
8b7ea27ea1fa seperate desat and sat multipliers for GF and Non-GF modes. Set to 100/100 as default in GF mode
heinrichsweikamp
parents: 560
diff changeset
323 do_decoparameters_menu:
8b7ea27ea1fa seperate desat and sat multipliers for GF and Non-GF modes. Set to 100/100 as default in GF mode
heinrichsweikamp
parents: 560
diff changeset
324 movff char_I_deco_model,lo ; 0 = ZH-L16, 1 = ZH-L16-GF
8b7ea27ea1fa seperate desat and sat multipliers for GF and Non-GF modes. Set to 100/100 as default in GF mode
heinrichsweikamp
parents: 560
diff changeset
325 tstfsz lo
8b7ea27ea1fa seperate desat and sat multipliers for GF and Non-GF modes. Set to 100/100 as default in GF mode
heinrichsweikamp
parents: 560
diff changeset
326 bra do_decoparameters_menugf ; <> 0 -> GF menu!
8b7ea27ea1fa seperate desat and sat multipliers for GF and Non-GF modes. Set to 100/100 as default in GF mode
heinrichsweikamp
parents: 560
diff changeset
327 ; NON-GF menu
8b7ea27ea1fa seperate desat and sat multipliers for GF and Non-GF modes. Set to 100/100 as default in GF mode
heinrichsweikamp
parents: 560
diff changeset
328 MENU_BEGIN tDecoparameters, .4
0
heinrichsweikamp
parents:
diff changeset
329 MENU_OPTION tSaturationMult,osatmult, 0
heinrichsweikamp
parents:
diff changeset
330 MENU_OPTION tDesaturationMult,odesatmult,0
heinrichsweikamp
parents:
diff changeset
331 MENU_OPTION tLastDecostop,oLastDeco, 0
heinrichsweikamp
parents:
diff changeset
332 MENU_CALL tExit, do_return_divemode_menu
heinrichsweikamp
parents:
diff changeset
333 MENU_END
562
8b7ea27ea1fa seperate desat and sat multipliers for GF and Non-GF modes. Set to 100/100 as default in GF mode
heinrichsweikamp
parents: 560
diff changeset
334
8b7ea27ea1fa seperate desat and sat multipliers for GF and Non-GF modes. Set to 100/100 as default in GF mode
heinrichsweikamp
parents: 560
diff changeset
335 do_decoparameters_menugf:
8b7ea27ea1fa seperate desat and sat multipliers for GF and Non-GF modes. Set to 100/100 as default in GF mode
heinrichsweikamp
parents: 560
diff changeset
336 ; GF menu
8b7ea27ea1fa seperate desat and sat multipliers for GF and Non-GF modes. Set to 100/100 as default in GF mode
heinrichsweikamp
parents: 560
diff changeset
337 MENU_BEGIN tDecoparameters, .7
8b7ea27ea1fa seperate desat and sat multipliers for GF and Non-GF modes. Set to 100/100 as default in GF mode
heinrichsweikamp
parents: 560
diff changeset
338 MENU_OPTION tGF_low, oGF_low, 0
8b7ea27ea1fa seperate desat and sat multipliers for GF and Non-GF modes. Set to 100/100 as default in GF mode
heinrichsweikamp
parents: 560
diff changeset
339 MENU_OPTION tGF_high, oGF_high, 0
8b7ea27ea1fa seperate desat and sat multipliers for GF and Non-GF modes. Set to 100/100 as default in GF mode
heinrichsweikamp
parents: 560
diff changeset
340 MENU_CALL taGFMenu, do_aGF_menu
8b7ea27ea1fa seperate desat and sat multipliers for GF and Non-GF modes. Set to 100/100 as default in GF mode
heinrichsweikamp
parents: 560
diff changeset
341 MENU_OPTION tSaturationMult,osatmultgf, 0
8b7ea27ea1fa seperate desat and sat multipliers for GF and Non-GF modes. Set to 100/100 as default in GF mode
heinrichsweikamp
parents: 560
diff changeset
342 MENU_OPTION tDesaturationMult,odesatmultgf,0
8b7ea27ea1fa seperate desat and sat multipliers for GF and Non-GF modes. Set to 100/100 as default in GF mode
heinrichsweikamp
parents: 560
diff changeset
343 MENU_OPTION tLastDecostop,oLastDeco, 0
8b7ea27ea1fa seperate desat and sat multipliers for GF and Non-GF modes. Set to 100/100 as default in GF mode
heinrichsweikamp
parents: 560
diff changeset
344 MENU_CALL tExit, do_return_divemode_menu
8b7ea27ea1fa seperate desat and sat multipliers for GF and Non-GF modes. Set to 100/100 as default in GF mode
heinrichsweikamp
parents: 560
diff changeset
345 MENU_END
0
heinrichsweikamp
parents:
diff changeset
346
562
8b7ea27ea1fa seperate desat and sat multipliers for GF and Non-GF modes. Set to 100/100 as default in GF mode
heinrichsweikamp
parents: 560
diff changeset
347
8b7ea27ea1fa seperate desat and sat multipliers for GF and Non-GF modes. Set to 100/100 as default in GF mode
heinrichsweikamp
parents: 560
diff changeset
348
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
349
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
350 do_return_2nd_deco_plan_menu:
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
351 rcall menu_tree_double_pop ; drop exit line and back to last line
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
352
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
353
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
354 do_2nd_deco_plan_menu
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
355 MENU_BEGIN t2ndDecoPlanMenu, .7
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
356 MENU_OPTION tFTTSMenu, oExtraTime, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
357 MENU_OPTION tCalcAscGas, oCalcAscGas, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
358 MENU_OPTION tSetBotUse, obottom_usage, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
359 MENU_OPTION tSetDecoUse, odeco_usage, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
360 MENU_CALL tTankSizes, do_tank_sizes_menu
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
361 MENU_CALL tTankFillPress, do_tank_fill_press_menu
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
362 MENU_CALL tExit, do_return_divemode_menu
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
363 MENU_END
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
364
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
365
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
366
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
367 do_tank_sizes_menu:
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
368 MENU_BEGIN tTankSizes, .6
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
369 MENU_OPTION tGas1, oTankSize1, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
370 MENU_OPTION tGas2, oTankSize2, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
371 MENU_OPTION tGas3, oTankSize3, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
372 MENU_OPTION tGas4, oTankSize4, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
373 MENU_OPTION tGas5, oTankSize5, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
374 MENU_CALL tExit, do_return_2nd_deco_plan_menu
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
375 MENU_END
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
376
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
377
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
378
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
379 do_tank_fill_press_menu:
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
380 MENU_BEGIN tTankFillPress, .6
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
381 MENU_OPTION tGas1, oTankFillPres1, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
382 MENU_OPTION tGas2, oTankFillPres2, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
383 MENU_OPTION tGas3, oTankFillPres3, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
384 MENU_OPTION tGas4, oTankFillPres4, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
385 MENU_OPTION tGas5, oTankFillPres5, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
386 MENU_CALL tExit, do_return_2nd_deco_plan_menu
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
387 MENU_END
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
388
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
389
0
heinrichsweikamp
parents:
diff changeset
390 do_aGF_menu:
heinrichsweikamp
parents:
diff changeset
391 MENU_BEGIN taGFMenu, .4
heinrichsweikamp
parents:
diff changeset
392 MENU_OPTION taGF_enable,oEnable_aGF, 0
heinrichsweikamp
parents:
diff changeset
393 MENU_OPTION taGF_low, oaGF_low, 0
heinrichsweikamp
parents:
diff changeset
394 MENU_OPTION taGF_high, oaGF_high, 0
heinrichsweikamp
parents:
diff changeset
395 MENU_CALL tExit, do_return_decoparameters_menu
heinrichsweikamp
parents:
diff changeset
396 MENU_END
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
397
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
398
0
heinrichsweikamp
parents:
diff changeset
399 ;=============================================================================
heinrichsweikamp
parents:
diff changeset
400 ; Setup Menu
heinrichsweikamp
parents:
diff changeset
401
heinrichsweikamp
parents:
diff changeset
402 do_return_settings:
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
403 bcf settime_setdate ; Clear flag
428
eccae727702f some cleanup
heinrichsweikamp
parents: 396
diff changeset
404 rcall menu_tree_double_pop ; drop exit line and back to last line
0
heinrichsweikamp
parents:
diff changeset
405
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
406 extern compass_calibration_loop
0
heinrichsweikamp
parents:
diff changeset
407 do_settings_menu:
345
3f2d0c0bc101 re-arrange settings menu
heinrichsweikamp
parents: 337
diff changeset
408 btfsc ble_available ; ble available
3f2d0c0bc101 re-arrange settings menu
heinrichsweikamp
parents: 337
diff changeset
409 bra do_settings_menu_ble ; Yes.
3f2d0c0bc101 re-arrange settings menu
heinrichsweikamp
parents: 337
diff changeset
410 MENU_BEGIN tSystSets, .6
0
heinrichsweikamp
parents:
diff changeset
411 MENU_CALL tInfoMenu, do_info_menu
heinrichsweikamp
parents:
diff changeset
412 MENU_CALL tSetTimeDate, do_date_time_menu
heinrichsweikamp
parents:
diff changeset
413 MENU_CALL tDispSets, do_dispsets_menu
562
8b7ea27ea1fa seperate desat and sat multipliers for GF and Non-GF modes. Set to 100/100 as default in GF mode
heinrichsweikamp
parents: 560
diff changeset
414 MENU_OPTION tLanguage, oLanguage, 0
155
5f71e31bd5b3 CHANGE: Re-arranged Settings Menu, add 180? rotate to menu
heinrichsweikamp
parents: 154
diff changeset
415 MENU_CALL tMore, do_settings_menu_more
5f71e31bd5b3 CHANGE: Re-arranged Settings Menu, add 180? rotate to menu
heinrichsweikamp
parents: 154
diff changeset
416 MENU_CALL tExit, do_continue_main_menu
5f71e31bd5b3 CHANGE: Re-arranged Settings Menu, add 180? rotate to menu
heinrichsweikamp
parents: 154
diff changeset
417 MENU_END
5f71e31bd5b3 CHANGE: Re-arranged Settings Menu, add 180? rotate to menu
heinrichsweikamp
parents: 154
diff changeset
418
345
3f2d0c0bc101 re-arrange settings menu
heinrichsweikamp
parents: 337
diff changeset
419 do_settings_menu_ble:
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
420 MENU_BEGIN tSystSets, .7
345
3f2d0c0bc101 re-arrange settings menu
heinrichsweikamp
parents: 337
diff changeset
421 MENU_CALL tInfoMenu, do_info_menu
3f2d0c0bc101 re-arrange settings menu
heinrichsweikamp
parents: 337
diff changeset
422 MENU_CALL tBleTitle, comm_mode0
3f2d0c0bc101 re-arrange settings menu
heinrichsweikamp
parents: 337
diff changeset
423 MENU_CALL tSetTimeDate, do_date_time_menu
3f2d0c0bc101 re-arrange settings menu
heinrichsweikamp
parents: 337
diff changeset
424 MENU_CALL tDispSets, do_dispsets_menu
562
8b7ea27ea1fa seperate desat and sat multipliers for GF and Non-GF modes. Set to 100/100 as default in GF mode
heinrichsweikamp
parents: 560
diff changeset
425 MENU_OPTION tLanguage, oLanguage, 0
345
3f2d0c0bc101 re-arrange settings menu
heinrichsweikamp
parents: 337
diff changeset
426 MENU_CALL tMore, do_settings_menu_more
3f2d0c0bc101 re-arrange settings menu
heinrichsweikamp
parents: 337
diff changeset
427 MENU_CALL tExit, do_continue_main_menu
3f2d0c0bc101 re-arrange settings menu
heinrichsweikamp
parents: 337
diff changeset
428 MENU_END
326
d21b172d5a7a VSIbar #4: VSI settings submenu, graph option, logbook offset and compass calib. menu exit fix
Janos Kovacs <kovjanos@gmail.com>
parents: 307
diff changeset
429
d21b172d5a7a VSIbar #4: VSI settings submenu, graph option, logbook offset and compass calib. menu exit fix
Janos Kovacs <kovjanos@gmail.com>
parents: 307
diff changeset
430 do_return_settings_more:
428
eccae727702f some cleanup
heinrichsweikamp
parents: 396
diff changeset
431 rcall menu_tree_double_pop ; drop exit line and back to last line
220
effd7259f5a5 make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents: 218
diff changeset
432
155
5f71e31bd5b3 CHANGE: Re-arranged Settings Menu, add 180? rotate to menu
heinrichsweikamp
parents: 154
diff changeset
433 do_settings_menu_more:
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
434 btfsc battery_gauge_available ; piezo buttons available
269
1207cf9a9408 adjust menu for different hardware versions
heinrichsweikamp
parents: 243
diff changeset
435 bra do_settings_menu_more_piezo
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
436 btfsc ble_available ; ble available
269
1207cf9a9408 adjust menu for different hardware versions
heinrichsweikamp
parents: 243
diff changeset
437 bra do_settings_menu_more_ostc3p
345
3f2d0c0bc101 re-arrange settings menu
heinrichsweikamp
parents: 337
diff changeset
438 MENU_BEGIN tSystSets, .7
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
439 MENU_CALL tCompassMenu, do_compass_menu
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
440 MENU_CALL tLogOffset, do_log_offset_menu
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
441 MENU_OPTION tUnits, oUnits, 0
562
8b7ea27ea1fa seperate desat and sat multipliers for GF and Non-GF modes. Set to 100/100 as default in GF mode
heinrichsweikamp
parents: 560
diff changeset
442 MENU_OPTION tAltMode, oAltMode, 0
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
443 MENU_OPTION tDvSalinity, oDiveSalinity, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
444 MENU_CALL tResetMenu, do_reset_menu
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
445 MENU_CALL tExit, do_return_settings
220
effd7259f5a5 make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents: 218
diff changeset
446 MENU_END
effd7259f5a5 make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents: 218
diff changeset
447
375
a9e35c1327aa 1.88 release, BUGFIX: Start with Sensor use from sleep (cR only), CHANGE: Apply button settings when button menu is closed, NEW: Reset button settings on a magnet reset (cR and OSTC 2)
heinrichsweikamp
parents: 359
diff changeset
448 do_settings_menu_more_piezo_exit:
a9e35c1327aa 1.88 release, BUGFIX: Start with Sensor use from sleep (cR only), CHANGE: Apply button settings when button menu is closed, NEW: Reset button settings on a magnet reset (cR and OSTC 2)
heinrichsweikamp
parents: 359
diff changeset
449 call TFT_ClearScreen
a9e35c1327aa 1.88 release, BUGFIX: Start with Sensor use from sleep (cR only), CHANGE: Apply button settings when button menu is closed, NEW: Reset button settings on a magnet reset (cR and OSTC 2)
heinrichsweikamp
parents: 359
diff changeset
450 extern piezo_config
a9e35c1327aa 1.88 release, BUGFIX: Start with Sensor use from sleep (cR only), CHANGE: Apply button settings when button menu is closed, NEW: Reset button settings on a magnet reset (cR and OSTC 2)
heinrichsweikamp
parents: 359
diff changeset
451 call piezo_config ; Configure buttons
524
d2e52e6e1604 menu work
heinrichsweikamp
parents: 523
diff changeset
452
269
1207cf9a9408 adjust menu for different hardware versions
heinrichsweikamp
parents: 243
diff changeset
453 do_settings_menu_more_piezo:
218
8fbd8c5ac51f 1.71beta start
heinrichsweikamp
parents: 200
diff changeset
454 MENU_BEGIN tSystSets, .7
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
455 MENU_CALL tCompassMenu, do_compass_menu
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
456 MENU_CALL tLogOffset, do_log_offset_menu
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
457 MENU_OPTION tUnits, oUnits, 0
562
8b7ea27ea1fa seperate desat and sat multipliers for GF and Non-GF modes. Set to 100/100 as default in GF mode
heinrichsweikamp
parents: 560
diff changeset
458 MENU_OPTION tAltMode, oAltMode, 0
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
459 MENU_OPTION tDvSalinity, oDiveSalinity, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
460 MENU_CALL tMore, do_settings_piezo_menu
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
461 MENU_CALL tExit, do_return_settings
0
heinrichsweikamp
parents:
diff changeset
462 MENU_END
heinrichsweikamp
parents:
diff changeset
463
220
effd7259f5a5 make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents: 218
diff changeset
464 extern comm_mode0
243
ee81f46714cb auto-select correct settings menu
heinrichsweikamp
parents: 240
diff changeset
465
345
3f2d0c0bc101 re-arrange settings menu
heinrichsweikamp
parents: 337
diff changeset
466 do_settings_piezo_menu:
3f2d0c0bc101 re-arrange settings menu
heinrichsweikamp
parents: 337
diff changeset
467 ; Menu with features only available in piezo button hardware
220
effd7259f5a5 make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents: 218
diff changeset
468 MENU_BEGIN tSystSets, .4
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
469 MENU_CALL tResetMenu, do_reset_menu
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
470 MENU_OPTION tButtonleft, ocR_button_left, 0 ; left button sensitivity
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
471 MENU_OPTION tButtonright, ocR_button_right, 0 ; right button sensitivity
375
a9e35c1327aa 1.88 release, BUGFIX: Start with Sensor use from sleep (cR only), CHANGE: Apply button settings when button menu is closed, NEW: Reset button settings on a magnet reset (cR and OSTC 2)
heinrichsweikamp
parents: 359
diff changeset
472 MENU_CALL tExit, do_settings_menu_more_piezo_exit
220
effd7259f5a5 make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents: 218
diff changeset
473 MENU_END
effd7259f5a5 make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents: 218
diff changeset
474
269
1207cf9a9408 adjust menu for different hardware versions
heinrichsweikamp
parents: 243
diff changeset
475 do_settings_menu_more_ostc3p: ; Menu with BLE feature
243
ee81f46714cb auto-select correct settings menu
heinrichsweikamp
parents: 240
diff changeset
476 MENU_BEGIN tSystSets, .7
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
477 MENU_CALL tCompassMenu, do_compass_menu
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
478 MENU_CALL tLogOffset, do_log_offset_menu
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
479 MENU_OPTION tUnits, oUnits, 0
562
8b7ea27ea1fa seperate desat and sat multipliers for GF and Non-GF modes. Set to 100/100 as default in GF mode
heinrichsweikamp
parents: 560
diff changeset
480 MENU_OPTION tAltMode, oAltMode, 0
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
481 MENU_OPTION tDvSalinity, oDiveSalinity, 0
345
3f2d0c0bc101 re-arrange settings menu
heinrichsweikamp
parents: 337
diff changeset
482 MENU_CALL tResetMenu, do_reset_menu
243
ee81f46714cb auto-select correct settings menu
heinrichsweikamp
parents: 240
diff changeset
483 MENU_CALL tExit, do_return_settings
ee81f46714cb auto-select correct settings menu
heinrichsweikamp
parents: 240
diff changeset
484 MENU_END
220
effd7259f5a5 make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents: 218
diff changeset
485
18
4e3f133dfbf4 add new opt_compass_gain option to work with more magnetic battery types
heinrichsweikamp
parents: 0
diff changeset
486 do_compass_menu:
544
64a45f203144 NEW: Show Compass calibration results in Compass menu
heinrichsweikamp
parents: 530
diff changeset
487 MENU_BEGIN tSystSets, .5
18
4e3f133dfbf4 add new opt_compass_gain option to work with more magnetic battery types
heinrichsweikamp
parents: 0
diff changeset
488 MENU_CALL tCompassMenu, compass_calibration_loop
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
489 ; MENU_OPTION tCompassGain, oCompassGain, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
490 MENU_DYNAMIC menu_cal_x, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
491 MENU_DYNAMIC menu_cal_y, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
492 MENU_DYNAMIC menu_cal_z, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
493 MENU_CALL tExit, do_return_settings_more
18
4e3f133dfbf4 add new opt_compass_gain option to work with more magnetic battery types
heinrichsweikamp
parents: 0
diff changeset
494 MENU_END
4e3f133dfbf4 add new opt_compass_gain option to work with more magnetic battery types
heinrichsweikamp
parents: 0
diff changeset
495
0
heinrichsweikamp
parents:
diff changeset
496 ;=============================================================================
heinrichsweikamp
parents:
diff changeset
497 ; Reset and confirmation menu.
heinrichsweikamp
parents:
diff changeset
498
heinrichsweikamp
parents:
diff changeset
499 do_reset_menu:
63
5c4d4a42e7a0 allow logbook erase from reset menu
heinrichsweikamp
parents: 50
diff changeset
500 MENU_BEGIN tResetMenu, .6
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
501 MENU_CALL tExit, do_return_settings
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
502 MENU_CALL tReboot, do_reset_menu2 ; Confirm
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
503 MENU_CALL tResetDeco, do_reset_menu3 ; Confirm
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
504 MENU_CALL tResetSettings, do_reset_menu4 ; Confirm
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
505 MENU_CALL tResetLogbook, do_reset_menu5 ; Confirm
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
506 MENU_CALL tResetBattery, new_battery_menu ; New Battery sub menu
0
heinrichsweikamp
parents:
diff changeset
507 MENU_END
heinrichsweikamp
parents:
diff changeset
508
heinrichsweikamp
parents:
diff changeset
509 do_reset_menu2:
heinrichsweikamp
parents:
diff changeset
510 MENU_BEGIN tResetMenu2, .2
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
511 MENU_CALL tAbort, do_continue_menu_3stack
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
512 MENU_CALL tReboot, do_reboot ; Reboot
0
heinrichsweikamp
parents:
diff changeset
513 MENU_END
heinrichsweikamp
parents:
diff changeset
514
heinrichsweikamp
parents:
diff changeset
515 do_reset_menu3:
heinrichsweikamp
parents:
diff changeset
516 MENU_BEGIN tResetMenu2, .2
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
517 MENU_CALL tAbort, do_continue_menu_3stack
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
518 MENU_CALL tResetDeco, do_reset_deco ; Reset Deco
0
heinrichsweikamp
parents:
diff changeset
519 MENU_END
heinrichsweikamp
parents:
diff changeset
520
heinrichsweikamp
parents:
diff changeset
521 do_reset_menu4:
heinrichsweikamp
parents:
diff changeset
522 MENU_BEGIN tResetMenu2, .2
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
523 MENU_CALL tAbort, do_continue_menu_3stack
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
524 MENU_CALL tResetSettings, do_reset_settings ; Reset all settings
0
heinrichsweikamp
parents:
diff changeset
525 MENU_END
heinrichsweikamp
parents:
diff changeset
526
63
5c4d4a42e7a0 allow logbook erase from reset menu
heinrichsweikamp
parents: 50
diff changeset
527 do_reset_menu5:
5c4d4a42e7a0 allow logbook erase from reset menu
heinrichsweikamp
parents: 50
diff changeset
528 MENU_BEGIN tResetMenu2, .2
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
529 MENU_CALL tAbort, do_continue_menu_3stack
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
530 MENU_CALL tResetLogbook, do_reset_logbook ; Reset logbook
63
5c4d4a42e7a0 allow logbook erase from reset menu
heinrichsweikamp
parents: 50
diff changeset
531 MENU_END
5c4d4a42e7a0 allow logbook erase from reset menu
heinrichsweikamp
parents: 50
diff changeset
532
5c4d4a42e7a0 allow logbook erase from reset menu
heinrichsweikamp
parents: 50
diff changeset
533 do_reset_logbook:
5c4d4a42e7a0 allow logbook erase from reset menu
heinrichsweikamp
parents: 50
diff changeset
534 clrf EEADRH ; Make sure to select eeprom bank 0
5c4d4a42e7a0 allow logbook erase from reset menu
heinrichsweikamp
parents: 50
diff changeset
535 clrf EEDATA
78
668b432dcae9 BUGFIX: Reset Logbook did not reset Logbook TOC properly
mh@mh-THINK.localdomain
parents: 76
diff changeset
536 read_int_eeprom .2
396
61984f91174a place total dives backup counter in eeprom 16:17
heinrichsweikamp
parents: 375
diff changeset
537 write_int_eeprom .16
78
668b432dcae9 BUGFIX: Reset Logbook did not reset Logbook TOC properly
mh@mh-THINK.localdomain
parents: 76
diff changeset
538 read_int_eeprom .3
396
61984f91174a place total dives backup counter in eeprom 16:17
heinrichsweikamp
parents: 375
diff changeset
539 write_int_eeprom .17 ; Copy number of dives
144
b839972db982 1.45 beta release
heinrichsweikamp
parents: 139
diff changeset
540 clrf EEDATA
78
668b432dcae9 BUGFIX: Reset Logbook did not reset Logbook TOC properly
mh@mh-THINK.localdomain
parents: 76
diff changeset
541 write_int_eeprom .2
668b432dcae9 BUGFIX: Reset Logbook did not reset Logbook TOC properly
mh@mh-THINK.localdomain
parents: 76
diff changeset
542 write_int_eeprom .3 ; Clear total dives
63
5c4d4a42e7a0 allow logbook erase from reset menu
heinrichsweikamp
parents: 50
diff changeset
543 write_int_eeprom .4
5c4d4a42e7a0 allow logbook erase from reset menu
heinrichsweikamp
parents: 50
diff changeset
544 write_int_eeprom .5
5c4d4a42e7a0 allow logbook erase from reset menu
heinrichsweikamp
parents: 50
diff changeset
545 write_int_eeprom .6 ; Reset logbook pointers
5c4d4a42e7a0 allow logbook erase from reset menu
heinrichsweikamp
parents: 50
diff changeset
546 call ext_flash_erase_logbook ; And complete logbook (!)
524
d2e52e6e1604 menu work
heinrichsweikamp
parents: 523
diff changeset
547 goto do_continue_main_menu ; back to menu
63
5c4d4a42e7a0 allow logbook erase from reset menu
heinrichsweikamp
parents: 50
diff changeset
548
0
heinrichsweikamp
parents:
diff changeset
549
heinrichsweikamp
parents:
diff changeset
550 do_reset_deco:
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
551 SAFE_2BYTE_COPY last_surfpressure_30min,int_I_pres_respiration ; copy surface pressure to deco routine
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
552 SAFE_2BYTE_COPY last_surfpressure_30min,int_I_pres_surface ; copy surface pressure to deco routine
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
553
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
554 call deco_clear_tissue ; set all tissues to Pamb * N2_ratio (C-Code)
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
555 banksel common ; back to bank 1, needed after every return from C code
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
556
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
557 call deco_calc_wo_deco_step_1_min ; calculate deco in surface mode
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
558 call deco_calc_desaturation_time ; calculate desaturation and no-fly time
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
559 banksel common
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
560
524
d2e52e6e1604 menu work
heinrichsweikamp
parents: 523
diff changeset
561 goto do_return_settings ; back to menu
0
heinrichsweikamp
parents:
diff changeset
562
heinrichsweikamp
parents:
diff changeset
563 do_reset_settings:
470
81faca166e1b minor: clear screen while resetting settings
heinrichsweikamp
parents: 464
diff changeset
564 call TFT_ClearScreen ; Clear screen
139
e0b758865e91 some cleanup
heinrichsweikamp
parents: 113
diff changeset
565 banksel common
0
heinrichsweikamp
parents:
diff changeset
566 extern option_reset_all
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
567 call option_reset_all ; Reset all options to factory default.
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
568 goto restart ; Restart into surfacemode
0
heinrichsweikamp
parents:
diff changeset
569
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
570 do_continue_menu_3stack: ; Return three levels deep
0
heinrichsweikamp
parents:
diff changeset
571 call menu_processor_pop
524
d2e52e6e1604 menu work
heinrichsweikamp
parents: 523
diff changeset
572 goto do_return_settings
0
heinrichsweikamp
parents:
diff changeset
573
heinrichsweikamp
parents:
diff changeset
574 do_reboot:
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
575 call ext_flash_enable_protection ; Enables write protection
0
heinrichsweikamp
parents:
diff changeset
576 reset
heinrichsweikamp
parents:
diff changeset
577
heinrichsweikamp
parents:
diff changeset
578
heinrichsweikamp
parents:
diff changeset
579 do_date_time_menu:
heinrichsweikamp
parents:
diff changeset
580 MENU_BEGIN tSetTimeDate, .4
heinrichsweikamp
parents:
diff changeset
581 MENU_CALL tSetTime, do_time_menu
heinrichsweikamp
parents:
diff changeset
582 MENU_CALL tSetDate, do_date_menu
heinrichsweikamp
parents:
diff changeset
583 MENU_OPTION tDateFormat,oDateFormat, 0
heinrichsweikamp
parents:
diff changeset
584 MENU_CALL tExit, do_return_settings
heinrichsweikamp
parents:
diff changeset
585 MENU_END
heinrichsweikamp
parents:
diff changeset
586
heinrichsweikamp
parents:
diff changeset
587 do_date_menu:
heinrichsweikamp
parents:
diff changeset
588 bsf settime_setdate
heinrichsweikamp
parents:
diff changeset
589 MENU_BEGIN tSetDate, .4
heinrichsweikamp
parents:
diff changeset
590 MENU_OPTION tSetDay, oSetDay, 0
50
ec4d8503ec45 NEW: user-selectable color schemes
heinrichsweikamp
parents: 39
diff changeset
591 MENU_OPTION tSetMonth, oSetMonth, 0
0
heinrichsweikamp
parents:
diff changeset
592 MENU_OPTION tSetYear, oSetYear, 0
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
593 MENU_CALL tExit, do_continue_menu_3stack
0
heinrichsweikamp
parents:
diff changeset
594 MENU_END
heinrichsweikamp
parents:
diff changeset
595
heinrichsweikamp
parents:
diff changeset
596
heinrichsweikamp
parents:
diff changeset
597 do_reset_seconds:
heinrichsweikamp
parents:
diff changeset
598 clrf secs
heinrichsweikamp
parents:
diff changeset
599 extern rtc_set_rtc
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
600 call rtc_set_rtc ; writes mins,sec,hours,day,month and year to rtc module
0
heinrichsweikamp
parents:
diff changeset
601 do_time_menu:
heinrichsweikamp
parents:
diff changeset
602 bsf settime_setdate
heinrichsweikamp
parents:
diff changeset
603 MENU_BEGIN tSetTime, .4
heinrichsweikamp
parents:
diff changeset
604 MENU_OPTION tSetHours, oSetHours, 0
heinrichsweikamp
parents:
diff changeset
605 MENU_OPTION tSetMinutes,oSetMinutes, 0
heinrichsweikamp
parents:
diff changeset
606 MENU_CALL tSetSeconds, do_reset_seconds
heinrichsweikamp
parents:
diff changeset
607 MENU_CALL tExit, do_continue_menu_3stack
heinrichsweikamp
parents:
diff changeset
608 MENU_END
heinrichsweikamp
parents:
diff changeset
609
heinrichsweikamp
parents:
diff changeset
610
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
611 do_toggle_ppo2_max: ; add 0.1bar, with hard-coded max.
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
612 movff char_I_ppO2_max,lo ; banksafe
0
heinrichsweikamp
parents:
diff changeset
613 movlw .10
heinrichsweikamp
parents:
diff changeset
614 addwf lo,F
heinrichsweikamp
parents:
diff changeset
615 movlw ppo2_highest_setting
heinrichsweikamp
parents:
diff changeset
616 cpfsgt lo
heinrichsweikamp
parents:
diff changeset
617 bra do_toggle_ppo2_max2
heinrichsweikamp
parents:
diff changeset
618 movlw .120
heinrichsweikamp
parents:
diff changeset
619 movwf lo
heinrichsweikamp
parents:
diff changeset
620 do_toggle_ppo2_max2:
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
621 movff lo,char_I_ppO2_max
0
heinrichsweikamp
parents:
diff changeset
622 return
heinrichsweikamp
parents:
diff changeset
623
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
624 do_toggle_ppo2_max_deco: ; add 0.1bar, with hard-coded max.
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
625 movff char_I_ppO2_max_deco,lo ; banksafe
507
4e6f5c36f4cc NEW: Two ppO2 max settings. One for travel/bottom and one for deco gases
heinrichsweikamp
parents: 505
diff changeset
626 movlw .10
4e6f5c36f4cc NEW: Two ppO2 max settings. One for travel/bottom and one for deco gases
heinrichsweikamp
parents: 505
diff changeset
627 addwf lo,F
4e6f5c36f4cc NEW: Two ppO2 max settings. One for travel/bottom and one for deco gases
heinrichsweikamp
parents: 505
diff changeset
628 movlw ppo2_highest_setting_deco
4e6f5c36f4cc NEW: Two ppO2 max settings. One for travel/bottom and one for deco gases
heinrichsweikamp
parents: 505
diff changeset
629 cpfsgt lo
4e6f5c36f4cc NEW: Two ppO2 max settings. One for travel/bottom and one for deco gases
heinrichsweikamp
parents: 505
diff changeset
630 bra do_toggle_ppo2_max_deco2
4e6f5c36f4cc NEW: Two ppO2 max settings. One for travel/bottom and one for deco gases
heinrichsweikamp
parents: 505
diff changeset
631 movlw .120
4e6f5c36f4cc NEW: Two ppO2 max settings. One for travel/bottom and one for deco gases
heinrichsweikamp
parents: 505
diff changeset
632 movwf lo
4e6f5c36f4cc NEW: Two ppO2 max settings. One for travel/bottom and one for deco gases
heinrichsweikamp
parents: 505
diff changeset
633 do_toggle_ppo2_max_deco2:
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
634 movff lo,char_I_ppO2_max_deco
507
4e6f5c36f4cc NEW: Two ppO2 max settings. One for travel/bottom and one for deco gases
heinrichsweikamp
parents: 505
diff changeset
635 return
4e6f5c36f4cc NEW: Two ppO2 max settings. One for travel/bottom and one for deco gases
heinrichsweikamp
parents: 505
diff changeset
636
0
heinrichsweikamp
parents:
diff changeset
637 do_toggle_ppo2_min: ; sub 0.1bar, with hard-coded min.
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
638 movff char_I_ppO2_min,lo ; banksafe
0
heinrichsweikamp
parents:
diff changeset
639 incf lo,F
heinrichsweikamp
parents:
diff changeset
640 movlw .21
heinrichsweikamp
parents:
diff changeset
641 cpfsgt lo
heinrichsweikamp
parents:
diff changeset
642 bra do_toggle_ppo2_min2
heinrichsweikamp
parents:
diff changeset
643 movlw ppo2_lowest_setting
heinrichsweikamp
parents:
diff changeset
644 movwf lo
heinrichsweikamp
parents:
diff changeset
645 do_toggle_ppo2_min2:
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
646 movff lo,char_I_ppO2_min
0
heinrichsweikamp
parents:
diff changeset
647 return
heinrichsweikamp
parents:
diff changeset
648
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
649 do_toggle_ppo2_min_cc: ; sub 0.1bar, with hard-coded min.
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
650 movff char_I_ppO2_min_loop,lo ; banksafe
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
651 incf lo,F
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
652 movlw ppo2_warning_low_cc_max
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
653 cpfsgt lo
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
654 bra do_toggle_ppo2_min_cc2
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
655 movlw ppo2_warning_low_cc_min
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
656 movwf lo
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
657 do_toggle_ppo2_min_cc2:
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
658 movff lo,char_I_ppO2_min_loop
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
659 return
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
660
0
heinrichsweikamp
parents:
diff changeset
661
heinrichsweikamp
parents:
diff changeset
662 ; Logbook offset sub-menu
heinrichsweikamp
parents:
diff changeset
663 do_log_offset_menu:
heinrichsweikamp
parents:
diff changeset
664 MENU_BEGIN tLogOffset, .6
heinrichsweikamp
parents:
diff changeset
665 MENU_DYNAMIC TFT_LogOffset_Logtitle, 0
heinrichsweikamp
parents:
diff changeset
666 MENU_CALL tLogOffsetp1, do_logoffset_plus1
heinrichsweikamp
parents:
diff changeset
667 MENU_CALL tLogOffsetp10, do_logoffset_plus10
heinrichsweikamp
parents:
diff changeset
668 MENU_CALL tLogOffsetm1, do_logoffset_minus1
heinrichsweikamp
parents:
diff changeset
669 MENU_CALL tLogOffsetm10, do_logoffset_minus10
326
d21b172d5a7a VSIbar #4: VSI settings submenu, graph option, logbook offset and compass calib. menu exit fix
Janos Kovacs <kovjanos@gmail.com>
parents: 307
diff changeset
670 MENU_CALL tExit, do_return_settings_more
0
heinrichsweikamp
parents:
diff changeset
671 MENU_END
heinrichsweikamp
parents:
diff changeset
672
heinrichsweikamp
parents:
diff changeset
673
heinrichsweikamp
parents:
diff changeset
674 do_logoffset_minus1:
heinrichsweikamp
parents:
diff changeset
675 call do_logoffset_common_read ; Read into lo:hi
heinrichsweikamp
parents:
diff changeset
676 movlw d'1'
heinrichsweikamp
parents:
diff changeset
677 subwf lo
heinrichsweikamp
parents:
diff changeset
678 movlw d'0'
heinrichsweikamp
parents:
diff changeset
679 subwfb hi
heinrichsweikamp
parents:
diff changeset
680 btfss hi,7 ; <0?
heinrichsweikamp
parents:
diff changeset
681 goto do_logoffset_common_write ; Store and return
heinrichsweikamp
parents:
diff changeset
682 clrf lo
heinrichsweikamp
parents:
diff changeset
683 clrf hi
heinrichsweikamp
parents:
diff changeset
684 goto do_logoffset_common_write ; Store and return
heinrichsweikamp
parents:
diff changeset
685
heinrichsweikamp
parents:
diff changeset
686 do_logoffset_minus10:
heinrichsweikamp
parents:
diff changeset
687 call do_logoffset_common_read ; Read into lo:hi
heinrichsweikamp
parents:
diff changeset
688 movlw d'10'
heinrichsweikamp
parents:
diff changeset
689 subwf lo
heinrichsweikamp
parents:
diff changeset
690 movlw d'0'
heinrichsweikamp
parents:
diff changeset
691 subwfb hi
heinrichsweikamp
parents:
diff changeset
692 btfss hi,7 ; <0?
heinrichsweikamp
parents:
diff changeset
693 goto do_logoffset_common_write ; Store and return
heinrichsweikamp
parents:
diff changeset
694 clrf lo
heinrichsweikamp
parents:
diff changeset
695 clrf hi
heinrichsweikamp
parents:
diff changeset
696 goto do_logoffset_common_write ; Store and return
heinrichsweikamp
parents:
diff changeset
697
heinrichsweikamp
parents:
diff changeset
698 do_logoffset_plus1:
heinrichsweikamp
parents:
diff changeset
699 call do_logoffset_common_read ; Read into lo:hi
148
022b886eddaf some cleanup
heinrichsweikamp
parents: 145
diff changeset
700 infsnz lo,F
022b886eddaf some cleanup
heinrichsweikamp
parents: 145
diff changeset
701 incf hi,F
0
heinrichsweikamp
parents:
diff changeset
702 goto do_logoffset_common_write ; Store and return
heinrichsweikamp
parents:
diff changeset
703
heinrichsweikamp
parents:
diff changeset
704 do_logoffset_plus10:
heinrichsweikamp
parents:
diff changeset
705 call do_logoffset_common_read ; Read into lo:hi
heinrichsweikamp
parents:
diff changeset
706 movlw d'10'
heinrichsweikamp
parents:
diff changeset
707 addwf lo
heinrichsweikamp
parents:
diff changeset
708 movlw d'0'
heinrichsweikamp
parents:
diff changeset
709 addwfc hi
heinrichsweikamp
parents:
diff changeset
710 goto do_logoffset_common_write ; Store and return
heinrichsweikamp
parents:
diff changeset
711
heinrichsweikamp
parents:
diff changeset
712 do_dispsets_menu_3stack:
50
ec4d8503ec45 NEW: user-selectable color schemes
heinrichsweikamp
parents: 39
diff changeset
713 bcf in_color_menu
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
714 call menu_tree_double_pop ; drop exit line and back to last line
0
heinrichsweikamp
parents:
diff changeset
715
heinrichsweikamp
parents:
diff changeset
716 do_dispsets_menu:
562
8b7ea27ea1fa seperate desat and sat multipliers for GF and Non-GF modes. Set to 100/100 as default in GF mode
heinrichsweikamp
parents: 560
diff changeset
717 MENU_BEGIN tDispSets, .5
303
9b1b0b32e7d5 Add configuration option to control depth warning blinking
janos_kovacs <kovjanos@gmail.com>
parents: 298
diff changeset
718 MENU_OPTION tBright, oBrightness, 0
9b1b0b32e7d5 Add configuration option to control depth warning blinking
janos_kovacs <kovjanos@gmail.com>
parents: 298
diff changeset
719 MENU_CALL tColorScheme, do_color_scheme
9b1b0b32e7d5 Add configuration option to control depth warning blinking
janos_kovacs <kovjanos@gmail.com>
parents: 298
diff changeset
720 MENU_OPTION tFlip, oFlipScreen, 0
335
3d43da7acfe1 Always show ppO2 (warning position, standard color) option
janos_kovacs <kovjanos@gmail.com>
parents: 333
diff changeset
721 MENU_CALL tMore, do_dispsets_menu_more
3d43da7acfe1 Always show ppO2 (warning position, standard color) option
janos_kovacs <kovjanos@gmail.com>
parents: 333
diff changeset
722 MENU_CALL tExit, do_return_settings
3d43da7acfe1 Always show ppO2 (warning position, standard color) option
janos_kovacs <kovjanos@gmail.com>
parents: 333
diff changeset
723 MENU_END
3d43da7acfe1 Always show ppO2 (warning position, standard color) option
janos_kovacs <kovjanos@gmail.com>
parents: 333
diff changeset
724
3d43da7acfe1 Always show ppO2 (warning position, standard color) option
janos_kovacs <kovjanos@gmail.com>
parents: 333
diff changeset
725 do_dispsets_menu_more:
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
726 MENU_BEGIN tDispSets, .6
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
727 MENU_OPTION tMODwarning, oMODwarning, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
728 MENU_OPTION tIBCDwarning, oEnable_IBCD, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
729 MENU_OPTION tVSItext2, oVSItextv2, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
730 MENU_OPTION tVSIgraph, oVSIgraph, 0
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
731 MENU_OPTION tTimeoutDive, oDiveTimeout, 0
335
3d43da7acfe1 Always show ppO2 (warning position, standard color) option
janos_kovacs <kovjanos@gmail.com>
parents: 333
diff changeset
732 MENU_CALL tExit, do_dispsets_menu_3stack
0
heinrichsweikamp
parents:
diff changeset
733 MENU_END
heinrichsweikamp
parents:
diff changeset
734
50
ec4d8503ec45 NEW: user-selectable color schemes
heinrichsweikamp
parents: 39
diff changeset
735 extern oColorSetDive
ec4d8503ec45 NEW: user-selectable color schemes
heinrichsweikamp
parents: 39
diff changeset
736 do_color_scheme:
ec4d8503ec45 NEW: user-selectable color schemes
heinrichsweikamp
parents: 39
diff changeset
737 bsf in_color_menu
ec4d8503ec45 NEW: user-selectable color schemes
heinrichsweikamp
parents: 39
diff changeset
738 MENU_BEGIN tColorScheme, .2
ec4d8503ec45 NEW: user-selectable color schemes
heinrichsweikamp
parents: 39
diff changeset
739 MENU_OPTION tColorSetDive,oColorSetDive, 0
ec4d8503ec45 NEW: user-selectable color schemes
heinrichsweikamp
parents: 39
diff changeset
740 MENU_CALL tExit, do_dispsets_menu_3stack
ec4d8503ec45 NEW: user-selectable color schemes
heinrichsweikamp
parents: 39
diff changeset
741 MENU_END
ec4d8503ec45 NEW: user-selectable color schemes
heinrichsweikamp
parents: 39
diff changeset
742
ec4d8503ec45 NEW: user-selectable color schemes
heinrichsweikamp
parents: 39
diff changeset
743
0
heinrichsweikamp
parents:
diff changeset
744 ;=============================================================================
heinrichsweikamp
parents:
diff changeset
745
heinrichsweikamp
parents:
diff changeset
746 global new_battery_menu
464
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
747 extern surfloop
0
heinrichsweikamp
parents:
diff changeset
748 new_battery_menu:
heinrichsweikamp
parents:
diff changeset
749 bsf enable_screen_dumps ; To prevent exiting into COMM mode immediately
heinrichsweikamp
parents:
diff changeset
750 call TFT_boot ; Initialize TFT (includes clear screen)
heinrichsweikamp
parents:
diff changeset
751 call TFT_Display_FadeIn ; Show splash
heinrichsweikamp
parents:
diff changeset
752 movlw .100
heinrichsweikamp
parents:
diff changeset
753 movwf batt_percent ; make sure to reset batt_percent
464
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
754
0
heinrichsweikamp
parents:
diff changeset
755 ; Default (In cases of timeout or USB): Use old battery
heinrichsweikamp
parents:
diff changeset
756 clrf EEADRH
heinrichsweikamp
parents:
diff changeset
757 read_int_eeprom 0x07
heinrichsweikamp
parents:
diff changeset
758 movff EEDATA,battery_gauge+0
heinrichsweikamp
parents:
diff changeset
759 read_int_eeprom 0x08
heinrichsweikamp
parents:
diff changeset
760 movff EEDATA,battery_gauge+1
heinrichsweikamp
parents:
diff changeset
761 read_int_eeprom 0x09
heinrichsweikamp
parents:
diff changeset
762 movff EEDATA,battery_gauge+2
heinrichsweikamp
parents:
diff changeset
763 read_int_eeprom 0x0A
heinrichsweikamp
parents:
diff changeset
764 movff EEDATA,battery_gauge+3
heinrichsweikamp
parents:
diff changeset
765 read_int_eeprom 0x0B
heinrichsweikamp
parents:
diff changeset
766 movff EEDATA,battery_gauge+4
heinrichsweikamp
parents:
diff changeset
767 read_int_eeprom 0x0C
heinrichsweikamp
parents:
diff changeset
768 movff EEDATA,battery_gauge+5
heinrichsweikamp
parents:
diff changeset
769
464
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
770 call menu_processor_reset ; restart from first icon.
474
2880aa1264f5 Fix new battery menu on Power-on reset
heinrichsweikamp
parents: 472
diff changeset
771
2880aa1264f5 Fix new battery menu on Power-on reset
heinrichsweikamp
parents: 472
diff changeset
772 MENU_BEGIN tNewBattTitle, .1
2880aa1264f5 Fix new battery menu on Power-on reset
heinrichsweikamp
parents: 472
diff changeset
773 MENU_CALL tEnter, new_battery_menu2
2880aa1264f5 Fix new battery menu on Power-on reset
heinrichsweikamp
parents: 472
diff changeset
774 MENU_END
2880aa1264f5 Fix new battery menu on Power-on reset
heinrichsweikamp
parents: 472
diff changeset
775
2880aa1264f5 Fix new battery menu on Power-on reset
heinrichsweikamp
parents: 472
diff changeset
776 new_battery_menu2:
464
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
777 ; hardware_flag:
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
778 ; 3: 0x0A or 0x13 (2016)
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
779 ; cR: 0x05
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
780 ; 2 with BLE: 0x11
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
781 ; Sport: 0x12
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
782 ; 3 with BLE: 0x1A
76
a5ea132770db 1.21 release
heinrichsweikamp
parents: 66
diff changeset
783
464
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
784 movlw 0x0A
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
785 cpfseq hardware_flag
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
786 bra $+4
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
787 bra menu_new_battery_AA
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
788 movlw 0x13
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
789 cpfseq hardware_flag
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
790 bra $+4
474
2880aa1264f5 Fix new battery menu on Power-on reset
heinrichsweikamp
parents: 472
diff changeset
791 bra menu_new_battery_AA_16650
464
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
792 movlw 0x12
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
793 cpfseq hardware_flag
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
794 bra $+4
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
795 bra menu_new_battery_AA
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
796 movlw 0x1A
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
797 cpfseq hardware_flag
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
798 bra $+4
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
799 bra menu_new_battery_AA
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
800 movlw 0x11
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
801 cpfseq hardware_flag
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
802 bra $+4
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
803 bra menu_new_battery_18650
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
804 movlw 0x05
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
805 cpfseq hardware_flag
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
806 bra $+4
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
807 bra menu_new_battery_18650
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
808 bra use_old_batteries ; any unsupported value
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
809
474
2880aa1264f5 Fix new battery menu on Power-on reset
heinrichsweikamp
parents: 472
diff changeset
810 menu_new_battery_AA_16650:
2880aa1264f5 Fix new battery menu on Power-on reset
heinrichsweikamp
parents: 472
diff changeset
811 MENU_BEGIN tNewBattTitle, .5
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
812 MENU_CALL tNewBattOld, use_old_batteries
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
813 MENU_CALL tNewBattNew36, use_new_36V_batteries
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
814 MENU_CALL tNewBattNew15, use_new_15V_batteries
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
815 MENU_CALL tNewBattAccu, use_36V_rechargeable
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
816 MENU_CALL tNew16650, use_16650_battery
474
2880aa1264f5 Fix new battery menu on Power-on reset
heinrichsweikamp
parents: 472
diff changeset
817 MENU_END
2880aa1264f5 Fix new battery menu on Power-on reset
heinrichsweikamp
parents: 472
diff changeset
818
464
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
819 menu_new_battery_AA:
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
820 MENU_BEGIN tNewBattTitle, .4
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
821 MENU_CALL tNewBattOld, use_old_batteries
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
822 MENU_CALL tNewBattNew36, use_new_36V_batteries
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
823 MENU_CALL tNewBattNew15, use_new_15V_batteries
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
824 MENU_CALL tNewBattAccu, use_36V_rechargeable
464
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
825 MENU_END
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
826
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
827 menu_new_battery_18650:
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
828 MENU_BEGIN tNewBattTitle, .2
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
829 MENU_CALL tNewBattOld, use_old_batteries
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
830 MENU_CALL tNew18650, use_18650_battery
0
heinrichsweikamp
parents:
diff changeset
831 MENU_END
heinrichsweikamp
parents:
diff changeset
832
464
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
833
457
b4417044a042 recover old battery status prior 2.09
heinrichsweikamp
parents: 453
diff changeset
834 global use_old_prior_209
b4417044a042 recover old battery status prior 2.09
heinrichsweikamp
parents: 453
diff changeset
835 use_old_prior_209:
b4417044a042 recover old battery status prior 2.09
heinrichsweikamp
parents: 453
diff changeset
836 clrf EEADRH
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
837 read_int_eeprom 0x0F ; =0:1.5V, =1:3,6V Saft, =2:LiIon 3,7V/0.8Ah, =3:LiIon 3,7V/3.1Ah, =4: LiIon 3,7V/2.3Ah
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
838 incfsz EEDATA,F ; Was 0xFF?
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
839 return ; No, done.
477
44b8a826b314 NEW: Show battery type in surface mode next to battery voltage
heinrichsweikamp
parents: 474
diff changeset
840
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
841 call lt2942_get_status ; Check for gauge IC
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
842 movlw .3 ; Assume a 18650
457
b4417044a042 recover old battery status prior 2.09
heinrichsweikamp
parents: 453
diff changeset
843 btfss battery_gauge_available ; cR/2 hardware?
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
844 movlw .1 ; Assume a Saft
457
b4417044a042 recover old battery status prior 2.09
heinrichsweikamp
parents: 453
diff changeset
845 movwf EEDATA
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
846 write_int_eeprom 0x0F ; Store the new battery type into EEPROM
457
b4417044a042 recover old battery status prior 2.09
heinrichsweikamp
parents: 453
diff changeset
847 return
b4417044a042 recover old battery status prior 2.09
heinrichsweikamp
parents: 453
diff changeset
848
0
heinrichsweikamp
parents:
diff changeset
849 global use_old_batteries
heinrichsweikamp
parents:
diff changeset
850 use_old_batteries:
heinrichsweikamp
parents:
diff changeset
851 clrf EEADRH
heinrichsweikamp
parents:
diff changeset
852 read_int_eeprom 0x07
heinrichsweikamp
parents:
diff changeset
853 movff EEDATA,battery_gauge+0
heinrichsweikamp
parents:
diff changeset
854 read_int_eeprom 0x08
heinrichsweikamp
parents:
diff changeset
855 movff EEDATA,battery_gauge+1
heinrichsweikamp
parents:
diff changeset
856 read_int_eeprom 0x09
heinrichsweikamp
parents:
diff changeset
857 movff EEDATA,battery_gauge+2
heinrichsweikamp
parents:
diff changeset
858 read_int_eeprom 0x0A
heinrichsweikamp
parents:
diff changeset
859 movff EEDATA,battery_gauge+3
heinrichsweikamp
parents:
diff changeset
860 read_int_eeprom 0x0B
heinrichsweikamp
parents:
diff changeset
861 movff EEDATA,battery_gauge+4
heinrichsweikamp
parents:
diff changeset
862 read_int_eeprom 0x0C
heinrichsweikamp
parents:
diff changeset
863 movff EEDATA,battery_gauge+5
448
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
864 read_int_eeprom 0x0F
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
865 movff EEDATA,battery_type ; =0:1.5V, =1:3,6V Saft, =2:LiIon 3,7V/0.8Ah, =3:LiIon 3,7V/3.1Ah, =4: LiIon 3,7V/2.3Ah
448
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
866
450
791a25c4aab4 bugfix "old battery" type
heinrichsweikamp
parents: 448
diff changeset
867 rcall setup_new_saft ; Any other value
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
868 incf EEDATA,F ; 1 ... 5
450
791a25c4aab4 bugfix "old battery" type
heinrichsweikamp
parents: 448
diff changeset
869 dcfsnz EEDATA,F
448
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
870 rcall setup_new_15v ;=0
450
791a25c4aab4 bugfix "old battery" type
heinrichsweikamp
parents: 448
diff changeset
871 dcfsnz EEDATA,F
448
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
872 rcall setup_new_saft ;=1
450
791a25c4aab4 bugfix "old battery" type
heinrichsweikamp
parents: 448
diff changeset
873 dcfsnz EEDATA,F
448
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
874 rcall setup_new_panasonic ;=2
477
44b8a826b314 NEW: Show battery type in surface mode next to battery voltage
heinrichsweikamp
parents: 474
diff changeset
875 dcfsnz EEDATA,F
448
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
876 rcall setup_new_18650 ;=3
477
44b8a826b314 NEW: Show battery type in surface mode next to battery voltage
heinrichsweikamp
parents: 474
diff changeset
877 dcfsnz EEDATA,F
472
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
878 rcall setup_new_16650 ;=4
464
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
879
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
880 bcf use_old_batt_flag ; clear flag
0491a84fd0b8 CHANGE: Easier to understand "New Battery" menu (OSTC model dependent)
heinrichsweikamp
parents: 457
diff changeset
881 goto surfloop ; Jump to Surfaceloop!
0
heinrichsweikamp
parents:
diff changeset
882
472
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
883 setup_new_15v:
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
884 bsf charge_disable
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
885 bcf TRISE,2
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
886 movlw .100
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
887 movwf batt_percent ; To have 1,5V batteries right after firmware update
472
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
888 movlw .0
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
889 movff WREG,battery_type
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
890 return
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
891
448
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
892 setup_new_saft:
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
893 banksel battery_capacity
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
894 movlw LOW internal_saft_capacity
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
895 movwf internal_battery_capacity+0
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
896 movlw HIGH internal_saft_capacity
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
897 movwf internal_battery_capacity+1
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
898 movlw LOW saft_capacity
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
899 movwf battery_capacity+0
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
900 movlw HIGH saft_capacity
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
901 movwf battery_capacity+1
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
902 movlw LOW saft_offset
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
903 movwf battery_offset+0
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
904 movlw HIGH saft_offset
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
905 movwf battery_offset+1
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
906 banksel common
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
907 bsf charge_disable
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
908 bcf TRISE,2
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
909 movlw .1
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
910 movff WREG,battery_type
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
911 return
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
912
472
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
913 setup_new_panasonic:
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
914 banksel battery_capacity
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
915 movlw LOW internal_panasonic_capacity
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
916 movwf internal_battery_capacity+0
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
917 movlw HIGH internal_panasonic_capacity
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
918 movwf internal_battery_capacity+1
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
919 movlw LOW panasonic_capacity
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
920 movwf battery_capacity+0
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
921 movlw HIGH panasonic_capacity
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
922 movwf battery_capacity+1
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
923 movlw LOW panasonic_offset
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
924 movwf battery_offset+0
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
925 movlw HIGH panasonic_offset
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
926 movwf battery_offset+1
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
927 banksel common
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
928 bcf charge_disable
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
929 bsf TRISE,2
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
930 movlw .2
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
931 movff WREG,battery_type
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
932 return
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
933
448
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
934 setup_new_18650:
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
935 banksel battery_capacity
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
936 clrf internal_battery_capacity+0
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
937 clrf internal_battery_capacity+1
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
938 movlw LOW ncr18650_capacity
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
939 movwf battery_capacity+0
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
940 movlw HIGH ncr18650_capacity
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
941 movwf battery_capacity+1
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
942 movlw LOW ncr18650_offset
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
943 movwf battery_offset+0
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
944 movlw HIGH ncr18650_offset
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
945 movwf battery_offset+1
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
946 banksel common
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
947 bcf charge_disable
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
948 bsf TRISE,2
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
949 movlw .3
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
950 movff WREG,battery_type
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
951 return
472
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
952
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
953 setup_new_16650:
448
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
954 banksel battery_capacity
472
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
955 clrf internal_battery_capacity+0
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
956 clrf internal_battery_capacity+1
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
957 movlw LOW ur16650_capacity
448
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
958 movwf battery_capacity+0
472
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
959 movlw HIGH ur16650_capacity
448
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
960 movwf battery_capacity+1
472
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
961 movlw LOW ur16650_offset
448
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
962 movwf battery_offset+0
472
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
963 movlw HIGH ur16650_offset
448
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
964 movwf battery_offset+1
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
965 banksel common
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
966 bcf charge_disable
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
967 bsf TRISE,2
472
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
968 movlw .4
448
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
969 movff WREG,battery_type
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
970 return
472
4fdf6886004b CHANGE: Show warnings either in Customview (If active) _or_ next to warning sign
heinrichsweikamp
parents: 470
diff changeset
971
474
2880aa1264f5 Fix new battery menu on Power-on reset
heinrichsweikamp
parents: 472
diff changeset
972 use_16650_battery:
2880aa1264f5 Fix new battery menu on Power-on reset
heinrichsweikamp
parents: 472
diff changeset
973 rcall setup_new_16650
2880aa1264f5 Fix new battery menu on Power-on reset
heinrichsweikamp
parents: 472
diff changeset
974 bra use_new_36V_2
448
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
975 use_18650_battery:
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
976 rcall setup_new_18650
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
977 bra use_new_36V_2
0
heinrichsweikamp
parents:
diff changeset
978 use_new_36V_batteries:
448
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
979 rcall setup_new_saft
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
980 bra use_new_36V_2
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
981 use_new_15V_batteries:
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
982 rcall setup_new_15v
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
983 use_new_36V_2:
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
984 call reset_battery_pointer ; Resets battery pointer 0x07-0x0C and battery_gauge:5
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
985 goto surfloop ; Jump to Surface loop!
448
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
986 use_36V_rechargeable:
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
987 rcall setup_new_panasonic
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 428
diff changeset
988 call reset_battery_internal_only
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 545
diff changeset
989 goto surfloop ; Jump to Surface loop!
0
heinrichsweikamp
parents:
diff changeset
990
heinrichsweikamp
parents:
diff changeset
991 END