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