Mercurial > public > mk2
annotate code_part1/OSTC_code_asm_part1/outputs.asm @ 768:b23b43d6d50d
BUGFIX: Italian language fix (Divemode menu)
BUGFIX: Gas change depth display in divemode menu (OSTC 2C only)
author | heinrichsweikamp |
---|---|
date | Tue, 28 Jan 2014 08:47:54 +0100 |
parents | aac1379d6983 |
children | 3b69d3e23051 |
rev | line source |
---|---|
0 | 1 |
2 ; OSTC - diving computer code | |
3 ; Copyright (C) 2008 HeinrichsWeikamp GbR | |
4 | |
5 ; This program is free software: you can redistribute it and/or modify | |
6 ; it under the terms of the GNU General Public License as published by | |
7 ; the Free Software Foundation, either version 3 of the License, or | |
8 ; (at your option) any later version. | |
9 | |
10 ; This program is distributed in the hope that it will be useful, | |
11 ; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
12 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
13 ; GNU General Public License for more details. | |
14 | |
15 ; You should have received a copy of the GNU General Public License | |
16 ; along with this program. If not, see <http://www.gnu.org/licenses/>. | |
17 | |
18 | |
19 ; routines for display outputs | |
20 ; written by: Matthias Heinrichs, info@heinrichsweikamp.com | |
21 ; written: 15/01/05 | |
124 | 22 ; |
23 ; History: | |
24 ; 2008-06-06 [MH] last updated | |
25 ; 2010-12-31 [jDG] Multi-page display for GF decoplan | |
128 | 26 ; 2011-01-04 [jDG] Saturation graphs in customview divemode |
124 | 27 ; |
0 | 28 ; known bugs: |
29 ; ToDo: More comments | |
30 | |
681 | 31 global DISP_divemask_color |
32 DISP_divemask_color: | |
25 | 33 GETCUSTOM8 d'36' ; Divemask output color |
681 | 34 bra DISP_standard_color_0 |
35 | |
36 global DISP_warnings_color | |
37 DISP_warnings_color: | |
25 | 38 GETCUSTOM8 d'37' ; Warnings output color |
681 | 39 bra DISP_standard_color_0 |
40 | |
41 global DISP_standard_color | |
42 DISP_standard_color: | |
29 | 43 GETCUSTOM8 d'35' ; Standard output color |
681 | 44 DISP_standard_color_0: ; Common entry point |
45 movwf DISPLAY1_temp ; copy | |
29 | 46 movlw d'0' |
681 | 47 cpfseq DISPLAY1_temp |
48 bra DISP_standard_color_1 | |
49 bra DISP_standard_color2 | |
50 DISP_standard_color_1: | |
29 | 51 movlw d'4' |
681 | 52 cpfseq DISPLAY1_temp |
53 bra DISP_standard_color_2 | |
54 bra DISP_standard_color2 | |
55 DISP_standard_color_2: | |
29 | 56 movlw d'8' |
681 | 57 cpfseq DISPLAY1_temp |
58 bra DISP_standard_color_3 | |
59 bra DISP_standard_color2 | |
60 DISP_standard_color_3: | |
29 | 61 movlw d'192' |
681 | 62 cpfseq DISPLAY1_temp |
63 bra DISP_standard_color_4 | |
64 bra DISP_standard_color2 | |
65 DISP_standard_color_4: | |
29 | 66 movlw d'196' |
681 | 67 cpfseq DISPLAY1_temp |
68 bra DISP_standard_color_5 | |
69 bra DISP_standard_color2 | |
70 DISP_standard_color_5: | |
29 | 71 movlw d'200' |
681 | 72 cpfseq DISPLAY1_temp |
73 bra DISP_standard_color_6 | |
74 bra DISP_standard_color2 | |
75 DISP_standard_color_6: | |
76 movf DISPLAY1_temp,W ; Color should be OK... | |
77 call DISP_set_color | |
29 | 78 return |
681 | 79 DISP_standard_color2: |
77 | 80 movlw 0xFF ; Force full white. |
681 | 81 call DISP_set_color |
25 | 82 return |
3 | 83 |
681 | 84 DISP_color_code macro color_code_temp |
27
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
85 movlw color_code_temp |
681 | 86 call DISP_color_code1 |
27
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
87 endm |
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
88 |
681 | 89 DISP_color_code1: ; Color-codes the output, if required |
142 | 90 dcfsnz WREG |
681 | 91 bra DISP_color_code_depth ; CF43 [mbar], 16Bit |
142 | 92 dcfsnz WREG |
681 | 93 bra DISP_color_code_cns ; CF44 [%] |
142 | 94 dcfsnz WREG |
681 | 95 bra DISP_color_code_gf ; CF45 [%] |
142 | 96 dcfsnz WREG |
681 | 97 bra DISP_color_code_ppo2 ; CF46 [cbar] |
142 | 98 dcfsnz WREG |
681 | 99 bra DISP_color_code_velocity ; CF47 [m/min] |
142 | 100 dcfsnz WREG |
681 | 101 bra DISP_color_code_ceiling ; Show warning if CF41=1 and current depth>shown ceiling |
142 | 102 dcfsnz WREG |
681 | 103 bra DISP_color_code_gaslist ; Color-code current row in Gaslist (%O2 in "EEDATA") |
104 | |
105 | |
106 DISP_color_code_gaslist: ; %O2 in "EEDATA" | |
74 | 107 ; Check very high ppO2 manually |
341
2144f19fa1eb
BUGFIX protect against ISR changing pressure/temperature while reading it.
JeanDo
parents:
340
diff
changeset
|
108 SAFE_2BYTE_COPY amb_pressure,xA |
71
6beb680a6130
1.72beta - color-coded gaslist, small fix with stopwatch
heinrichsweikamp
parents:
70
diff
changeset
|
109 movlw d'10' |
6beb680a6130
1.72beta - color-coded gaslist, small fix with stopwatch
heinrichsweikamp
parents:
70
diff
changeset
|
110 movwf xB+0 |
6beb680a6130
1.72beta - color-coded gaslist, small fix with stopwatch
heinrichsweikamp
parents:
70
diff
changeset
|
111 clrf xB+1 |
6beb680a6130
1.72beta - color-coded gaslist, small fix with stopwatch
heinrichsweikamp
parents:
70
diff
changeset
|
112 call div16x16 ; xC=p_amb/10 |
6beb680a6130
1.72beta - color-coded gaslist, small fix with stopwatch
heinrichsweikamp
parents:
70
diff
changeset
|
113 movff xC+0,xA+0 |
6beb680a6130
1.72beta - color-coded gaslist, small fix with stopwatch
heinrichsweikamp
parents:
70
diff
changeset
|
114 movff xC+1,xA+1 |
6beb680a6130
1.72beta - color-coded gaslist, small fix with stopwatch
heinrichsweikamp
parents:
70
diff
changeset
|
115 movff EEDATA,xB+0 |
6beb680a6130
1.72beta - color-coded gaslist, small fix with stopwatch
heinrichsweikamp
parents:
70
diff
changeset
|
116 clrf xB+1 |
6beb680a6130
1.72beta - color-coded gaslist, small fix with stopwatch
heinrichsweikamp
parents:
70
diff
changeset
|
117 call mult16x16 ; EEDATA * p_amb/10 |
6beb680a6130
1.72beta - color-coded gaslist, small fix with stopwatch
heinrichsweikamp
parents:
70
diff
changeset
|
118 |
398
ab962c4b19d6
Fixing issue 50, correct "Bar" to "bar" in texts and comments
heinrichsweikamp
parents:
396
diff
changeset
|
119 tstfsz xC+2 ; char_I_O2_ratio * p_amb/10 > 65536, ppO2>6,55bar? |
681 | 120 bra DISP_color_code_gaslist1 ; Yes, warn in warning color |
398
ab962c4b19d6
Fixing issue 50, correct "Bar" to "bar" in texts and comments
heinrichsweikamp
parents:
396
diff
changeset
|
121 ; Check if ppO2>3,30bar |
ab962c4b19d6
Fixing issue 50, correct "Bar" to "bar" in texts and comments
heinrichsweikamp
parents:
396
diff
changeset
|
122 btfsc xC+1,7 |
681 | 123 bra DISP_color_code_gaslist1 ; Yes, warn in warning color |
74 | 124 |
125 movff xC+0,sub_a+0 | |
126 movff xC+1,sub_a+1 | |
398
ab962c4b19d6
Fixing issue 50, correct "Bar" to "bar" in texts and comments
heinrichsweikamp
parents:
396
diff
changeset
|
127 GETCUSTOM8 d'46' ; color-code ppO2 warning [cbar] |
71
6beb680a6130
1.72beta - color-coded gaslist, small fix with stopwatch
heinrichsweikamp
parents:
70
diff
changeset
|
128 mullw d'100' ; ppo2_warning_high*100 |
74 | 129 movff PRODL,sub_b+0 |
130 movff PRODH,sub_b+1 | |
131 call sub16 ; sub_c = sub_a - sub_b | |
71
6beb680a6130
1.72beta - color-coded gaslist, small fix with stopwatch
heinrichsweikamp
parents:
70
diff
changeset
|
132 btfss neg_flag |
681 | 133 bra DISP_color_code_gaslist1; too high -> Warning Color! |
134 call DISP_standard_color | |
74 | 135 return |
136 | |
681 | 137 DISP_color_code_gaslist1: |
138 call DISP_warnings_color | |
71
6beb680a6130
1.72beta - color-coded gaslist, small fix with stopwatch
heinrichsweikamp
parents:
70
diff
changeset
|
139 return |
6beb680a6130
1.72beta - color-coded gaslist, small fix with stopwatch
heinrichsweikamp
parents:
70
diff
changeset
|
140 |
681 | 141 DISP_color_code_ceiling: |
69 | 142 GETCUSTOM8 d'40' ; =1: Warn at all? |
143 movwf lo | |
144 movlw d'1' | |
145 cpfseq lo ; =1? | |
681 | 146 bra DISP_color_code_ceiling1 ; No, Set to default color |
69 | 147 |
341
2144f19fa1eb
BUGFIX protect against ISR changing pressure/temperature while reading it.
JeanDo
parents:
340
diff
changeset
|
148 SAFE_2BYTE_COPY rel_pressure, lo |
398
ab962c4b19d6
Fixing issue 50, correct "Bar" to "bar" in texts and comments
heinrichsweikamp
parents:
396
diff
changeset
|
149 call adjust_depth_with_salinity ; computes salinity setting into lo:hi [mbar] |
296 | 150 movff hi,xA+1 |
151 movff lo,xA+0 | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
152 movff char_O_first_deco_depth,lo ; Ceiling in m |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
153 decf lo,F ; -1 |
69 | 154 movlw LOW d'100' |
155 movwf xB+0 | |
156 clrf xB+1 ; Devide/100 -> xC+0 = Depth in m | |
157 call div16x16 ; xA/xB=xC with xA as remainder | |
158 movf xC+0,W ; Depth in m | |
159 subwf lo,W | |
160 btfsc STATUS,C | |
681 | 161 bra DISP_color_code_ceiling2 ; Set to warning color |
162 DISP_color_code_ceiling1: | |
163 call DISP_standard_color | |
69 | 164 return |
681 | 165 DISP_color_code_ceiling2: |
166 call DISP_warnings_color | |
69 | 167 return |
27
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
168 |
681 | 169 DISP_color_code_depth: |
27
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
170 movff hi,hi_temp |
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
171 movff lo,lo_temp |
341
2144f19fa1eb
BUGFIX protect against ISR changing pressure/temperature while reading it.
JeanDo
parents:
340
diff
changeset
|
172 SAFE_2BYTE_COPY rel_pressure, lo |
398
ab962c4b19d6
Fixing issue 50, correct "Bar" to "bar" in texts and comments
heinrichsweikamp
parents:
396
diff
changeset
|
173 call adjust_depth_with_salinity ; computes salinity setting into lo:hi [mbar] |
27
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
174 movff lo,sub_a+0 |
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
175 movff hi,sub_a+1 |
398
ab962c4b19d6
Fixing issue 50, correct "Bar" to "bar" in texts and comments
heinrichsweikamp
parents:
396
diff
changeset
|
176 GETCUSTOM15 d'43' ; Depth warn [mbar] |
27
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
177 movff lo,sub_b+0 |
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
178 movff hi,sub_b+1 |
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
179 call sub16 ; sub_c = sub_a - sub_b |
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
180 btfss neg_flag |
681 | 181 bra DISP_color_code_depth2; Set to warning color |
182 call DISP_standard_color | |
27
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
183 movff hi_temp,hi |
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
184 movff lo_temp,lo ; Restore hi, lo |
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
185 return |
681 | 186 DISP_color_code_depth2: |
187 call DISP_warnings_color | |
27
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
188 movff hi_temp,hi |
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
189 movff lo_temp,lo ; Restore hi, lo |
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
190 return |
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
191 |
681 | 192 DISP_color_code_cns: |
27
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
193 movff char_O_CNS_fraction,lo |
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
194 GETCUSTOM8 d'44' ; CNS Warn [%] |
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
195 subwf lo,W |
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
196 btfsc STATUS,C |
681 | 197 bra DISP_color_code_cns2 ; Set to warning color |
198 call DISP_standard_color | |
27
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
199 return |
681 | 200 DISP_color_code_cns2: |
201 call DISP_warnings_color | |
27
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
202 return |
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
203 |
681 | 204 DISP_color_code_gf: |
27
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
205 movff char_O_gradient_factor,lo ; gradient factor |
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
206 GETCUSTOM8 d'45' ; GF Warn [%] |
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
207 subwf lo,W |
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
208 btfsc STATUS,C |
681 | 209 bra DISP_color_code_gf2 ; Set to warning color |
210 call DISP_standard_color | |
27
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
211 return |
681 | 212 DISP_color_code_gf2: |
213 call DISP_warnings_color | |
27
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
214 return |
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
215 |
681 | 216 DISP_color_code_ppo2: |
398
ab962c4b19d6
Fixing issue 50, correct "Bar" to "bar" in texts and comments
heinrichsweikamp
parents:
396
diff
changeset
|
217 ; Check if ppO2>6,55bar |
ab962c4b19d6
Fixing issue 50, correct "Bar" to "bar" in texts and comments
heinrichsweikamp
parents:
396
diff
changeset
|
218 tstfsz xC+2 ; char_I_O2_ratio * p_amb/10 > 65536, ppO2>6,55bar? |
681 | 219 bra DISP_color_code_ppo22 ; Yes, warn in warning color |
398
ab962c4b19d6
Fixing issue 50, correct "Bar" to "bar" in texts and comments
heinrichsweikamp
parents:
396
diff
changeset
|
220 ; Check if ppO2>3,30bar |
ab962c4b19d6
Fixing issue 50, correct "Bar" to "bar" in texts and comments
heinrichsweikamp
parents:
396
diff
changeset
|
221 btfsc xC+1,7 |
681 | 222 bra DISP_color_code_ppo22 ; Yes, warn in warning color |
74 | 223 |
27
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
224 movff xC+0,sub_a+0 |
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
225 movff xC+1,sub_a+1 |
398
ab962c4b19d6
Fixing issue 50, correct "Bar" to "bar" in texts and comments
heinrichsweikamp
parents:
396
diff
changeset
|
226 GETCUSTOM8 d'46' ; color-code ppO2 warning [cbar] |
27
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
227 mullw d'100' |
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
228 movff PRODL,sub_b+0 |
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
229 movff PRODH,sub_b+1 |
398
ab962c4b19d6
Fixing issue 50, correct "Bar" to "bar" in texts and comments
heinrichsweikamp
parents:
396
diff
changeset
|
230 call sub16 ; sub_c = sub_a - sub_b |
27
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
231 btfss neg_flag |
681 | 232 bra DISP_color_code_ppo22; Set to warning color |
233 call DISP_standard_color | |
27
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
234 return |
681 | 235 DISP_color_code_ppo22: |
236 call DISP_warnings_color | |
27
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
237 return |
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
238 |
681 | 239 DISP_color_code_velocity: |
47 | 240 btfss neg_flag ; Ignore for ascend! |
681 | 241 bra DISP_color_code_velocity1 ; Skip check! |
27
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
242 movff divA+0,lo |
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
243 GETCUSTOM8 d'47' ; Velocity warn [m/min] |
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
244 subwf lo,W |
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
245 btfsc STATUS,C |
681 | 246 bra DISP_color_code_velocity2 ; Set to warning color |
247 DISP_color_code_velocity1: | |
248 call DISP_standard_color | |
27
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
249 return |
681 | 250 DISP_color_code_velocity2: |
251 call DISP_warnings_color | |
27
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
252 return |
29341afd2060
NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded
heinrichsweikamp
parents:
26
diff
changeset
|
253 |
142 | 254 ostc_debug macro value |
255 movlw value | |
0 | 256 call ostc_debug1 |
257 endm | |
258 | |
259 ostc_debug1: | |
260 movff debug_char+4,debug_char+5 ; Save for background debugger | |
261 movff debug_char+3,debug_char+4 | |
262 movff debug_char+2,debug_char+3 | |
263 movff debug_char+1,debug_char+2 | |
264 movff debug_char+0,debug_char+1 | |
142 | 265 movff WREG,debug_char+0 |
0 | 266 |
267 btfss debug_mode ; Are we in debugmode? | |
268 return ; No, return! | |
269 | |
256 | 270 WIN_TOP .192 |
0 | 271 WIN_LEFT .100 |
272 WIN_FONT FT_SMALL | |
273 WIN_INVERT .0 ; Init new Wordprocessor | |
681 | 274 call DISP_standard_color |
0 | 275 lfsr FSR2,letter |
276 movf debug_char+0,W | |
277 movwf POSTINC2 | |
278 movf debug_char+1,W | |
279 movwf POSTINC2 | |
280 movf debug_char+2,W | |
281 movwf POSTINC2 | |
282 movf debug_char+3,W | |
283 movwf POSTINC2 | |
284 movf debug_char+4,W | |
285 movwf POSTINC2 | |
286 movf debug_char+5,W | |
287 movwf POSTINC2 | |
123 | 288 |
289 STRCAT_PRINT " " | |
0 | 290 return |
291 | |
235 | 292 ;============================================================================= |
293 ; BlueScreen function. | |
294 ; | |
681 | 295 DISP_resetdebugger: |
296 global DISP_resetdebugger | |
235 | 297 global temp10 |
298 | |
299 movlb 1 ; For C-code calls | |
720 | 300 call DISPLAY_boot ; DISP boot |
681 | 301 call DISP_standard_color |
47 | 302 WIN_INVERT .0 ; Init new Wordprocessor |
0 | 303 |
304 DISPLAYTEXT .133 | |
305 DISPLAYTEXT .134 | |
306 DISPLAYTEXT .135 | |
307 DISPLAYTEXT .136 ; Display Debug intro | |
308 | |
309 WIN_TOP .100 | |
310 WIN_LEFT .10 | |
235 | 311 |
0 | 312 lfsr FSR2,letter |
235 | 313 movff temp10+0,lo ; Code-stack point at crash time. |
314 movff temp10+1,hi ; Code-stack point at crash time. | |
315 output_16 | |
119 | 316 movlw ' ' |
317 movwf POSTINC2 | |
0 | 318 movf debug_char+0,W |
319 movwf POSTINC2 | |
320 movf debug_char+1,W | |
321 movwf POSTINC2 | |
322 movf debug_char+2,W | |
323 movwf POSTINC2 | |
324 movf debug_char+3,W | |
325 movwf POSTINC2 | |
326 movf debug_char+4,W | |
327 movwf POSTINC2 | |
328 movf debug_char+5,W | |
329 movwf POSTINC2 | |
123 | 330 STRCAT ". " |
0 | 331 movff flag1,lo |
332 output_8 | |
123 | 333 PUTC ' ' |
0 | 334 movff flag2,lo |
335 output_8 | |
336 call word_processor | |
337 | |
338 WIN_TOP .125 | |
339 | |
340 lfsr FSR2,letter | |
341 movff flag3,lo | |
342 output_8 | |
123 | 343 PUTC ' ' |
0 | 344 movff flag4,lo |
345 output_8 | |
123 | 346 PUTC ' ' |
0 | 347 movff flag5,lo |
348 output_8 | |
123 | 349 PUTC ' ' |
0 | 350 movff flag6,lo |
351 output_8 | |
123 | 352 PUTC ' ' |
0 | 353 movff flag7,lo |
354 output_8 | |
355 call word_processor | |
356 | |
357 WIN_TOP .150 | |
358 | |
359 lfsr FSR2,letter | |
360 movff flag8,lo | |
361 output_8 | |
123 | 362 PUTC ' ' |
0 | 363 movff flag9,lo |
364 output_8 | |
123 | 365 PUTC ' ' |
0 | 366 movff flag10,lo |
367 output_8 | |
123 | 368 PUTC ' ' |
0 | 369 movff flag11,lo |
370 output_8 | |
123 | 371 PUTC ' ' |
0 | 372 movff flag12,lo |
373 output_8 | |
374 call word_processor | |
375 | |
576 | 376 call wait_switches ; Waits until switches are released, resets flag if button stays pressed! |
681 | 377 DISP_resetdebugger_loop: |
235 | 378 bcf LED_blue ; Blink blue led every seconds.. |
379 btfss secs,0 | |
380 bsf LED_blue | |
381 | |
0 | 382 btfss switch_left |
681 | 383 bra DISP_resetdebugger_loop ; Loop |
235 | 384 |
385 bcf LED_blue | |
576 | 386 call wait_switches ; Waits until switches are released, resets flag if button stays pressed! |
0 | 387 return |
388 | |
681 | 389 DISP_divemode_mask: ; Displays mask in Dive-Mode |
390 call DISP_divemask_color ; Set Color for Divemode mask | |
75 | 391 DISPLAYTEXTH .267 ; Max. |
0 | 392 DISPLAYTEXT .86 ; Divetime |
393 DISPLAYTEXT .87 ; Depth | |
681 | 394 call DISP_standard_color |
0 | 395 return |
396 | |
681 | 397 DISP_clear_customview_divemode: |
204 | 398 WIN_BOX_BLACK .168, .239, .90, .159 ;top, bottom, left, right |
87 | 399 return |
400 | |
681 | 401 DISP_clear_customview_surfmode: |
204 | 402 WIN_BOX_BLACK .25, .121, .82, .159 ;top, bottom, left, right |
107 | 403 return |
404 | |
681 | 405 DISP_clear_decoarea: |
204 | 406 WIN_BOX_BLACK .54, .168, .90, .159 ;top, bottom, left, right |
0 | 407 return |
408 | |
681 | 409 DISP_display_ndl_mask: |
619 | 410 ; Clears Gradient Factor |
411 movlw d'8' | |
412 movwf temp1 | |
413 WIN_TOP .145 | |
414 WIN_LEFT .0 | |
681 | 415 call DISP_display_clear_common_y1 |
619 | 416 |
277
46d1012d096a
Quick-access to menupos3 in divemode - ToDo: EAD and END in CCR mode
heinrichsweikamp
parents:
274
diff
changeset
|
417 btfsc menubit ; Divemode menu active? |
46d1012d096a
Quick-access to menupos3 in divemode - ToDo: EAD and END in CCR mode
heinrichsweikamp
parents:
274
diff
changeset
|
418 return ; Yes, return |
46d1012d096a
Quick-access to menupos3 in divemode - ToDo: EAD and END in CCR mode
heinrichsweikamp
parents:
274
diff
changeset
|
419 |
0 | 420 ; Clear Dekostop and Dekosum |
681 | 421 rcall DISP_clear_decoarea |
422 call DISP_divemask_color ; Set Color for Divemode mask | |
0 | 423 DISPLAYTEXT d'84' ; NoStop |
681 | 424 call DISP_standard_color |
0 | 425 return |
426 | |
681 | 427 DISP_display_ndl: |
619 | 428 GETCUSTOM8 d'66' ; Always show GF? |
429 decfsz WREG,F ; WREG=1? | |
681 | 430 bra DISP_display_ndl2 ; No |
431 rcall DISP_display_gf ; Show GF (If GF > CF08) | |
432 | |
433 DISP_display_ndl2: | |
87 | 434 btfsc menubit ; Divemode menu active? |
435 return ; Yes, return | |
0 | 436 |
437 ostc_debug 'z' ; Sends debug-information to screen if debugmode active | |
438 | |
87 | 439 WIN_TOP .136 |
682 | 440 WIN_LEFT .118 |
0 | 441 WIN_FONT FT_MEDIUM |
442 WIN_INVERT .0 ; Init new Wordprocessor | |
681 | 443 call DISP_standard_color |
3 | 444 |
0 | 445 lfsr FSR2,letter |
446 movff char_O_nullzeit,lo ; NDL in minutes | |
447 output_8 | |
123 | 448 STRCAT_PRINT "'" |
0 | 449 WIN_FONT FT_SMALL |
450 return | |
451 | |
681 | 452 DISP_display_deko_mask: |
277
46d1012d096a
Quick-access to menupos3 in divemode - ToDo: EAD and END in CCR mode
heinrichsweikamp
parents:
274
diff
changeset
|
453 btfsc menubit ; Divemode menu active? |
46d1012d096a
Quick-access to menupos3 in divemode - ToDo: EAD and END in CCR mode
heinrichsweikamp
parents:
274
diff
changeset
|
454 return ; Yes, return |
46d1012d096a
Quick-access to menupos3 in divemode - ToDo: EAD and END in CCR mode
heinrichsweikamp
parents:
274
diff
changeset
|
455 |
681 | 456 rcall DISP_clear_decoarea |
277
46d1012d096a
Quick-access to menupos3 in divemode - ToDo: EAD and END in CCR mode
heinrichsweikamp
parents:
274
diff
changeset
|
457 ; total deco time word |
598
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
458 bcf show_safety_stop ; Clear safety stop flag |
681 | 459 call DISP_divemask_color ; Set Color for Divemode mask |
277
46d1012d096a
Quick-access to menupos3 in divemode - ToDo: EAD and END in CCR mode
heinrichsweikamp
parents:
274
diff
changeset
|
460 DISPLAYTEXT d'85' ; TTS |
280 | 461 DISPLAYTEXT d'82' ; DEKOSTOP |
681 | 462 call DISP_standard_color |
277
46d1012d096a
Quick-access to menupos3 in divemode - ToDo: EAD and END in CCR mode
heinrichsweikamp
parents:
274
diff
changeset
|
463 return |
0 | 464 |
681 | 465 DISP_display_deko: |
0 | 466 btfsc menubit ; Divemode menu active? |
681 | 467 bra DISP_display_deko1 ; Yes, do not display deco, only GF (if required) |
0 | 468 |
469 ostc_debug 'y' ; Sends debug-information to screen if debugmode active | |
87 | 470 WIN_TOP .80 |
517 | 471 WIN_LEFT .94 |
0 | 472 WIN_FONT FT_MEDIUM |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
473 WIN_INVERT .0 ; Init new Wordprocessor |
571
7f5419d4157d
timeout for 2nd page of Gas Setup, ceiling allingment
heinrichsweikamp
parents:
559
diff
changeset
|
474 bcf leftbind |
681 | 475 DISP_color_code warn_ceiling ; Color-code Output |
665
259e4c1bf3c2
grey-out TTS and ceiling after gas change (until new plan is ready)
heinrichsweikamp
parents:
657
diff
changeset
|
476 btfsc decoplan_invalid ; The decoplan needs to updated... |
681 | 477 call DISP_grey ; .. so set the color to grey |
0 | 478 lfsr FSR2,letter |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
479 movff char_O_first_deco_depth,lo ; Ceiling in m |
0 | 480 output_99 |
446 | 481 PUTC TXT_METER_C |
517 | 482 movff char_O_first_deco_time,lo ; length of first stop in m |
0 | 483 output_99 |
123 | 484 STRCAT_PRINT "'" |
0 | 485 WIN_FONT FT_SMALL |
517 | 486 |
0 | 487 ostc_debug 'x' ; Sends debug-information to screen if debugmode active |
488 | |
87 | 489 WIN_TOP .136 |
168 | 490 WIN_LEFT .140 - 6*7 - 4 ; let space for sign + 5 digits + ' |
0 | 491 WIN_FONT FT_MEDIUM |
168 | 492 WIN_INVERT .0 ; Init new Wordprocessor |
493 | |
681 | 494 call DISP_standard_color |
665
259e4c1bf3c2
grey-out TTS and ceiling after gas change (until new plan is ready)
heinrichsweikamp
parents:
657
diff
changeset
|
495 btfsc decoplan_invalid ; The decoplan needs to updated... |
681 | 496 call DISP_grey ; .. so set the color to grey |
0 | 497 lfsr FSR2,letter |
180 | 498 movff int_O_ascenttime+0,lo ; TTS |
168 | 499 movff int_O_ascenttime+1,hi ; on 16bits |
500 output_16 | |
123 | 501 STRCAT_PRINT "'" |
681 | 502 call DISP_standard_color |
503 | |
504 DISP_display_deko1: | |
505 rcall DISP_display_gf ; Show GF (If GF > CF08) | |
619 | 506 return ; Done. |
507 | |
681 | 508 DISP_display_gf: |
619 | 509 movff char_O_gradient_factor,lo ; gradient factor |
510 GETCUSTOM8 d'8' ; threshold for display | |
511 cpfslt lo ; show value? | |
681 | 512 bra DISP_display_deko2 ; Yes |
0 | 513 ; No |
619 | 514 ; Clears Gradient Factor |
515 movlw d'8' | |
516 movwf temp1 | |
517 WIN_TOP .145 | |
518 WIN_LEFT .0 | |
681 | 519 call DISP_display_clear_common_y1 |
619 | 520 return |
0 | 521 |
681 | 522 DISP_display_deko2: |
0 | 523 ostc_debug 'w' ; Sends debug-information to screen if debugmode active |
524 ;GF | |
525 WIN_TOP .145 | |
526 WIN_LEFT .0 | |
527 WIN_FONT FT_SMALL | |
681 | 528 DISP_color_code warn_gf ; Color-code Output |
123 | 529 |
446 | 530 STRCPY TXT_GF3 |
0 | 531 movff char_O_gradient_factor,lo ; gradient factor |
532 output_8 | |
123 | 533 STRCAT_PRINT "% " |
681 | 534 call DISP_standard_color |
0 | 535 return |
536 | |
681 | 537 DISP_show_safety_stop: |
598
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
538 tstfsz safety_stop_countdown ; Countdown at zero? |
681 | 539 bra DISP_show_safety_stop2 ; No, show stop |
598
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
540 |
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
541 bcf show_safety_stop ; Clear flag |
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
542 |
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
543 btfsc safety_stop_active ; Displayed? |
681 | 544 rcall DISP_clear_decoarea ; Yes, Clear stop |
598
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
545 bcf safety_stop_active ; Clear flag |
681 | 546 bra DISP_display_ndl_mask ; Show NDL again |
547 | |
548 DISP_show_safety_stop2: | |
598
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
549 btfsc safety_stop_active ; Displayed? |
681 | 550 bra DISP_show_safety_stop3 ; Yes. |
598
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
551 |
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
552 bsf safety_stop_active ; Set flag |
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
553 |
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
554 btfsc menubit ; Divemode menu active? |
681 | 555 bra DISP_show_safety_stop3 ; Yes, do not display now but countdown |
556 | |
557 call DISP_divemask_color ; Set Color for Divemode mask | |
598
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
558 DISPLAYTEXT d'227' ; Safety stop |
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
559 |
681 | 560 DISP_show_safety_stop3: |
598
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
561 decf safety_stop_countdown,F ; Reduce countdown |
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
562 btfsc menubit ; Divemode menu active? |
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
563 return ; Yes, do not show |
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
564 movff safety_stop_countdown,lo |
681 | 565 call DISP_standard_color |
598
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
566 WIN_TOP .80 |
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
567 WIN_LEFT .104 |
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
568 WIN_FONT FT_MEDIUM |
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
569 WIN_INVERT .0 ; Init new Wordprocessor |
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
570 lfsr FSR2,letter |
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
571 clrf hi |
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
572 call convert_time ; converts hi:lo in seconds to mins (hi) and seconds (lo) |
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
573 movf hi,W |
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
574 movff lo,hi |
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
575 movwf lo ; exchange lo and hi |
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
576 output_99 |
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
577 PUTC ':' |
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
578 movff hi,lo |
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
579 output_99x |
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
580 STRCAT_PRINT "" |
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
581 WIN_FONT FT_SMALL |
681 | 582 call DISP_standard_color |
598
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
583 return |
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
584 |
199 | 585 ;============================================================================= |
586 ; Update simulator menu with time/depth | |
587 ; Note: because translations might change a bit the string length, we reprint | |
588 ; that part of the mask to be sure the numbers fit in the right places. | |
681 | 589 DISP_simulator_data: |
199 | 590 WIN_LEFT .20 |
0 | 591 WIN_FONT FT_SMALL |
681 | 592 call DISP_standard_color |
369 | 593 |
594 ;---- Updates interval line ---------------------------------------------- | |
595 WIN_TOP .35 | |
596 lfsr FSR2,letter | |
370 | 597 OUTPUTTEXTH .307 ; Interval: |
369 | 598 |
599 movff char_I_dive_interval,lo | |
600 movf lo,W | |
681 | 601 bnz DISP_simulator_data_1 |
370 | 602 OUTPUTTEXTH .308 ; Now |
369 | 603 clrf POSTINC2 ; End buffer. |
681 | 604 bra DISP_simulator_data_2 |
605 | |
606 DISP_simulator_data_1: | |
0 | 607 bsf leftbind |
608 output_8 | |
446 | 609 STRCAT TXT_0MIN5 |
369 | 610 |
681 | 611 DISP_simulator_data_2: |
369 | 612 call word_processor |
613 | |
614 ;---- Updates bottom time line ------------------------------------------- | |
615 WIN_TOP .95 | |
616 lfsr FSR2,letter | |
617 OUTPUTTEXTH .277 ; Bottom Time: | |
618 | |
430 | 619 movff sim_btm_time,lo |
369 | 620 bsf leftbind |
621 output_8 | |
446 | 622 STRCAT_PRINT TXT_MIN4 |
0 | 623 |
369 | 624 ;---- Updates depth line ------------------------------------------------- |
625 WIN_TOP .125 | |
0 | 626 lfsr FSR2,letter |
199 | 627 OUTPUTTEXTH .278 ; Max. Depth: |
628 | |
430 | 629 movff sim_btm_depth,lo |
0 | 630 bsf leftbind |
631 output_8 | |
446 | 632 STRCAT_PRINT TXT_METER3 |
369 | 633 |
0 | 634 bcf leftbind |
635 return | |
636 | |
199 | 637 ;============================================================================= |
638 | |
681 | 639 DISP_divemode_timeout2: |
572
80a1d2d5a9ee
timeout display when deco stops are violated
heinrichsweikamp
parents:
571
diff
changeset
|
640 WIN_TOP .54 |
689 | 641 WIN_LEFT .110 |
572
80a1d2d5a9ee
timeout display when deco stops are violated
heinrichsweikamp
parents:
571
diff
changeset
|
642 WIN_FONT FT_SMALL |
80a1d2d5a9ee
timeout display when deco stops are violated
heinrichsweikamp
parents:
571
diff
changeset
|
643 WIN_INVERT .1 |
681 | 644 call DISP_warnings_color |
572
80a1d2d5a9ee
timeout display when deco stops are violated
heinrichsweikamp
parents:
571
diff
changeset
|
645 STRCPY 0x94 ; "End of dive" icon |
80a1d2d5a9ee
timeout display when deco stops are violated
heinrichsweikamp
parents:
571
diff
changeset
|
646 movff timeout_counter, lo |
80a1d2d5a9ee
timeout display when deco stops are violated
heinrichsweikamp
parents:
571
diff
changeset
|
647 movff timeout_counter2, hi |
80a1d2d5a9ee
timeout display when deco stops are violated
heinrichsweikamp
parents:
571
diff
changeset
|
648 call convert_time ; converts hi:lo in minutes to hours (hi) and minutes (lo) |
80a1d2d5a9ee
timeout display when deco stops are violated
heinrichsweikamp
parents:
571
diff
changeset
|
649 movf hi,W |
80a1d2d5a9ee
timeout display when deco stops are violated
heinrichsweikamp
parents:
571
diff
changeset
|
650 movff lo,hi |
80a1d2d5a9ee
timeout display when deco stops are violated
heinrichsweikamp
parents:
571
diff
changeset
|
651 movwf lo ; exchange lo and hi |
80a1d2d5a9ee
timeout display when deco stops are violated
heinrichsweikamp
parents:
571
diff
changeset
|
652 output_99x |
80a1d2d5a9ee
timeout display when deco stops are violated
heinrichsweikamp
parents:
571
diff
changeset
|
653 PUTC ':' |
80a1d2d5a9ee
timeout display when deco stops are violated
heinrichsweikamp
parents:
571
diff
changeset
|
654 movff hi,lo |
80a1d2d5a9ee
timeout display when deco stops are violated
heinrichsweikamp
parents:
571
diff
changeset
|
655 output_99x |
80a1d2d5a9ee
timeout display when deco stops are violated
heinrichsweikamp
parents:
571
diff
changeset
|
656 STRCAT_PRINT " " |
80a1d2d5a9ee
timeout display when deco stops are violated
heinrichsweikamp
parents:
571
diff
changeset
|
657 bsf timeout_display ; Set Flag |
681 | 658 call DISP_standard_color |
572
80a1d2d5a9ee
timeout display when deco stops are violated
heinrichsweikamp
parents:
571
diff
changeset
|
659 WIN_INVERT .0 |
80a1d2d5a9ee
timeout display when deco stops are violated
heinrichsweikamp
parents:
571
diff
changeset
|
660 return |
80a1d2d5a9ee
timeout display when deco stops are violated
heinrichsweikamp
parents:
571
diff
changeset
|
661 |
681 | 662 DISP_divemode_timeout: |
408
3e0192f6c241
NEW: End-of-Dive countdown displayed after surfacing
heinrichsweikamp
parents:
406
diff
changeset
|
663 WIN_TOP .54 |
689 | 664 WIN_LEFT .110 |
408
3e0192f6c241
NEW: End-of-Dive countdown displayed after surfacing
heinrichsweikamp
parents:
406
diff
changeset
|
665 WIN_FONT FT_SMALL |
681 | 666 call DISP_standard_color |
408
3e0192f6c241
NEW: End-of-Dive countdown displayed after surfacing
heinrichsweikamp
parents:
406
diff
changeset
|
667 STRCPY 0x94 ; "End of dive" icon |
3e0192f6c241
NEW: End-of-Dive countdown displayed after surfacing
heinrichsweikamp
parents:
406
diff
changeset
|
668 GETCUSTOM15 d'2' ; diveloop_timeout |
3e0192f6c241
NEW: End-of-Dive countdown displayed after surfacing
heinrichsweikamp
parents:
406
diff
changeset
|
669 movff lo,sub_a+0 |
3e0192f6c241
NEW: End-of-Dive countdown displayed after surfacing
heinrichsweikamp
parents:
406
diff
changeset
|
670 movff hi,sub_a+1 |
3e0192f6c241
NEW: End-of-Dive countdown displayed after surfacing
heinrichsweikamp
parents:
406
diff
changeset
|
671 movff timeout_counter, sub_b+0 |
572
80a1d2d5a9ee
timeout display when deco stops are violated
heinrichsweikamp
parents:
571
diff
changeset
|
672 movff timeout_counter2, sub_b+1 ; Divemode timeout |
408
3e0192f6c241
NEW: End-of-Dive countdown displayed after surfacing
heinrichsweikamp
parents:
406
diff
changeset
|
673 call sub16 ; sub_c = sub_a - sub_b |
3e0192f6c241
NEW: End-of-Dive countdown displayed after surfacing
heinrichsweikamp
parents:
406
diff
changeset
|
674 movff sub_c+0,lo |
3e0192f6c241
NEW: End-of-Dive countdown displayed after surfacing
heinrichsweikamp
parents:
406
diff
changeset
|
675 movff sub_c+1,hi |
3e0192f6c241
NEW: End-of-Dive countdown displayed after surfacing
heinrichsweikamp
parents:
406
diff
changeset
|
676 call convert_time ; converts hi:lo in minutes to hours (hi) and minutes (lo) |
3e0192f6c241
NEW: End-of-Dive countdown displayed after surfacing
heinrichsweikamp
parents:
406
diff
changeset
|
677 movf hi,W |
3e0192f6c241
NEW: End-of-Dive countdown displayed after surfacing
heinrichsweikamp
parents:
406
diff
changeset
|
678 movff lo,hi |
3e0192f6c241
NEW: End-of-Dive countdown displayed after surfacing
heinrichsweikamp
parents:
406
diff
changeset
|
679 movwf lo ; exchange lo and hi |
3e0192f6c241
NEW: End-of-Dive countdown displayed after surfacing
heinrichsweikamp
parents:
406
diff
changeset
|
680 output_99x |
3e0192f6c241
NEW: End-of-Dive countdown displayed after surfacing
heinrichsweikamp
parents:
406
diff
changeset
|
681 PUTC ':' |
3e0192f6c241
NEW: End-of-Dive countdown displayed after surfacing
heinrichsweikamp
parents:
406
diff
changeset
|
682 movff hi,lo |
3e0192f6c241
NEW: End-of-Dive countdown displayed after surfacing
heinrichsweikamp
parents:
406
diff
changeset
|
683 output_99x |
3e0192f6c241
NEW: End-of-Dive countdown displayed after surfacing
heinrichsweikamp
parents:
406
diff
changeset
|
684 STRCAT_PRINT " " |
3e0192f6c241
NEW: End-of-Dive countdown displayed after surfacing
heinrichsweikamp
parents:
406
diff
changeset
|
685 bsf timeout_display ; Set Flag |
3e0192f6c241
NEW: End-of-Dive countdown displayed after surfacing
heinrichsweikamp
parents:
406
diff
changeset
|
686 return |
3e0192f6c241
NEW: End-of-Dive countdown displayed after surfacing
heinrichsweikamp
parents:
406
diff
changeset
|
687 |
681 | 688 DISP_divemode_timeout_clear: |
572
80a1d2d5a9ee
timeout display when deco stops are violated
heinrichsweikamp
parents:
571
diff
changeset
|
689 btfsc dekostop_active ; Is a deco stop displayed? |
681 | 690 call DISP_display_deko_mask ; Yes, redraw mask |
572
80a1d2d5a9ee
timeout display when deco stops are violated
heinrichsweikamp
parents:
571
diff
changeset
|
691 |
408
3e0192f6c241
NEW: End-of-Dive countdown displayed after surfacing
heinrichsweikamp
parents:
406
diff
changeset
|
692 WIN_TOP .54 |
739
96d32c0cf206
BUGFIX: Clear end-of-dive countdown properly when descending again
heinrichsweikamp
parents:
734
diff
changeset
|
693 WIN_LEFT .110 |
408
3e0192f6c241
NEW: End-of-Dive countdown displayed after surfacing
heinrichsweikamp
parents:
406
diff
changeset
|
694 movlw d'6' |
3e0192f6c241
NEW: End-of-Dive countdown displayed after surfacing
heinrichsweikamp
parents:
406
diff
changeset
|
695 movwf temp1 |
3e0192f6c241
NEW: End-of-Dive countdown displayed after surfacing
heinrichsweikamp
parents:
406
diff
changeset
|
696 bcf timeout_display ; Clear flag |
681 | 697 bra DISP_display_clear_common_y1 |
698 | |
699 DISP_display_velocity_graph_clr: | |
497
06db5dd9149f
show numeric _and_ graphic velocity, move desat, nofly and interval into isr
heinrichsweikamp
parents:
492
diff
changeset
|
700 WIN_BOX_BLACK .20, .90, .65, .75 ; Clear graphic display |
681 | 701 bra DISP_display_velocity ; Continue with normal output |
702 | |
703 DISP_display_velocity_graphical: | |
492
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
704 btfss neg_flag |
681 | 705 bra DISP_display_velocity_graph_clr |
706 bsf DISP_velocity_display | |
492
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
707 ; divA+0 holding the ascend speed in m/min |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
708 movff divA+0,hi ; Copy |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
709 WIN_BOX_BLACK .20, .90, .65, .75 ; Clear graphic display |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
710 GETCUSTOM8 d'36' ; Divemode mask |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
711 WIN_FRAME_COLOR .20, .90, .65, .75 ; Outer frame |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
712 GETCUSTOM8 d'36' ; Divemode mask |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
713 WIN_FRAME_COLOR .20+.10, .90-.10, .65, .75 ; Inner frames |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
714 GETCUSTOM8 d'36' ; Divemode mask |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
715 WIN_FRAME_COLOR .20+.20, .90-.20, .65, .75 ; |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
716 GETCUSTOM8 d'36' ; Divemode mask |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
717 WIN_FRAME_COLOR .20+.30, .90-.30, .65, .75 ; |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
718 |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
719 GETCUSTOM8 d'47' ; color_warn_celocity_mmin |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
720 movwf xA+0 |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
721 clrf xA+1 |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
722 movlw .5 |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
723 movwf xB+0 ; Threshold for color warning (5 color normal + 2 color warning) |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
724 clrf xB+1 |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
725 call div16x16 ;xA/xB=xC with xA as remainder |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
726 ; xC+0 holds stepsize in m/min (e.g. =3 for 15m/min warning treshold) |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
727 movff hi,xA+0 ; Velocity in m/min |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
728 clrf xA+1 |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
729 movff xC+0,xB+0 ; Step size |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
730 clrf xB+1 |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
731 call div16x16 ;xA/xB=xC with xA as remainder |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
732 ; xC+0 now holds amount of segments to show |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
733 |
497
06db5dd9149f
show numeric _and_ graphic velocity, move desat, nofly and interval into isr
heinrichsweikamp
parents:
492
diff
changeset
|
734 movff hi,divA+0 ; Copy back for numeric output |
492
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
735 movlw d'7' |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
736 cpfslt xC+0 |
681 | 737 bra DISP_graph_vel_7 |
492
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
738 movlw d'6' |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
739 cpfslt xC+0 |
681 | 740 bra DISP_graph_vel_6 |
492
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
741 movlw d'5' |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
742 cpfslt xC+0 |
681 | 743 bra DISP_graph_vel_5 |
492
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
744 movlw d'4' |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
745 cpfslt xC+0 |
681 | 746 bra DISP_graph_vel_4 |
492
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
747 movlw d'3' |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
748 cpfslt xC+0 |
681 | 749 bra DISP_graph_vel_3 |
492
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
750 movlw d'2' |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
751 cpfslt xC+0 |
681 | 752 bra DISP_graph_vel_2 |
492
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
753 movlw d'1' |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
754 cpfslt xC+0 |
681 | 755 bra DISP_graph_vel_1 |
756 bra DISP_graph_vel_0 ; Should not happen... | |
757 | |
758 DISP_graph_vel_7: | |
492
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
759 GETCUSTOM8 d'37' ; Color warning |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
760 WIN_BOX_COLOR .22, .22+.6, .67, .73 ; Fill box |
681 | 761 DISP_graph_vel_6: |
492
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
762 GETCUSTOM8 d'37' ; Color warning |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
763 WIN_BOX_COLOR .32, .32+.6, .67, .73 ; Fill box |
681 | 764 DISP_graph_vel_5: |
492
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
765 WIN_BOX_STD .42, .42+.6, .67, .73 ; Fill box |
681 | 766 DISP_graph_vel_4: |
492
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
767 WIN_BOX_STD .52, .52+.6, .67, .73 ; Fill box |
681 | 768 DISP_graph_vel_3: |
492
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
769 WIN_BOX_STD .62, .62+.6, .67, .73 ; Fill box |
681 | 770 DISP_graph_vel_2: |
492
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
771 WIN_BOX_STD .72, .72+.6, .67, .73 ; Fill box |
681 | 772 DISP_graph_vel_1: |
492
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
773 WIN_BOX_STD .82, .82+.6, .67, .73 ; Fill box |
681 | 774 DISP_graph_vel_0: |
775 | |
776 DISP_display_velocity: | |
0 | 777 ostc_debug 'v' ; Sends debug-information to screen if debugmode active |
778 WIN_TOP .90 | |
779 WIN_LEFT .0 | |
780 WIN_FONT FT_SMALL | |
681 | 781 DISP_color_code warn_velocity ; Color code output |
0 | 782 lfsr FSR2,letter |
783 movlw '-' | |
784 btfsc neg_flag | |
785 movlw '+' | |
786 movwf POSTINC2 | |
787 movff divA+0,lo | |
788 output_99 | |
789 OUTPUTTEXT d'83' ; m/min | |
517 | 790 call word_processor |
681 | 791 call DISP_standard_color |
792 bsf DISP_velocity_display | |
0 | 793 return |
794 | |
681 | 795 DISP_display_velocity_clear: |
492
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
796 GETCUSTOM8 d'60' ; use graphic velocity (=1)? |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
797 movwf lo |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
798 movlw d'1' |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
799 cpfseq lo ; =1? |
681 | 800 bra DISP_display_velocity_clear1 ; No, clear text display |
492
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
801 WIN_BOX_BLACK .20, .90, .65, .75 ; Clear graphic display |
19b9e19ea4da
+CHANGE: Velocity display updated every second
heinrichsweikamp
parents:
479
diff
changeset
|
802 |
681 | 803 DISP_display_velocity_clear1: |
517 | 804 movlw d'8' |
0 | 805 movwf temp1 |
806 WIN_TOP .90 | |
807 WIN_LEFT .0 | |
681 | 808 bcf DISP_velocity_display |
809 bra DISP_display_clear_common_y1 | |
810 | |
811 DISP_display_wait_clear: | |
204 | 812 WIN_BOX_BLACK .0, .25, .0, .159 ;top, bottom, left, right |
813 return | |
0 | 814 |
681 | 815 DISP_display_clear_common_y2: ; Clears with y-scale=2 |
0 | 816 WIN_FONT FT_MEDIUM |
681 | 817 bra DISP_display_clear_common1 |
818 | |
819 DISP_display_clear_common_y1: ; Clears with y-scale=1 | |
0 | 820 WIN_FONT FT_SMALL |
681 | 821 DISP_display_clear_common1: |
0 | 822 lfsr FSR2,letter |
681 | 823 DISP_display_clear_common2: |
123 | 824 PUTC ' ' |
0 | 825 decfsz temp1,F |
681 | 826 bra DISP_display_clear_common2 |
0 | 827 call word_processor |
828 WIN_FONT FT_SMALL | |
829 return | |
830 | |
98
6f8e3a08011e
1.73beta rc1 (Added new customview for divemode)
heinrichsweikamp
parents:
91
diff
changeset
|
831 |
681 | 832 DISP_diveclock: |
833 call DISP_divemask_color ; Set Color for Divemode mask | |
98
6f8e3a08011e
1.73beta rc1 (Added new customview for divemode)
heinrichsweikamp
parents:
91
diff
changeset
|
834 DISPLAYTEXT d'255' ; Clock |
681 | 835 call DISP_standard_color |
836 | |
837 DISP_diveclock2: | |
98
6f8e3a08011e
1.73beta rc1 (Added new customview for divemode)
heinrichsweikamp
parents:
91
diff
changeset
|
838 WIN_TOP .192 |
6f8e3a08011e
1.73beta rc1 (Added new customview for divemode)
heinrichsweikamp
parents:
91
diff
changeset
|
839 WIN_LEFT .123 |
63 | 840 WIN_FONT FT_SMALL |
841 WIN_INVERT .0 ; Init new Wordprocessor | |
681 | 842 call DISP_standard_color |
63 | 843 lfsr FSR2,letter |
844 movff hours,lo | |
845 output_99x | |
123 | 846 PUTC ':' |
63 | 847 movff mins,lo |
848 output_99x | |
849 call word_processor | |
850 return | |
851 | |
681 | 852 DISP_clock: |
0 | 853 ostc_debug 'c' |
854 WIN_TOP .50 | |
56 | 855 WIN_LEFT .1 |
0 | 856 WIN_FONT FT_SMALL |
857 WIN_INVERT .0 ; Init new Wordprocessor | |
681 | 858 call DISP_standard_color |
0 | 859 lfsr FSR2,letter |
860 movff hours,lo | |
861 output_99x | |
123 | 862 PUTC ':' |
0 | 863 movff mins,lo |
864 output_99x | |
123 | 865 PUTC ':' |
0 | 866 movff secs,lo |
867 output_99x | |
683 | 868 STRCAT_PRINT "" |
0 | 869 return |
870 | |
681 | 871 DISP_interval: |
111 | 872 WIN_TOP .75 |
873 WIN_LEFT .90 | |
874 WIN_FONT FT_SMALL | |
875 WIN_INVERT .0 ; Init new Wordprocessor | |
681 | 876 call DISP_standard_color |
111 | 877 lfsr FSR2,letter |
878 | |
879 movff surface_interval+0,lo | |
880 movff surface_interval+1,hi | |
881 call convert_time ; lo=mins, hi=hours | |
882 | |
883 movf hi,W | |
884 movff lo,hi | |
885 movwf lo ; exchange lo and hi | |
886 output_99x | |
123 | 887 PUTC ':' |
111 | 888 movff hi,lo |
889 output_99x | |
123 | 890 STRCAT_PRINT " " |
111 | 891 return |
892 | |
759 | 893 |
894 DISP_show_deco_gas: ; Show the next decogas | |
895 WIN_LEFT .90 | |
896 WIN_FONT FT_SMALL | |
897 WIN_INVERT .0 ; Init new Wordprocessor | |
898 call DISP_divemask_color ; Set Color for Divemode mask | |
899 DISPLAYTEXTH .270 ; Decogas | |
900 | |
901 DISP_show_deco_gas1: | |
902 WIN_LEFT .90 | |
903 WIN_FONT FT_SMALL | |
904 WIN_INVERT .0 ; Init new Wordprocessor | |
905 call DISP_standard_color | |
906 WIN_TOP .192 | |
907 movff char_O_deco_gas+0,lo | |
908 tstfsz lo ; =0? | |
909 bra $+4 ; No | |
910 bra DISP_show_deco_gas2 | |
911 incf lo,F ;+1 | |
912 STRCPY TXT_GAS1 ; "G" | |
913 bsf leftbind | |
914 output_8 | |
915 STRCAT TXT_AT4 ; " at " | |
916 movlw .27 ; 28=Gas 1 | |
917 addwf lo,W | |
918 movwf EEADR | |
919 clrf EEADRH ; Get Change depth | |
920 call read_eeprom | |
921 movff EEDATA,lo | |
922 tstfsz lo ; =0? | |
923 bra $+4 ; No | |
924 bra DISP_show_deco_gas2 | |
925 output_8 ; Change depth | |
926 bcf leftbind | |
927 STRCAT "m " | |
928 clrf WREG | |
768
b23b43d6d50d
BUGFIX: Italian language fix (Divemode menu)
heinrichsweikamp
parents:
765
diff
changeset
|
929 movff WREG,letter+.9 ; Limit to 9 chars |
759 | 930 STRCAT_PRINT "" |
931 | |
932 WIN_TOP .216 | |
933 movff char_O_deco_gas+1,lo | |
934 tstfsz lo ; =0? | |
935 bra $+4 ; No | |
936 bra DISP_show_deco_gas3 | |
937 incf lo,F ;+1 | |
938 STRCPY TXT_GAS1 ; "G" | |
939 bsf leftbind | |
940 output_8 | |
941 STRCAT TXT_AT4 ; " at " | |
942 movlw .27 ; 28=Gas 1 | |
943 addwf lo,W | |
944 movwf EEADR | |
945 clrf EEADRH ; Get Change depth | |
946 call read_eeprom | |
947 movff EEDATA,lo | |
948 tstfsz lo ; =0? | |
949 bra $+4 ; No | |
950 bra DISP_show_deco_gas3 | |
951 output_8 ; Change depth | |
952 bcf leftbind | |
953 STRCAT "m " | |
954 clrf WREG | |
768
b23b43d6d50d
BUGFIX: Italian language fix (Divemode menu)
heinrichsweikamp
parents:
765
diff
changeset
|
955 movff WREG,letter+.9 ; Limit to 9 chars |
759 | 956 STRCAT_PRINT "" |
957 return | |
958 | |
959 DISP_show_deco_gas2: | |
960 WIN_BOX_BLACK .192, .239, .90, .159 ;top, bottom, left, right | |
961 return | |
962 | |
963 DISP_show_deco_gas3: | |
964 WIN_BOX_BLACK .216, .239, .90, .159 ;top, bottom, left, right | |
965 return | |
966 | |
681 | 967 DISP_show_gf_customview: |
666 | 968 WIN_LEFT .93 |
969 WIN_FONT FT_SMALL | |
970 WIN_INVERT .0 ; Init new Wordprocessor | |
681 | 971 call DISP_divemask_color ; Set Color for Divemode mask |
666 | 972 DISPLAYTEXTH .268 ;"Gradient Factors" |
973 | |
974 GETCUSTOM8 d'64' ; Set to grey | |
681 | 975 call DISP_set_color |
666 | 976 btfss use_aGF |
681 | 977 call DISP_standard_color |
666 | 978 |
979 WIN_TOP .192 | |
980 STRCPY TXT_GF3 ; "GF:" | |
981 GETCUSTOM8 d'32' ; GF_lo | |
982 movwf lo | |
983 bsf leftbind | |
984 output_8 | |
985 STRCAT "/" | |
986 GETCUSTOM8 d'33' ; GF_hi | |
987 movwf lo | |
988 output_8 | |
989 STRCAT_PRINT "" | |
990 | |
991 GETCUSTOM8 d'64' ; Set to grey | |
681 | 992 call DISP_set_color |
666 | 993 btfsc use_aGF |
681 | 994 call DISP_standard_color |
666 | 995 |
996 WIN_TOP .216 | |
997 STRCPY TXT_aGF4 ; "aGF:" | |
998 GETCUSTOM8 d'67' ; aGF_lo | |
999 movwf lo | |
1000 bsf leftbind | |
1001 output_8 | |
1002 STRCAT "/" | |
1003 GETCUSTOM8 d'68' ; aGF_hi | |
1004 movwf lo | |
1005 output_8 | |
1006 STRCAT_PRINT "" | |
1007 bcf leftbind | |
1008 | |
681 | 1009 call DISP_standard_color |
666 | 1010 return |
111 | 1011 |
681 | 1012 DISP_show_cf11_cf12_cf29:; Display saturations/desaturation multiplier and last deco in the customview field |
111 | 1013 WIN_TOP .25 |
1014 WIN_LEFT .90 | |
1015 WIN_FONT FT_SMALL | |
1016 WIN_INVERT .0 ; Init new Wordprocessor | |
681 | 1017 call DISP_standard_color |
446 | 1018 STRCPY TXT_BSAT5 |
123 | 1019 |
111 | 1020 GETCUSTOM8 d'11' |
1021 movwf lo | |
1022 bsf leftbind | |
1023 output_8 | |
123 | 1024 STRCAT_PRINT "%" |
111 | 1025 |
1026 WIN_TOP .50 | |
446 | 1027 STRCPY TXT_BDES5 |
123 | 1028 |
111 | 1029 GETCUSTOM8 d'12' |
1030 movwf lo | |
1031 bsf leftbind | |
1032 output_8 | |
123 | 1033 STRCAT_PRINT "%" |
111 | 1034 |
681 | 1035 DISP_show_cf11_cf12_cf29_2: |
111 | 1036 WIN_TOP .75 |
446 | 1037 STRCPY TXT_LAST5 |
111 | 1038 GETCUSTOM8 d'29' |
1039 movwf lo | |
1040 bsf leftbind | |
1041 output_8 | |
446 | 1042 STRCAT_PRINT TXT_METER1 |
123 | 1043 |
111 | 1044 bcf leftbind |
1045 return | |
1046 | |
681 | 1047 DISP_show_cf32_cf33_cf62_cf63: ; Display GF_LOW, GF_HIGH, pSCR ratio and drop in the customview field |
592
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1048 WIN_TOP .25 |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1049 WIN_LEFT .90 |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1050 WIN_FONT FT_SMALL |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1051 WIN_INVERT .0 ; Init new Wordprocessor |
681 | 1052 call DISP_standard_color |
592
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1053 GETCUSTOM8 d'32' ; GF_lo |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1054 movwf lo |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1055 STRCPY TXT_GFLO6 |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1056 bsf leftbind |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1057 output_8 |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1058 STRCAT_PRINT "%" |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1059 |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1060 WIN_TOP .50 |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1061 GETCUSTOM8 d'33' ; GF_hi |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1062 movwf lo |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1063 STRCPY TXT_GFHI6 |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1064 bsf leftbind |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1065 output_8 |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1066 STRCAT_PRINT "%" |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1067 |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1068 WIN_TOP .75 |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1069 lfsr FSR2,letter |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1070 GETCUSTOM8 d'62' ; O2 Drop in percent |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1071 movwf lo |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1072 bsf leftbind |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1073 output_8 |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1074 |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1075 STRCAT "% 1/" |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1076 GETCUSTOM8 d'63' ; Counter lung ratio in 1/X |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1077 movwf lo |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1078 output_8 |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1079 bcf leftbind |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1080 STRCAT_PRINT "" |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1081 return |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1082 |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1083 |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
1084 |
681 | 1085 DISP_show_cf32_cf33_cf29:; Display GF_LOW, GF_HIGH and last deco in the customview field |
111 | 1086 WIN_TOP .25 |
1087 WIN_LEFT .90 | |
1088 WIN_FONT FT_SMALL | |
1089 WIN_INVERT .0 ; Init new Wordprocessor | |
681 | 1090 call DISP_standard_color |
180 | 1091 GETCUSTOM8 d'32' ; GF_lo |
111 | 1092 movwf lo |
123 | 1093 |
446 | 1094 STRCPY TXT_GFLO6 |
111 | 1095 bsf leftbind |
1096 output_8 | |
123 | 1097 STRCAT_PRINT "%" |
111 | 1098 |
1099 WIN_TOP .50 | |
180 | 1100 GETCUSTOM8 d'33' ; GF_hi |
111 | 1101 movwf lo |
446 | 1102 STRCPY TXT_GFHI6 |
111 | 1103 bsf leftbind |
1104 output_8 | |
123 | 1105 STRCAT_PRINT "%" |
111 | 1106 |
681 | 1107 bra DISP_show_cf11_cf12_cf29_2 ; Display CF29 in the third row and RETURN |
1108 | |
1109 | |
1110 DISP_logbook_cursor: | |
1111 | |
1112 DISP_menu_cursor: | |
204 | 1113 WIN_BOX_BLACK .35, .239, .0, .16 ;top, bottom, left, right |
98
6f8e3a08011e
1.73beta rc1 (Added new customview for divemode)
heinrichsweikamp
parents:
91
diff
changeset
|
1114 |
0 | 1115 WIN_LEFT .0 |
1116 WIN_FONT FT_SMALL | |
1117 WIN_INVERT .0 ; Init new Wordprocessor | |
681 | 1118 call DISP_standard_color |
3 | 1119 |
0 | 1120 movff menupos,temp1 |
1121 dcfsnz temp1,F | |
1122 movlw d'35' | |
1123 dcfsnz temp1,F | |
1124 movlw d'65' | |
1125 dcfsnz temp1,F | |
1126 movlw d'95' | |
1127 dcfsnz temp1,F | |
1128 movlw d'125' | |
1129 dcfsnz temp1,F | |
1130 movlw d'155' | |
1131 dcfsnz temp1,F | |
1132 movlw d'185' | |
1133 | |
1134 movff WREG,win_top | |
123 | 1135 STRCPY_PRINT "\xB7" |
0 | 1136 return |
1137 | |
681 | 1138 DISP_menu_mask: |
717 | 1139 call DISP_divemask_color |
0 | 1140 DISPLAYTEXT .5 ; Menu: |
717 | 1141 call DISP_standard_color |
0 | 1142 DISPLAYTEXT .6 ; Logbook |
1143 DISPLAYTEXT .7 ; Gas Setup | |
1144 DISPLAYTEXT .9 ; Reset all | |
1145 DISPLAYTEXT .10 ; Setup... | |
1146 DISPLAYTEXT .142 ; More... | |
1147 DISPLAYTEXT .11 ; Exit | |
624 | 1148 |
1149 ; Write OSTC serial in Main Menu | |
1150 WIN_TOP .215 | |
1151 WIN_LEFT .47 | |
1152 GETCUSTOM8 d'64' ; Write header in blue when | |
681 | 1153 call DISP_set_color ; compiled in DEBUG mode... |
624 | 1154 lfsr FSR2,letter |
1155 OUTPUTTEXTH d'262' ; "OSTC " | |
1156 clrf EEADRH | |
1157 clrf EEADR ; Get Serial number LOW | |
1158 call read_eeprom ; read byte | |
1159 movff EEDATA,lo | |
1160 incf EEADR,F ; Get Serial number HIGH | |
1161 call read_eeprom ; read byte | |
1162 movff EEDATA,hi | |
1163 bsf leftbind | |
1164 output_16 | |
1165 call word_processor | |
681 | 1166 call DISP_standard_color |
0 | 1167 return |
1168 | |
681 | 1169 DISP_setup_menu_mask: |
717 | 1170 call DISP_divemask_color |
0 | 1171 DISPLAYTEXT .98 ; Setup Menu: |
717 | 1172 call DISP_standard_color |
0 | 1173 DISPLAYTEXT .99 ; Custom FunctionsI |
1174 DISPLAYTEXT .153 ; Custom FunctionsII | |
574 | 1175 DISPLAYTEXTH .295 ; Custom FunctionsIII |
0 | 1176 DISPLAYTEXT .100 ; Decotype: |
1177 DISPLAYTEXT .142 ; More... | |
1178 DISPLAYTEXT .11 ; Exit | |
1179 return | |
1180 | |
681 | 1181 DISP_ccr_setup_menu_mask: |
717 | 1182 call DISP_divemask_color |
639 | 1183 DISPLAYTEXT .111 ; CCR Setup Menu |
717 | 1184 call DISP_standard_color |
639 | 1185 DISPLAYTEXT .229 ; Diluent Setup |
1186 DISPLAYTEXT .230 ; Setpoint Setup | |
1187 DISPLAYTEXT .11 ; Exit | |
1188 return | |
1189 | |
1190 | |
681 | 1191 DISP_more_setup_menu_mask: |
717 | 1192 call DISP_divemask_color |
0 | 1193 DISPLAYTEXTH .258 ; Setup Menu 2: |
717 | 1194 call DISP_standard_color |
0 | 1195 DISPLAYTEXTH .257 ; Date format: |
1196 DISPLAYTEXT .129 ; Debug: | |
12 | 1197 DISPLAYTEXT .187 ; Show License |
574 | 1198 DISPLAYTEXTH .276 ; Salinity: |
499
2ac77db9c150
Added OLED brightness setting, texts 280, 312 and 313 need update
heinrichsweikamp
parents:
498
diff
changeset
|
1199 DISPLAYTEXTH .280 ; Brightness: |
0 | 1200 DISPLAYTEXT .11 ; Exit |
1201 return | |
1202 | |
681 | 1203 DISP_more_menu_mask: |
717 | 1204 call DISP_divemask_color |
0 | 1205 DISPLAYTEXT .144 ; Menu 2: |
717 | 1206 call DISP_standard_color |
0 | 1207 DISPLAYTEXT .8 ; Set Time |
747 | 1208 DISPLAYTEXT .110 ; CCR Setup Menu |
0 | 1209 DISPLAYTEXT .113 ; Battery Info |
1210 DISPLAYTEXT .247 ; Simulator | |
125 | 1211 DISPLAYTEXTH .287 ; Altimeter |
0 | 1212 DISPLAYTEXT .11 ; Exit |
1213 return | |
1214 | |
681 | 1215 DISP_reset_menu_mask: |
717 | 1216 call DISP_divemask_color |
0 | 1217 DISPLAYTEXT .28 ; Reset Menu |
717 | 1218 call DISP_standard_color |
0 | 1219 DISPLAYTEXT .21 ; Cancel Reset |
1220 DISPLAYTEXT .245 ; Reset CF,Gases & Deco | |
1221 DISPLAYTEXTH .284 ; Reset Logbook | |
1222 DISPLAYTEXTH .285 ; Reboot OSTC | |
1223 DISPLAYTEXTH .286 ; Reset Decodata | |
1224 DISPLAYTEXT .11 ; Exit | |
1225 return | |
1226 | |
681 | 1227 DISP_simulator_mask: |
717 | 1228 call DISP_divemask_color |
0 | 1229 DISPLAYTEXT .248 ; OSTC Simulator |
717 | 1230 call DISP_standard_color |
370 | 1231 DISPLAYTEXTH .307 ; Interval: |
369 | 1232 DISPLAYTEXT .249 ; Start Dive |
1233 DISPLAYTEXTH .277 ; Bottom Time: | |
1234 DISPLAYTEXTH .278 ; Max. Depth: | |
1235 DISPLAYTEXTH .279 ; Calculate Deco | |
1236 DISPLAYTEXT .11 ; Exit | |
0 | 1237 return |
1238 | |
681 | 1239 DISP_temp_surfmode: |
0 | 1240 ostc_debug 'e' |
341
2144f19fa1eb
BUGFIX protect against ISR changing pressure/temperature while reading it.
JeanDo
parents:
340
diff
changeset
|
1241 SAFE_2BYTE_COPY temperature, last_temperature |
0 | 1242 WIN_TOP .100 |
56 | 1243 WIN_LEFT .1 |
0 | 1244 WIN_FONT FT_SMALL |
340
ecbbbd423e86
BUGFIX save negativ temperatures in logbook (bbbug #6)
JeanDo
parents:
339
diff
changeset
|
1245 WIN_INVERT .0 ; Init new Wordprocessor |
681 | 1246 call DISP_standard_color |
3 | 1247 |
341
2144f19fa1eb
BUGFIX protect against ISR changing pressure/temperature while reading it.
JeanDo
parents:
340
diff
changeset
|
1248 movff last_temperature+1,hi |
2144f19fa1eb
BUGFIX protect against ISR changing pressure/temperature while reading it.
JeanDo
parents:
340
diff
changeset
|
1249 movff last_temperature+0,lo |
0 | 1250 lfsr FSR2,letter |
681 | 1251 call DISP_convert_signed_temperature ; converts lo:hi into signed-short and adds '-' to POSTINC2 if required |
0 | 1252 movlw d'3' |
1253 movwf ignore_digits | |
1254 bsf leftbind ; left orientated output | |
1255 output_16dp d'2' | |
1256 bcf leftbind | |
123 | 1257 STRCAT_PRINT "°C " |
0 | 1258 return |
1259 | |
681 | 1260 DISP_temp_divemode: |
0 | 1261 ostc_debug 'u' ; Sends debug-information to screen if debugmode active |
1262 | |
1263 ; temperature | |
341
2144f19fa1eb
BUGFIX protect against ISR changing pressure/temperature while reading it.
JeanDo
parents:
340
diff
changeset
|
1264 SAFE_2BYTE_COPY temperature, last_temperature |
0 | 1265 |
1266 WIN_TOP .216 | |
75 | 1267 WIN_LEFT .50 |
0 | 1268 WIN_FONT FT_SMALL |
1269 WIN_INVERT .0 ; Init new Wordprocessor | |
681 | 1270 call DISP_standard_color |
3 | 1271 |
341
2144f19fa1eb
BUGFIX protect against ISR changing pressure/temperature while reading it.
JeanDo
parents:
340
diff
changeset
|
1272 movff last_temperature+1,hi |
2144f19fa1eb
BUGFIX protect against ISR changing pressure/temperature while reading it.
JeanDo
parents:
340
diff
changeset
|
1273 movff last_temperature+0,lo |
2144f19fa1eb
BUGFIX protect against ISR changing pressure/temperature while reading it.
JeanDo
parents:
340
diff
changeset
|
1274 |
0 | 1275 lfsr FSR2,letter |
681 | 1276 call DISP_convert_signed_temperature ; converts lo:hi into signed-short and adds '-' to POSTINC2 if required |
0 | 1277 movlw d'3' |
1278 movwf ignore_digits | |
1279 bsf leftbind ; left orientated output | |
1280 output_16dp d'2' | |
1281 bcf leftbind | |
135
5c8569f95d7e
temperature collision with the tissue graph
heinrichsweikamp
parents:
133
diff
changeset
|
1282 STRCAT "° " |
5c8569f95d7e
temperature collision with the tissue graph
heinrichsweikamp
parents:
133
diff
changeset
|
1283 clrf WREG ; Allow up to 5 chars to avoid |
5c8569f95d7e
temperature collision with the tissue graph
heinrichsweikamp
parents:
133
diff
changeset
|
1284 movff WREG,letter+5 ; collision with sat graphs |
5c8569f95d7e
temperature collision with the tissue graph
heinrichsweikamp
parents:
133
diff
changeset
|
1285 call word_processor |
0 | 1286 return |
1287 | |
681 | 1288 DISP_show_ppO2: ; Show ppO2 (ppO2 stored in xC) |
0 | 1289 ostc_debug 't' ; Sends debug-information to screen if debugmode active |
462 | 1290 WIN_TOP .117 |
0 | 1291 WIN_LEFT .0 |
1292 WIN_FONT FT_SMALL | |
681 | 1293 DISP_color_code warn_ppo2 ; Color-code output (ppO2 stored in xC) |
446 | 1294 STRCPY TXT_PPO2_5 |
74 | 1295 |
1296 ; Check very high ppO2 manually | |
398
ab962c4b19d6
Fixing issue 50, correct "Bar" to "bar" in texts and comments
heinrichsweikamp
parents:
396
diff
changeset
|
1297 tstfsz xC+2 ; char_I_O2_ratio * p_amb/10 > 65536, ppO2>6,55bar? |
681 | 1298 bra DISP_show_ppO2_3 ; Yes, display fixed Value! |
74 | 1299 |
0 | 1300 movff xC+0,lo |
1301 movff xC+1,hi | |
1302 bsf ignore_digit4 | |
1303 output_16dp d'1' | |
1304 bcf ignore_digit4 | |
681 | 1305 DISP_show_ppO2_2: |
123 | 1306 STRCAT_PRINT " " |
681 | 1307 call DISP_standard_color |
0 | 1308 return |
1309 | |
681 | 1310 DISP_show_ppO2_3: |
123 | 1311 STRCAT ">6.6" |
681 | 1312 bra DISP_show_ppO2_2 |
1313 | |
1314 DISP_show_ppO2_clear: ; Clear ppO2 | |
0 | 1315 movlw d'10' |
1316 movwf temp1 | |
462 | 1317 WIN_TOP .117 |
0 | 1318 WIN_LEFT .0 |
681 | 1319 call DISP_display_clear_common_y1 |
0 | 1320 return |
1321 | |
681 | 1322 DISP_active_gas_clear: ; clears active gas! |
0 | 1323 WIN_TOP .192 |
75 | 1324 WIN_LEFT .50 |
0 | 1325 movlw d'5' |
1326 movwf temp1 | |
681 | 1327 bra DISP_display_clear_common_y1; also returns! |
1328 | |
1329 DISP_active_gas_divemode: ; Displays current gas (e.g. 40/20) if a) He>0 or b) O2>Custom9 | |
0 | 1330 btfsc FLAG_apnoe_mode ; Ignore in Apnoe mode |
1331 return | |
1332 | |
25 | 1333 WIN_INVERT .0 ; Init new Wordprocessor |
681 | 1334 call DISP_active_gas_divemode_show ; Show gas (Non-Inverted in all cases) |
25 | 1335 |
1336 btfss better_gas_available ;=1: A better gas is available and a gas change is advised in divemode | |
1337 return ; Done. | |
1338 | |
1339 ; Check if Gas Output should blink when a better gas is available... | |
1340 GETCUSTOM8 d'42' ; =1 if gas should blink | |
1341 movwf lo | |
1342 movlw d'1' | |
1343 cpfseq lo ; =1? | |
1344 return ; No, Done. | |
1345 | |
1346 btg blinking_better_gas ; Toggle blink bit... | |
1347 btfss blinking_better_gas ; blink now? | |
1348 return ; No, Done. | |
403 | 1349 movlw color_yellow ; Blink in yellow |
681 | 1350 call DISP_set_color |
25 | 1351 WIN_INVERT .1 ; Init new Wordprocessor |
681 | 1352 call DISP_active_gas_divemode_show1 ; Show gas (Non-Inverted in all cases) |
25 | 1353 WIN_INVERT .0 ; Init new Wordprocessor |
681 | 1354 call DISP_standard_color |
25 | 1355 return ; Done. |
1356 | |
681 | 1357 DISP_active_gas_divemode_show: |
1358 call DISP_standard_color | |
1359 DISP_active_gas_divemode_show1: | |
0 | 1360 ostc_debug 's' ; Sends debug-information to screen if debugmode active |
1361 ; gas | |
1362 WIN_TOP .192 | |
75 | 1363 WIN_LEFT .50 |
0 | 1364 WIN_FONT FT_SMALL |
3 | 1365 |
0 | 1366 movlw d'100' ; 100% in the tank |
1367 movff char_I_N2_ratio,lo ; minus N2 | |
1368 bsf STATUS,C ; set borrow bit | |
1369 subfwb lo,W | |
1370 movff char_I_He_ratio,lo ; minus He | |
1371 bsf STATUS,C ; set borrow bit | |
1372 subfwb lo,F ; =% O2 | |
1373 GETCUSTOM8 d'9' ; get oxygen treshold | |
1374 movff char_I_He_ratio,hi ; He ratio | |
1375 cpfsgt lo | |
681 | 1376 bra DISP_active_gas_divemode2 ; Check He |
1377 bra DISP_active_gas_divemode3 ; Skip He check, display gas | |
0 | 1378 |
681 | 1379 DISP_active_gas_divemode2: |
0 | 1380 tstfsz hi ; He = 0 % |
681 | 1381 bra DISP_active_gas_divemode3 ; display gas |
1382 | |
1383 call DISP_warnings_color ; O2 below treshold, He=0 : Bad stuff ! | |
1384 bra DISP_active_gas_divemode4 | |
1385 | |
1386 DISP_active_gas_divemode3: | |
0 | 1387 movlw d'21' |
1388 cpfseq lo ; Air? (O2=21%) | |
681 | 1389 bra DISP_active_gas_divemode4 ; No! |
0 | 1390 tstfsz hi ; Air? (He=0%) |
681 | 1391 bra DISP_active_gas_divemode4 ; No! |
0 | 1392 |
1393 ; Yes, display "Air" instead of 21/0 | |
1394 lfsr FSR2,letter | |
136 | 1395 OUTPUTTEXTH d'264' ;"Air " |
143 | 1396 PUTC ' ' |
1397 clrf WREG ; Allow up to 5 chars to avoid | |
1398 movff WREG,letter+5 ; collision with sat graphs | |
1399 bcf leftbind | |
1400 call word_processor | |
681 | 1401 DISP_active_better_gas: |
152 | 1402 WIN_TOP .192 |
157 | 1403 WIN_LEFT .43 |
152 | 1404 WIN_FONT FT_SMALL |
1405 lfsr FSR2,letter | |
143 | 1406 movlw ' ' |
8 | 1407 btfsc better_gas_available ;=1: A better gas is available and a gas change is advised in divemode |
1408 movlw '*' | |
1409 movwf POSTINC2 | |
0 | 1410 call word_processor |
25 | 1411 return |
0 | 1412 |
681 | 1413 DISP_active_gas_divemode4: |
0 | 1414 lfsr FSR2,letter |
1415 bsf leftbind ; left orientated output | |
1416 output_8 ; O2 ratio is still in "lo" | |
123 | 1417 PUTC '/' |
0 | 1418 movff char_I_He_ratio,lo ; copy He ratio into lo |
1419 output_8 | |
143 | 1420 PUTC ' ' |
1421 clrf WREG ; Allow up to 5 chars to avoid | |
1422 movff WREG,letter+5 ; collision with sat graphs | |
1423 bcf leftbind | |
1424 call word_processor | |
681 | 1425 rcall DISP_active_better_gas ; show *, if required |
1426 call DISP_standard_color ; Back to normal (if O2<21 and He=0) | |
143 | 1427 return |
1428 | |
121
e0f29e20bd24
Mix-type icons: check apnoe/gauge/CF#41, depth=0, and first gas. Changed colors.
JeanDo
parents:
119
diff
changeset
|
1429 ;----------------------------------------------------------------------------- |
e0f29e20bd24
Mix-type icons: check apnoe/gauge/CF#41, depth=0, and first gas. Changed colors.
JeanDo
parents:
119
diff
changeset
|
1430 ; Set color to grey when gas is inactive |
e0f29e20bd24
Mix-type icons: check apnoe/gauge/CF#41, depth=0, and first gas. Changed colors.
JeanDo
parents:
119
diff
changeset
|
1431 ; Inputs: WREG : gas# (0..4) |
e0f29e20bd24
Mix-type icons: check apnoe/gauge/CF#41, depth=0, and first gas. Changed colors.
JeanDo
parents:
119
diff
changeset
|
1432 ; Trashes: lo |
e0f29e20bd24
Mix-type icons: check apnoe/gauge/CF#41, depth=0, and first gas. Changed colors.
JeanDo
parents:
119
diff
changeset
|
1433 ; New v1.44se |
681 | 1434 DISP_grey_inactive_gas: |
121
e0f29e20bd24
Mix-type icons: check apnoe/gauge/CF#41, depth=0, and first gas. Changed colors.
JeanDo
parents:
119
diff
changeset
|
1435 movwf lo ; copy gas number 0-4 |
e0f29e20bd24
Mix-type icons: check apnoe/gauge/CF#41, depth=0, and first gas. Changed colors.
JeanDo
parents:
119
diff
changeset
|
1436 incf lo,F ; 1-5 |
e0f29e20bd24
Mix-type icons: check apnoe/gauge/CF#41, depth=0, and first gas. Changed colors.
JeanDo
parents:
119
diff
changeset
|
1437 |
e0f29e20bd24
Mix-type icons: check apnoe/gauge/CF#41, depth=0, and first gas. Changed colors.
JeanDo
parents:
119
diff
changeset
|
1438 read_int_eeprom d'33' ; Get First gas (1-5) |
e0f29e20bd24
Mix-type icons: check apnoe/gauge/CF#41, depth=0, and first gas. Changed colors.
JeanDo
parents:
119
diff
changeset
|
1439 movf EEDATA,W |
e0f29e20bd24
Mix-type icons: check apnoe/gauge/CF#41, depth=0, and first gas. Changed colors.
JeanDo
parents:
119
diff
changeset
|
1440 subwf lo,W ; Compare with current |
681 | 1441 bz DISP_white_gas ; First is always on. |
121
e0f29e20bd24
Mix-type icons: check apnoe/gauge/CF#41, depth=0, and first gas. Changed colors.
JeanDo
parents:
119
diff
changeset
|
1442 |
e0f29e20bd24
Mix-type icons: check apnoe/gauge/CF#41, depth=0, and first gas. Changed colors.
JeanDo
parents:
119
diff
changeset
|
1443 movlw .28-1 ; Depth for gas# is at idx+28 |
e0f29e20bd24
Mix-type icons: check apnoe/gauge/CF#41, depth=0, and first gas. Changed colors.
JeanDo
parents:
119
diff
changeset
|
1444 addwf lo,W |
e0f29e20bd24
Mix-type icons: check apnoe/gauge/CF#41, depth=0, and first gas. Changed colors.
JeanDo
parents:
119
diff
changeset
|
1445 movwf EEADR ; address in EEPROM. |
e0f29e20bd24
Mix-type icons: check apnoe/gauge/CF#41, depth=0, and first gas. Changed colors.
JeanDo
parents:
119
diff
changeset
|
1446 call read_eeprom ; Read depth |
e0f29e20bd24
Mix-type icons: check apnoe/gauge/CF#41, depth=0, and first gas. Changed colors.
JeanDo
parents:
119
diff
changeset
|
1447 clrf WREG |
e0f29e20bd24
Mix-type icons: check apnoe/gauge/CF#41, depth=0, and first gas. Changed colors.
JeanDo
parents:
119
diff
changeset
|
1448 cpfsgt EEDATA ; is depth > 0 ? |
681 | 1449 bra DISP_grey_gas |
121
e0f29e20bd24
Mix-type icons: check apnoe/gauge/CF#41, depth=0, and first gas. Changed colors.
JeanDo
parents:
119
diff
changeset
|
1450 |
287 | 1451 clrf EEADRH ; Lower page of EEPROM. |
1452 read_int_eeprom d'27' ; read flag register | |
681 | 1453 DISP_grey_inactive_gas1: |
121
e0f29e20bd24
Mix-type icons: check apnoe/gauge/CF#41, depth=0, and first gas. Changed colors.
JeanDo
parents:
119
diff
changeset
|
1454 rrcf EEDATA ; roll flags into carry |
e0f29e20bd24
Mix-type icons: check apnoe/gauge/CF#41, depth=0, and first gas. Changed colors.
JeanDo
parents:
119
diff
changeset
|
1455 decfsz lo,F ; max. 5 times... |
681 | 1456 bra DISP_grey_inactive_gas1 |
1457 bnc DISP_grey_gas ; test carry | |
1458 | |
1459 DISP_white_gas: | |
121
e0f29e20bd24
Mix-type icons: check apnoe/gauge/CF#41, depth=0, and first gas. Changed colors.
JeanDo
parents:
119
diff
changeset
|
1460 GETCUSTOM8 d'35' ;movlw color_white |
681 | 1461 goto DISP_set_color ; grey out inactive gases! |
665
259e4c1bf3c2
grey-out TTS and ceiling after gas change (until new plan is ready)
heinrichsweikamp
parents:
657
diff
changeset
|
1462 ; return |
121
e0f29e20bd24
Mix-type icons: check apnoe/gauge/CF#41, depth=0, and first gas. Changed colors.
JeanDo
parents:
119
diff
changeset
|
1463 |
681 | 1464 DISP_grey_gas: |
1465 DISP_grey: | |
587
1b021a280e15
NEW CF64: Configures color for inactive gases
heinrichsweikamp
parents:
576
diff
changeset
|
1466 GETCUSTOM8 d'64' ;movlw color_grey |
681 | 1467 goto DISP_set_color ; grey out inactive gases! |
665
259e4c1bf3c2
grey-out TTS and ceiling after gas change (until new plan is ready)
heinrichsweikamp
parents:
657
diff
changeset
|
1468 ; return |
121
e0f29e20bd24
Mix-type icons: check apnoe/gauge/CF#41, depth=0, and first gas. Changed colors.
JeanDo
parents:
119
diff
changeset
|
1469 |
758
3096294bb06e
Show the bailout list in surfacemode (CC Modes)
heinrichsweikamp
parents:
756
diff
changeset
|
1470 DISP_bailoutgas: ; Show the first bailout gas |
3096294bb06e
Show the bailout list in surfacemode (CC Modes)
heinrichsweikamp
parents:
756
diff
changeset
|
1471 WIN_TOP .25 |
3096294bb06e
Show the bailout list in surfacemode (CC Modes)
heinrichsweikamp
parents:
756
diff
changeset
|
1472 WIN_LEFT .90 |
3096294bb06e
Show the bailout list in surfacemode (CC Modes)
heinrichsweikamp
parents:
756
diff
changeset
|
1473 WIN_FONT FT_SMALL |
3096294bb06e
Show the bailout list in surfacemode (CC Modes)
heinrichsweikamp
parents:
756
diff
changeset
|
1474 WIN_INVERT .0 ; Init new Wordprocessor |
3096294bb06e
Show the bailout list in surfacemode (CC Modes)
heinrichsweikamp
parents:
756
diff
changeset
|
1475 call DISP_standard_color |
3096294bb06e
Show the bailout list in surfacemode (CC Modes)
heinrichsweikamp
parents:
756
diff
changeset
|
1476 lfsr FSR2,letter |
3096294bb06e
Show the bailout list in surfacemode (CC Modes)
heinrichsweikamp
parents:
756
diff
changeset
|
1477 OUTPUTTEXT .137 ; Bailout |
3096294bb06e
Show the bailout list in surfacemode (CC Modes)
heinrichsweikamp
parents:
756
diff
changeset
|
1478 call word_processor |
3096294bb06e
Show the bailout list in surfacemode (CC Modes)
heinrichsweikamp
parents:
756
diff
changeset
|
1479 WIN_TOP .50 |
3096294bb06e
Show the bailout list in surfacemode (CC Modes)
heinrichsweikamp
parents:
756
diff
changeset
|
1480 WIN_LEFT .90 |
765
aac1379d6983
BUGFIX: Show bailout list if first bailout gas <> gas
heinrichsweikamp
parents:
762
diff
changeset
|
1481 read_int_eeprom d'33' ; Read start gas (1-5) |
aac1379d6983
BUGFIX: Show bailout list if first bailout gas <> gas
heinrichsweikamp
parents:
762
diff
changeset
|
1482 movff EEDATA,hi ; Store start gas |
758
3096294bb06e
Show the bailout list in surfacemode (CC Modes)
heinrichsweikamp
parents:
756
diff
changeset
|
1483 bsf leftbind |
3096294bb06e
Show the bailout list in surfacemode (CC Modes)
heinrichsweikamp
parents:
756
diff
changeset
|
1484 lfsr FSR2,letter |
765
aac1379d6983
BUGFIX: Show bailout list if first bailout gas <> gas
heinrichsweikamp
parents:
762
diff
changeset
|
1485 STRCPY TXT_GAS1 |
aac1379d6983
BUGFIX: Show bailout list if first bailout gas <> gas
heinrichsweikamp
parents:
762
diff
changeset
|
1486 movff hi,lo ; copy gas number |
aac1379d6983
BUGFIX: Show bailout list if first bailout gas <> gas
heinrichsweikamp
parents:
762
diff
changeset
|
1487 output_8 ; display gas number |
aac1379d6983
BUGFIX: Show bailout list if first bailout gas <> gas
heinrichsweikamp
parents:
762
diff
changeset
|
1488 STRCAT ": " |
aac1379d6983
BUGFIX: Show bailout list if first bailout gas <> gas
heinrichsweikamp
parents:
762
diff
changeset
|
1489 movlw .4 |
aac1379d6983
BUGFIX: Show bailout list if first bailout gas <> gas
heinrichsweikamp
parents:
762
diff
changeset
|
1490 mulwf hi ; 1-5 |
aac1379d6983
BUGFIX: Show bailout list if first bailout gas <> gas
heinrichsweikamp
parents:
762
diff
changeset
|
1491 movf PRODL,W |
aac1379d6983
BUGFIX: Show bailout list if first bailout gas <> gas
heinrichsweikamp
parents:
762
diff
changeset
|
1492 addlw .2 ; Gas #x: %O2 - Set address in internal EEPROM |
758
3096294bb06e
Show the bailout list in surfacemode (CC Modes)
heinrichsweikamp
parents:
756
diff
changeset
|
1493 movwf EEADR |
3096294bb06e
Show the bailout list in surfacemode (CC Modes)
heinrichsweikamp
parents:
756
diff
changeset
|
1494 call read_eeprom ; get byte (stored in EEDATA) |
3096294bb06e
Show the bailout list in surfacemode (CC Modes)
heinrichsweikamp
parents:
756
diff
changeset
|
1495 movff EEDATA,lo ; copy to lo |
3096294bb06e
Show the bailout list in surfacemode (CC Modes)
heinrichsweikamp
parents:
756
diff
changeset
|
1496 output_8 ; outputs into Postinc2! |
3096294bb06e
Show the bailout list in surfacemode (CC Modes)
heinrichsweikamp
parents:
756
diff
changeset
|
1497 PUTC '/' |
765
aac1379d6983
BUGFIX: Show bailout list if first bailout gas <> gas
heinrichsweikamp
parents:
762
diff
changeset
|
1498 movlw .4 |
aac1379d6983
BUGFIX: Show bailout list if first bailout gas <> gas
heinrichsweikamp
parents:
762
diff
changeset
|
1499 mulwf hi,W ; 1-5 |
aac1379d6983
BUGFIX: Show bailout list if first bailout gas <> gas
heinrichsweikamp
parents:
762
diff
changeset
|
1500 movf PRODL,W |
aac1379d6983
BUGFIX: Show bailout list if first bailout gas <> gas
heinrichsweikamp
parents:
762
diff
changeset
|
1501 addlw .3 ; Gas #x: %He - Set address in internal EEPROM |
758
3096294bb06e
Show the bailout list in surfacemode (CC Modes)
heinrichsweikamp
parents:
756
diff
changeset
|
1502 movwf EEADR |
3096294bb06e
Show the bailout list in surfacemode (CC Modes)
heinrichsweikamp
parents:
756
diff
changeset
|
1503 call read_eeprom ; get byte (stored in EEDATA) |
3096294bb06e
Show the bailout list in surfacemode (CC Modes)
heinrichsweikamp
parents:
756
diff
changeset
|
1504 movff EEDATA,lo ; copy to lo |
3096294bb06e
Show the bailout list in surfacemode (CC Modes)
heinrichsweikamp
parents:
756
diff
changeset
|
1505 output_8 ; outputs into Postinc2! |
3096294bb06e
Show the bailout list in surfacemode (CC Modes)
heinrichsweikamp
parents:
756
diff
changeset
|
1506 bcf leftbind |
3096294bb06e
Show the bailout list in surfacemode (CC Modes)
heinrichsweikamp
parents:
756
diff
changeset
|
1507 call word_processor |
3096294bb06e
Show the bailout list in surfacemode (CC Modes)
heinrichsweikamp
parents:
756
diff
changeset
|
1508 return |
3096294bb06e
Show the bailout list in surfacemode (CC Modes)
heinrichsweikamp
parents:
756
diff
changeset
|
1509 |
3096294bb06e
Show the bailout list in surfacemode (CC Modes)
heinrichsweikamp
parents:
756
diff
changeset
|
1510 DISP_bailoutlist: ; Show the bailout list: |
3096294bb06e
Show the bailout list in surfacemode (CC Modes)
heinrichsweikamp
parents:
756
diff
changeset
|
1511 bra DISP_pre_dive_screen2 |
3096294bb06e
Show the bailout list in surfacemode (CC Modes)
heinrichsweikamp
parents:
756
diff
changeset
|
1512 |
121
e0f29e20bd24
Mix-type icons: check apnoe/gauge/CF#41, depth=0, and first gas. Changed colors.
JeanDo
parents:
119
diff
changeset
|
1513 ;----------------------------------------------------------------------------- |
123 | 1514 ; Display Pre-Dive Screen |
1515 | |
681 | 1516 DISP_pre_dive_screen: |
13 | 1517 ; List active gases/Setpoints |
1518 | |
1519 btfsc FLAG_const_ppO2_mode ; in ppO2 mode? | |
681 | 1520 bra DISP_pre_dive_screen3 ; Yes, display SetPoint/Sensor result list |
1521 | |
1522 DISP_pre_dive_screen2: | |
13 | 1523 ostc_debug 'm' ; Sends debug-information to screen if debugmode active |
1524 | |
1525 WIN_LEFT .90 | |
1526 WIN_FONT FT_SMALL | |
1527 bsf leftbind | |
1528 movlw d'2' | |
1529 movwf wait_temp ; here: stores eeprom address for gas list | |
1530 movlw d'0' | |
765
aac1379d6983
BUGFIX: Show bailout list if first bailout gas <> gas
heinrichsweikamp
parents:
762
diff
changeset
|
1531 movwf waitms_temp ; here: stores row for gas list |
13 | 1532 clrf hi ; here: Gas counter |
1533 | |
681 | 1534 DISP_pre_dive_screen2_loop: |
13 | 1535 incf hi,F ; Increase Gas |
1536 movlw d'4' | |
1537 addwf wait_temp,F ; Increase eeprom address for gas list | |
1538 | |
446 | 1539 STRCPY TXT_GAS1 |
13 | 1540 movff hi,lo ; copy gas number |
1541 output_8 ; display gas number | |
123 | 1542 STRCAT ": " |
13 | 1543 movff wait_temp, EEADR; Gas #hi: %O2 - Set address in internal EEPROM |
1544 call read_eeprom ; get byte (stored in EEDATA) | |
1545 movff EEDATA,lo ; copy to lo | |
1546 output_8 ; outputs into Postinc2! | |
123 | 1547 PUTC '/' |
13 | 1548 incf EEADR,F ; Gas #hi: %He - Set address in internal EEPROM |
1549 call read_eeprom ; get byte (stored in EEDATA) | |
1550 movff EEDATA,lo ; copy to lo | |
1551 output_8 ; outputs into Postinc2! | |
121
e0f29e20bd24
Mix-type icons: check apnoe/gauge/CF#41, depth=0, and first gas. Changed colors.
JeanDo
parents:
119
diff
changeset
|
1552 |
e0f29e20bd24
Mix-type icons: check apnoe/gauge/CF#41, depth=0, and first gas. Changed colors.
JeanDo
parents:
119
diff
changeset
|
1553 decf hi,W ; Gas # in 0..4 |
681 | 1554 call DISP_grey_inactive_gas |
121
e0f29e20bd24
Mix-type icons: check apnoe/gauge/CF#41, depth=0, and first gas. Changed colors.
JeanDo
parents:
119
diff
changeset
|
1555 |
765
aac1379d6983
BUGFIX: Show bailout list if first bailout gas <> gas
heinrichsweikamp
parents:
762
diff
changeset
|
1556 read_int_eeprom d'33' ; Read start gas (1-5) |
13 | 1557 movf EEDATA,W |
765
aac1379d6983
BUGFIX: Show bailout list if first bailout gas <> gas
heinrichsweikamp
parents:
762
diff
changeset
|
1558 cpfseq hi ; Current Gas the start gas? |
aac1379d6983
BUGFIX: Show bailout list if first bailout gas <> gas
heinrichsweikamp
parents:
762
diff
changeset
|
1559 bra DISP_pre_dive_screen2a ; Yes |
aac1379d6983
BUGFIX: Show bailout list if first bailout gas <> gas
heinrichsweikamp
parents:
762
diff
changeset
|
1560 bra DISP_pre_dive_screen2b ; No |
681 | 1561 |
1562 DISP_pre_dive_screen2a: | |
13 | 1563 movlw d'25' |
1564 addwf waitms_temp,F ; Increase row | |
1565 WIN_LEFT .90 | |
1566 movff waitms_temp,win_top ; Set Row | |
765
aac1379d6983
BUGFIX: Show bailout list if first bailout gas <> gas
heinrichsweikamp
parents:
762
diff
changeset
|
1567 call word_processor ; Display gas |
13 | 1568 |
681 | 1569 DISP_pre_dive_screen2b: |
765
aac1379d6983
BUGFIX: Show bailout list if first bailout gas <> gas
heinrichsweikamp
parents:
762
diff
changeset
|
1570 movlw d'5' ; list all four (remaining) gases |
aac1379d6983
BUGFIX: Show bailout list if first bailout gas <> gas
heinrichsweikamp
parents:
762
diff
changeset
|
1571 cpfseq hi ; All gases shown? |
681 | 1572 bra DISP_pre_dive_screen2_loop ; No |
13 | 1573 |
765
aac1379d6983
BUGFIX: Show bailout list if first bailout gas <> gas
heinrichsweikamp
parents:
762
diff
changeset
|
1574 return ; No, return (OC mode) |
13 | 1575 |
681 | 1576 DISP_pre_dive_screen3: |
13 | 1577 WIN_LEFT .90 |
1578 WIN_FONT FT_SMALL | |
1579 bsf leftbind | |
681 | 1580 call DISP_standard_color |
13 | 1581 |
1582 ; list three SP in Gaslist | |
1583 movlw d'35' ; 36 = current SP position in EEPROM | |
1584 movwf wait_temp ; here: stores eeprom address for gas list | |
1585 movlw d'0' | |
1586 movwf waitms_temp ; here: stores row for gas list | |
164 | 1587 clrf apnoe_mins ; here: SP counter |
13 | 1588 |
681 | 1589 DISP_pre_dive_screen3_loop: |
13 | 1590 incf wait_temp,F ; EEPROM address |
164 | 1591 incf apnoe_mins,F ; Increase SP |
13 | 1592 |
1593 movlw d'25' | |
1594 addwf waitms_temp,F ; Increase row | |
1595 WIN_LEFT .90 | |
1596 movff waitms_temp,win_top ; Set Row | |
1597 | |
446 | 1598 STRCPY TXT_SP2 |
164 | 1599 movff apnoe_mins,lo ; copy gas number |
1600 output_8 ; display gas number | |
123 | 1601 STRCAT ": " |
164 | 1602 movff wait_temp, EEADR ; SP #hi position |
1603 call read_eeprom ; get byte (stored in EEDATA) | |
1604 movff EEDATA,lo ; copy to lo | |
13 | 1605 clrf hi |
164 | 1606 output_16dp d'3' ; outputs into Postinc2! |
13 | 1607 call word_processor |
1608 | |
164 | 1609 movlw d'3' ; list all three SP |
1610 cpfseq apnoe_mins ; All gases shown? | |
681 | 1611 bra DISP_pre_dive_screen3_loop ;no |
13 | 1612 |
655
8c01edcf57fc
Allow any diluent to be "First gas" in CCR modes
heinrichsweikamp
parents:
654
diff
changeset
|
1613 |
8c01edcf57fc
Allow any diluent to be "First gas" in CCR modes
heinrichsweikamp
parents:
654
diff
changeset
|
1614 call get_first_diluent ; Read first diluent into lo(O2) and hi(He) |
19 | 1615 WIN_LEFT .90 |
1616 WIN_TOP .100 | |
446 | 1617 STRCPY TXT_DIL4 |
19 | 1618 output_8 ; O2 Ratio |
123 | 1619 PUTC '/' |
19 | 1620 movff hi,lo |
1621 output_8 ; He Ratio | |
1622 call word_processor | |
1623 | |
13 | 1624 bcf leftbind |
1625 return ; Return (CC Mode) | |
1626 | |
681 | 1627 DISP_active_gas_surfmode: ; Displays start gas/SP 1 |
0 | 1628 ostc_debug 'q' ; Sends debug-information to screen if debugmode active |
1629 | |
1630 btfsc FLAG_apnoe_mode ; In Apnoe mode? | |
1631 return ; Yes, return | |
1632 | |
1633 btfsc gauge_mode ; In Gauge mode? | |
1634 return ; Yes, return | |
1635 | |
1636 btfss FLAG_const_ppO2_mode ; are we in const. ppO2 mode? | |
681 | 1637 bra DISP_active_gas_surfmode2 ; No, display gases |
0 | 1638 |
1639 ; In CC Mode | |
1640 WIN_TOP .135 | |
1641 WIN_LEFT .90 | |
1642 WIN_FONT FT_SMALL | |
1643 WIN_INVERT .0 ; Init new Wordprocessor | |
681 | 1644 call DISP_standard_color |
3 | 1645 |
0 | 1646 lfsr FSR2,letter |
1647 read_int_eeprom d'36' | |
1648 movff EEDATA,lo ; copy to lo | |
1649 clrf hi | |
1650 output_16dp d'3' ; outputs into Postinc2! | |
1651 bcf leftbind | |
123 | 1652 |
446 | 1653 STRCAT_PRINT TXT_BAR3 |
607 | 1654 return ; Done. |
0 | 1655 |
681 | 1656 DISP_active_gas_surfmode2: |
692 | 1657 clrf EEADRH ; Select EEPROM lower page. |
1658 read_int_eeprom d'33' ; Get First gas (1-5) | |
1659 movff EEDATA,hi ; into register hi | |
1660 | |
685
aebb6d039249
Use 4byte in EEPROM for diluents (Same as OC gases)
heinrichsweikamp
parents:
683
diff
changeset
|
1661 WIN_TOP .175 |
aebb6d039249
Use 4byte in EEPROM for diluents (Same as OC gases)
heinrichsweikamp
parents:
683
diff
changeset
|
1662 WIN_FONT FT_SMALL |
692 | 1663 WIN_INVERT .0 ; Init new Wordprocessor |
685
aebb6d039249
Use 4byte in EEPROM for diluents (Same as OC gases)
heinrichsweikamp
parents:
683
diff
changeset
|
1664 movlw .0 |
aebb6d039249
Use 4byte in EEPROM for diluents (Same as OC gases)
heinrichsweikamp
parents:
683
diff
changeset
|
1665 call DISP_grey_inactive_gas ; Sets Greyvalue for inactive gases |
690 | 1666 WIN_LEFT .115 |
685
aebb6d039249
Use 4byte in EEPROM for diluents (Same as OC gases)
heinrichsweikamp
parents:
683
diff
changeset
|
1667 STRCPY_PRINT "1" |
aebb6d039249
Use 4byte in EEPROM for diluents (Same as OC gases)
heinrichsweikamp
parents:
683
diff
changeset
|
1668 movlw .1 |
692 | 1669 cpfseq hi ; Is "first gas"? |
1670 bra DISP_active_gas_surfmode3 ; No, skip box | |
1671 WIN_FRAME_STD .174, .196, .114, .122 ;top, bottom, left, right | |
1672 DISP_active_gas_surfmode3: | |
1673 movlw .1 | |
685
aebb6d039249
Use 4byte in EEPROM for diluents (Same as OC gases)
heinrichsweikamp
parents:
683
diff
changeset
|
1674 call DISP_grey_inactive_gas ; Sets Greyvalue for inactive gases |
690 | 1675 WIN_LEFT .124 |
685
aebb6d039249
Use 4byte in EEPROM for diluents (Same as OC gases)
heinrichsweikamp
parents:
683
diff
changeset
|
1676 STRCPY_PRINT "2" |
aebb6d039249
Use 4byte in EEPROM for diluents (Same as OC gases)
heinrichsweikamp
parents:
683
diff
changeset
|
1677 movlw .2 |
692 | 1678 cpfseq hi ; Is "first gas"? |
1679 bra DISP_active_gas_surfmode4 ; No, skip box | |
1680 WIN_FRAME_STD .174, .196, .123, .131 ;top, bottom, left, right | |
1681 DISP_active_gas_surfmode4: | |
1682 movlw .2 | |
685
aebb6d039249
Use 4byte in EEPROM for diluents (Same as OC gases)
heinrichsweikamp
parents:
683
diff
changeset
|
1683 call DISP_grey_inactive_gas ; Sets Greyvalue for inactive gases |
690 | 1684 WIN_LEFT .133 |
685
aebb6d039249
Use 4byte in EEPROM for diluents (Same as OC gases)
heinrichsweikamp
parents:
683
diff
changeset
|
1685 STRCPY_PRINT "3" |
aebb6d039249
Use 4byte in EEPROM for diluents (Same as OC gases)
heinrichsweikamp
parents:
683
diff
changeset
|
1686 movlw .3 |
692 | 1687 cpfseq hi ; Is "first gas"? |
1688 bra DISP_active_gas_surfmode5 ; No, skip box | |
1689 WIN_FRAME_STD .174, .196, .132, .140 ;top, bottom, left, right | |
1690 DISP_active_gas_surfmode5: | |
1691 movlw .3 | |
685
aebb6d039249
Use 4byte in EEPROM for diluents (Same as OC gases)
heinrichsweikamp
parents:
683
diff
changeset
|
1692 call DISP_grey_inactive_gas ; Sets Greyvalue for inactive gases |
690 | 1693 WIN_LEFT .142 |
685
aebb6d039249
Use 4byte in EEPROM for diluents (Same as OC gases)
heinrichsweikamp
parents:
683
diff
changeset
|
1694 STRCPY_PRINT "4" |
aebb6d039249
Use 4byte in EEPROM for diluents (Same as OC gases)
heinrichsweikamp
parents:
683
diff
changeset
|
1695 movlw .4 |
692 | 1696 cpfseq hi ; Is "first gas"? |
1697 bra DISP_active_gas_surfmode6 ; No, skip box | |
1698 WIN_FRAME_STD .174, .196, .141, .149 ;top, bottom, left, right | |
1699 DISP_active_gas_surfmode6: | |
1700 movlw .4 | |
685
aebb6d039249
Use 4byte in EEPROM for diluents (Same as OC gases)
heinrichsweikamp
parents:
683
diff
changeset
|
1701 call DISP_grey_inactive_gas ; Sets Greyvalue for inactive gases |
690 | 1702 WIN_LEFT .151 |
685
aebb6d039249
Use 4byte in EEPROM for diluents (Same as OC gases)
heinrichsweikamp
parents:
683
diff
changeset
|
1703 STRCPY_PRINT "5" |
692 | 1704 movlw .5 |
1705 cpfseq hi ; Is "first gas"? | |
1706 bra DISP_active_gas_surfmode7 ; No, skip box | |
1707 WIN_FRAME_STD .174, .196, .150, .158 ;top, bottom, left, right | |
1708 DISP_active_gas_surfmode7: | |
685
aebb6d039249
Use 4byte in EEPROM for diluents (Same as OC gases)
heinrichsweikamp
parents:
683
diff
changeset
|
1709 |
0 | 1710 WIN_TOP .130 |
1711 WIN_LEFT .100 | |
1712 WIN_FONT FT_MEDIUM | |
681 | 1713 call DISP_standard_color |
3 | 1714 |
0 | 1715 read_int_eeprom d'33' ; Read byte (stored in EEDATA) |
1716 movff EEDATA,active_gas ; Read start gas (1-5) | |
1717 | |
1718 decf active_gas,W ; Gas 0-4 | |
1719 mullw d'4' | |
1720 movf PRODL,W | |
1721 addlw d'7' ; = address for He ratio | |
1722 movwf EEADR | |
1723 call read_eeprom ; Read He ratio | |
1724 movff EEDATA,char_I_He_ratio ; And copy into hold register | |
1725 | |
1726 decf active_gas,W ; Gas 0-4 | |
1727 mullw d'4' | |
1728 movf PRODL,W | |
1729 addlw d'6' ; = address for O2 ratio | |
1730 movwf EEADR | |
1731 call read_eeprom ; Read O2 ratio | |
1732 movff EEDATA, char_I_O2_ratio ; O2 ratio | |
1733 movff char_I_He_ratio, wait_temp ; copy into bank1 register | |
1734 bsf STATUS,C ; Borrow bit | |
1735 movlw d'100' ; 100% | |
1736 subfwb wait_temp,W ; minus He | |
1737 bsf STATUS,C ; Borrow bit | |
1738 subfwb EEDATA,F ; minus O2 | |
1739 movff EEDATA, char_I_N2_ratio ; = N2! | |
1740 | |
1741 movlw d'100' ; 100% in the tank | |
1742 movff char_I_N2_ratio,lo ; minus N2 | |
1743 bsf STATUS,C ; set borrow bit | |
1744 subfwb lo,W | |
1745 movff char_I_He_ratio,lo ; minus He | |
1746 bsf STATUS,C ; set borrow bit | |
1747 subfwb lo,F ; =% O2 | |
1748 | |
1749 movff char_I_He_ratio,hi ; Copy into Bank1 register | |
1750 | |
1751 movlw d'21' | |
607 | 1752 cpfseq lo ; Air? (O2=21%) |
692 | 1753 bra DISP_active_gas_surfmode8 ; No! |
0 | 1754 tstfsz hi ; Air? (He=0%) |
692 | 1755 bra DISP_active_gas_surfmode8 ; No! |
0 | 1756 |
1757 ; Yes, display "Air" instead of 21/0 | |
1758 DISPLAYTEXTH d'265' ;"Air ", y-scale=2 | |
607 | 1759 return ; Done. |
0 | 1760 |
692 | 1761 DISP_active_gas_surfmode8: |
0 | 1762 lfsr FSR2,letter |
1763 bsf leftbind ; left orientated output | |
81
31fa973a70fd
Kludges to emulate inexisting devices when debugged with the MPLAB software SIMulator.
JeanDo
parents:
77
diff
changeset
|
1764 output_99 ; O2 ratio is still in "lo" |
607 | 1765 movff char_I_He_ratio,lo ; copy He ratio into lo |
1766 tstfsz lo ; He>0? | |
692 | 1767 bra DISP_active_gas_surfmode9 ; Yes. |
1768 bra DISP_active_gas_surfmode10 ; No, skip He | |
1769 DISP_active_gas_surfmode9: | |
123 | 1770 PUTC '/' |
81
31fa973a70fd
Kludges to emulate inexisting devices when debugged with the MPLAB software SIMulator.
JeanDo
parents:
77
diff
changeset
|
1771 output_99 |
692 | 1772 DISP_active_gas_surfmode10: |
0 | 1773 bcf leftbind |
1774 call word_processor | |
607 | 1775 |
681 | 1776 rcall DISP_mainscreen_show_nx |
607 | 1777 tstfsz lo ; He>0? |
681 | 1778 rcall DISP_mainscreen_show_tx ; Yes |
607 | 1779 return ; Done. |
1780 | |
681 | 1781 DISP_mainscreen_show_tx: |
607 | 1782 WIN_LEFT .85 |
1783 WIN_FONT FT_SMALL | |
1784 WIN_INVERT .0 ; Init new Wordprocessor | |
1785 WIN_TOP .127 | |
1786 | |
1787 STRCPY_PRINT TXT_TX1 | |
1788 WIN_TOP .148 | |
1789 STRCPY_PRINT TXT_TX2 | |
0 | 1790 return |
681 | 1791 DISP_mainscreen_show_nx: |
607 | 1792 WIN_LEFT .85 |
1793 WIN_TOP .127 | |
1794 WIN_FONT FT_SMALL | |
1795 WIN_INVERT .0 ; Init new Wordprocessor | |
1796 | |
1797 STRCPY_PRINT TXT_NX1 | |
1798 WIN_TOP .148 | |
1799 STRCPY_PRINT TXT_NX2 | |
1800 return | |
1801 | |
0 | 1802 |
681 | 1803 DISP_confirmbox: |
204 | 1804 WIN_BOX_BLACK .68, .146, .34, .101 ;top, bottom, left, right |
123 | 1805 WIN_FRAME_STD .70, .144, .35, .100 |
1806 | |
717 | 1807 call DISP_divemask_color |
0 | 1808 DISPLAYTEXT .143 ; Confirm: |
717 | 1809 call DISP_standard_color |
0 | 1810 DISPLAYTEXT .145 ; Cancel |
1811 DISPLAYTEXT .146 ; OK! | |
1812 | |
1813 movlw d'1' | |
1814 movwf menupos | |
1815 | |
681 | 1816 DISP_confirmbox2: |
204 | 1817 WIN_BOX_BLACK .96, .143, .39, .51 ;top, bottom, left, right |
0 | 1818 |
1819 movff menupos,temp1 | |
1820 movlw d'96' | |
1821 dcfsnz temp1,F | |
1822 movlw d'96' | |
1823 dcfsnz temp1,F | |
1824 movlw d'120' | |
1825 movff WREG,win_top | |
1826 WIN_LEFT .39 | |
1827 WIN_FONT FT_SMALL | |
1828 WIN_INVERT .0 ; Init new Wordprocessor | |
681 | 1829 call DISP_standard_color |
3 | 1830 |
129
06c4899ddb4b
Custom views in dive mode configrable (New CF50-CF53)
Heinrichsweikamp
parents:
127
diff
changeset
|
1831 STRCPY_PRINT "\xB7" ; Cursor |
0 | 1832 |
1833 bcf sleepmode ; clear some flags | |
1834 bcf menubit2 | |
1835 bcf menubit3 | |
1836 bcf switch_right | |
1837 bcf switch_left | |
1838 clrf timeout_counter2 | |
1839 WAITMS d'100' | |
1840 | |
681 | 1841 DISP_confirmbox_loop: |
0 | 1842 call check_switches_logbook |
1843 | |
1844 btfsc menubit3 ; SET/MENU? | |
681 | 1845 bra DISP_confirmbox_move_cursor; Move Cursor |
0 | 1846 btfsc menubit2 ; ENTER? |
681 | 1847 bra DISP_confirmbox_menu_do ; Do task |
0 | 1848 |
1849 btfsc onesecupdate | |
1850 call timeout_surfmode ; timeout | |
1851 | |
1852 btfsc onesecupdate | |
1853 call set_dive_modes ; check, if divemode must be entered | |
1854 bcf onesecupdate ; one second update | |
1855 | |
1856 btfsc sleepmode ; Timeout? | |
681 | 1857 bra DISP_confirmbox_cancel ; back with cancel |
0 | 1858 btfsc divemode |
681 | 1859 bra DISP_confirmbox_cancel ; back with cancel |
1860 | |
1861 bra DISP_confirmbox_loop ; wait for something to do | |
1862 | |
1863 DISP_confirmbox_cancel: | |
0 | 1864 retlw .0 |
681 | 1865 DISP_confirmbox_ok: |
0 | 1866 retlw .1 |
1867 | |
681 | 1868 DISP_confirmbox_menu_do: |
0 | 1869 dcfsnz menupos,F |
681 | 1870 bra DISP_confirmbox_cancel |
0 | 1871 dcfsnz menupos,F |
681 | 1872 bra DISP_confirmbox_ok |
1873 bra DISP_confirmbox_cancel | |
1874 | |
1875 DISP_confirmbox_move_cursor: | |
0 | 1876 incf menupos,F |
1877 movlw d'3' ; number of menu options+1 | |
1878 cpfseq menupos ; =limit? | |
681 | 1879 bra DISP_confirmbox_move_cursor2 ; No! |
0 | 1880 movlw d'1' ; Yes, reset to position 1! |
1881 movwf menupos | |
681 | 1882 DISP_confirmbox_move_cursor2: |
1883 bra DISP_confirmbox2 ; Return to Profile Menu, also updates cursor | |
1884 | |
1885 | |
1886 DISP_depth: | |
529 | 1887 ; ostc_debug 'r' ; Sends debug-information to screen if debugmode active |
341
2144f19fa1eb
BUGFIX protect against ISR changing pressure/temperature while reading it.
JeanDo
parents:
340
diff
changeset
|
1888 SAFE_2BYTE_COPY rel_pressure, lo |
517 | 1889 call adjust_depth_with_salinity ; computes salinity setting into lo:hi [mbar] |
0 | 1890 |
1891 movlw .039 | |
1892 cpfslt hi | |
517 | 1893 bra depth_greater_99_84mtr |
1894 | |
1895 btfsc depth_greater_100m ; Was depth>100m during last call | |
681 | 1896 call DISP_clear_depth ; Yes, clear depth area |
517 | 1897 bcf depth_greater_100m ; Do this once only... |
0 | 1898 |
1899 lfsr FSR2,letter | |
1900 | |
1901 movlw HIGH d'1000' | |
1902 movwf sub_a+1 | |
1903 movlw LOW d'1000' | |
1904 movwf sub_a+0 | |
1905 movff hi,sub_b+1 | |
1906 movff lo,sub_b+0 | |
1907 incf sub_b+0,F | |
1908 movlw d'0' | |
398
ab962c4b19d6
Fixing issue 50, correct "Bar" to "bar" in texts and comments
heinrichsweikamp
parents:
396
diff
changeset
|
1909 addwfc sub_b+1,F ; Add 1mbar offset |
0 | 1910 call sub16 ; sub_c = sub_a - sub_b |
517 | 1911 btfss neg_flag ; Depth lower then 10m? |
1912 rcall depth_less_10mtr ; Yes, add extra space | |
0 | 1913 |
1914 WIN_TOP .24 | |
1915 WIN_LEFT .0 | |
1916 WIN_FONT FT_LARGE | |
1917 WIN_INVERT .0 ; Init new Wordprocessor | |
681 | 1918 DISP_color_code warn_depth ; Color-code the output |
0 | 1919 |
1920 movlw HIGH d'99' | |
1921 movwf sub_a+1 | |
1922 movlw LOW d'99' | |
1923 movwf sub_a+0 | |
1924 movff hi,sub_b+1 | |
1925 movff lo,sub_b+0 | |
1926 call sub16 ; sub_c = sub_a - sub_b | |
517 | 1927 btfss neg_flag ; Depth lower then 1m? |
681 | 1928 bra DISP_depth2 ; Yes, display manual Zero |
0 | 1929 |
1930 bsf leftbind | |
1931 bsf ignore_digit4 | |
386
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
1932 output_16 ; Full meters in Big font |
0 | 1933 bcf leftbind |
681 | 1934 bra DISP_depth3 |
1935 | |
1936 DISP_depth2: | |
123 | 1937 PUTC '0' |
1938 | |
681 | 1939 DISP_depth3: |
0 | 1940 call word_processor |
1941 bcf ignore_digit4 | |
1942 | |
1943 WIN_FONT FT_MEDIUM | |
1944 WIN_TOP .50 | |
1945 WIN_LEFT .40 | |
681 | 1946 DISP_color_code warn_depth ; Color-code the output |
0 | 1947 |
341
2144f19fa1eb
BUGFIX protect against ISR changing pressure/temperature while reading it.
JeanDo
parents:
340
diff
changeset
|
1948 SAFE_2BYTE_COPY rel_pressure, lo |
398
ab962c4b19d6
Fixing issue 50, correct "Bar" to "bar" in texts and comments
heinrichsweikamp
parents:
396
diff
changeset
|
1949 call adjust_depth_with_salinity ; computes salinity setting into lo:hi [mbar] |
123 | 1950 |
1951 STRCPY "." | |
0 | 1952 |
386
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
1953 movlw HIGH d'20' ; Display 0.0m if lower then 20cm |
0 | 1954 movwf sub_a+1 |
386
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
1955 movlw LOW d'20' |
0 | 1956 movwf sub_a+0 |
1957 movff hi,sub_b+1 | |
1958 movff lo,sub_b+0 | |
1959 call sub16 ; sub_c = sub_a - sub_b | |
386
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
1960 btfss neg_flag ; Depth lower then 0.3m? |
681 | 1961 bra DISP_depth4 ; Yes, display manual Zero |
0 | 1962 |
1963 movlw d'4' | |
1964 movwf ignore_digits | |
1965 bsf ignore_digit5 | |
1966 output_16dp d'0' | |
681 | 1967 bra DISP_depth5 |
1968 | |
1969 DISP_depth4: | |
123 | 1970 PUTC '0' |
0 | 1971 |
681 | 1972 DISP_depth5: |
0 | 1973 call word_processor ; decimeters in medium font |
1974 bcf ignore_digit5 | |
1975 WIN_FONT FT_SMALL | |
1976 return | |
1977 | |
517 | 1978 depth_greater_99_84mtr: ; Display only in full meters |
1979 btfss depth_greater_100m ; Is depth>100m already? | |
681 | 1980 call DISP_clear_depth ; No, clear depth area and set flag |
0 | 1981 ; Depth is already in hi:lo |
517 | 1982 ; Show depth in Full meters |
0 | 1983 ; That means ignore figure 4 and 5 |
1984 lfsr FSR2,letter | |
1985 WIN_TOP .24 | |
1986 WIN_LEFT .0 | |
1987 WIN_FONT FT_LARGE | |
1988 WIN_INVERT .0 ; Init new Wordprocessor | |
681 | 1989 DISP_color_code warn_depth ; Color-code the output |
3 | 1990 |
0 | 1991 bsf ignore_digit4 |
1992 bsf leftbind | |
1993 output_16 | |
1994 bcf leftbind | |
1995 call word_processor | |
1996 bcf ignore_digit4 | |
1997 WIN_FONT FT_SMALL | |
1998 return | |
1999 | |
517 | 2000 depth_less_10mtr: |
123 | 2001 PUTC ' ' |
0 | 2002 return |
2003 | |
681 | 2004 DISP_clear_depth ; No, clear depth area and set flag |
204 | 2005 WIN_BOX_BLACK .24, .90, .0, .90 ;top, bottom, left, right |
517 | 2006 bsf depth_greater_100m ; Set Flag |
0 | 2007 return |
2008 | |
681 | 2009 DISP_desaturation_time: |
140 | 2010 movff int_O_desaturation_time+0,lo |
2011 movff int_O_desaturation_time+1,hi ; Copy | |
2012 tstfsz lo ; =0? | |
681 | 2013 bra DISP_desaturation_time2 ; No! |
140 | 2014 tstfsz hi ; =0? |
681 | 2015 bra DISP_desaturation_time2 ; No! |
140 | 2016 return ; Do not display Desat |
2017 | |
681 | 2018 DISP_desaturation_time2: |
0 | 2019 ostc_debug 'h' |
2020 WIN_TOP .150 | |
56 | 2021 WIN_LEFT .1 |
0 | 2022 WIN_FONT FT_SMALL |
2023 WIN_INVERT .0 ; Init new Wordprocessor | |
681 | 2024 call DISP_standard_color |
3 | 2025 |
0 | 2026 lfsr FSR2,letter |
2027 OUTPUTTEXT d'14' ; Desat | |
123 | 2028 PUTC ' ' |
255
1efd59d689f8
small change in the set time menu, default setpoints set to 0.8, 1.0 and 1.2Bar
heinrichsweikamp
parents:
254
diff
changeset
|
2029 movff desaturation_time_buffer+0,lo ; divide by 60... |
1efd59d689f8
small change in the set time menu, default setpoints set to 0.8, 1.0 and 1.2Bar
heinrichsweikamp
parents:
254
diff
changeset
|
2030 movff desaturation_time_buffer+1,hi |
254 | 2031 |
0 | 2032 call convert_time ; converts hi:lo in minutes to hours (hi) and minutes (lo) |
2033 bsf leftbind | |
2034 movf lo,W | |
2035 movff hi,lo | |
2036 movwf hi ; exchange lo and hi... | |
2037 output_8 ; Hours | |
123 | 2038 PUTC ':' |
402 | 2039 movff hi,lo ; Minutes |
0 | 2040 output_99x |
2041 bcf leftbind | |
402 | 2042 PUTC ' ' |
2043 ; clrf WREG ; Allow up to 5 chars to avoid | |
2044 ; movff WREG,letter+6 ; collision with decotype letters | |
0 | 2045 call word_processor |
2046 return | |
2047 | |
681 | 2048 DISP_nofly_time: |
249 | 2049 movf nofly_time+0,W ; Is nofly null ? |
2050 iorwf nofly_time+1,W | |
681 | 2051 bnz DISP_nofly_time2 ; No... |
140 | 2052 return |
249 | 2053 |
681 | 2054 DISP_nofly_time2: |
0 | 2055 ostc_debug 'g' |
2056 WIN_TOP .125 | |
56 | 2057 WIN_LEFT .1 |
0 | 2058 WIN_FONT FT_SMALL |
2059 WIN_INVERT .0 ; Init new Wordprocessor | |
681 | 2060 call DISP_standard_color |
3 | 2061 |
0 | 2062 lfsr FSR2,letter |
2063 OUTPUTTEXT d'35' ; NoFly | |
123 | 2064 PUTC ' ' |
0 | 2065 movff nofly_time+0,lo ; divide by 60... |
2066 movff nofly_time+1,hi | |
249 | 2067 call convert_time ; converts hi:lo in minutes to hours (hi) and minutes (lo) |
0 | 2068 bsf leftbind |
2069 movf lo,W | |
2070 movff hi,lo | |
519 | 2071 movwf hi ; exchange lo and hi... |
2072 output_8 ; Hours | |
123 | 2073 PUTC ':' |
0 | 2074 movff hi,lo ; Minutes |
2075 output_99x | |
2076 bcf leftbind | |
402 | 2077 PUTC ' ' |
2078 ; clrf WREG ; Allow up to 5 chars to avoid | |
2079 ; movff WREG,letter+6 ; collision with decotype letters | |
0 | 2080 call word_processor |
2081 return | |
2082 | |
2083 | |
2084 update_surf_press: | |
2085 btfsc premenu ; Do not update when "Menu?" is displayed! | |
2086 return | |
2087 | |
2088 ostc_debug 'b' ; Sends debug-information to screen if debugmode active | |
2089 WIN_TOP .25 | |
56 | 2090 WIN_LEFT .1 |
0 | 2091 WIN_FONT FT_SMALL |
2092 WIN_INVERT .0 ; Init new Wordprocessor | |
239 | 2093 |
410
c6f9eb123b85
remove of red ambient pressure (High altitude mode)
heinrichsweikamp
parents:
408
diff
changeset
|
2094 ; btfss high_altitude_mode ; In high altitude mode? |
681 | 2095 call DISP_standard_color ; No |
410
c6f9eb123b85
remove of red ambient pressure (High altitude mode)
heinrichsweikamp
parents:
408
diff
changeset
|
2096 ; btfsc high_altitude_mode ; In high altitude mode? |
681 | 2097 ; call DISP_warnings_color ; Yes, display ambient pressure in red |
239 | 2098 |
401
6ed12fad3b97
Ignore 5mbar pressure sensor noise in surface screen
heinrichsweikamp
parents:
400
diff
changeset
|
2099 SAFE_2BYTE_COPY amb_pressure, lo |
0 | 2100 lfsr FSR2,letter |
401
6ed12fad3b97
Ignore 5mbar pressure sensor noise in surface screen
heinrichsweikamp
parents:
400
diff
changeset
|
2101 |
6ed12fad3b97
Ignore 5mbar pressure sensor noise in surface screen
heinrichsweikamp
parents:
400
diff
changeset
|
2102 movff lo,sub_a+0 |
6ed12fad3b97
Ignore 5mbar pressure sensor noise in surface screen
heinrichsweikamp
parents:
400
diff
changeset
|
2103 movff hi,sub_a+1 |
6ed12fad3b97
Ignore 5mbar pressure sensor noise in surface screen
heinrichsweikamp
parents:
400
diff
changeset
|
2104 movff last_surfpressure_30min+0,sub_b+0 |
6ed12fad3b97
Ignore 5mbar pressure sensor noise in surface screen
heinrichsweikamp
parents:
400
diff
changeset
|
2105 movff last_surfpressure_30min+1,sub_b+1 |
6ed12fad3b97
Ignore 5mbar pressure sensor noise in surface screen
heinrichsweikamp
parents:
400
diff
changeset
|
2106 call sub16 ; sub_c = sub_a - sub_b |
6ed12fad3b97
Ignore 5mbar pressure sensor noise in surface screen
heinrichsweikamp
parents:
400
diff
changeset
|
2107 btfsc neg_flag ; Pressure lower? |
6ed12fad3b97
Ignore 5mbar pressure sensor noise in surface screen
heinrichsweikamp
parents:
400
diff
changeset
|
2108 rcall update_surf_press2 ; Yes, test threshold |
6ed12fad3b97
Ignore 5mbar pressure sensor noise in surface screen
heinrichsweikamp
parents:
400
diff
changeset
|
2109 |
6ed12fad3b97
Ignore 5mbar pressure sensor noise in surface screen
heinrichsweikamp
parents:
400
diff
changeset
|
2110 tstfsz sub_c+1 ; >255mbar difference? |
6ed12fad3b97
Ignore 5mbar pressure sensor noise in surface screen
heinrichsweikamp
parents:
400
diff
changeset
|
2111 bra update_surf_press_common; Yes, display! |
6ed12fad3b97
Ignore 5mbar pressure sensor noise in surface screen
heinrichsweikamp
parents:
400
diff
changeset
|
2112 movlw d'5' |
6ed12fad3b97
Ignore 5mbar pressure sensor noise in surface screen
heinrichsweikamp
parents:
400
diff
changeset
|
2113 subwf sub_c+0,W |
6ed12fad3b97
Ignore 5mbar pressure sensor noise in surface screen
heinrichsweikamp
parents:
400
diff
changeset
|
2114 btfsc STATUS,C |
6ed12fad3b97
Ignore 5mbar pressure sensor noise in surface screen
heinrichsweikamp
parents:
400
diff
changeset
|
2115 bra update_surf_press_common; Yes, display! |
6ed12fad3b97
Ignore 5mbar pressure sensor noise in surface screen
heinrichsweikamp
parents:
400
diff
changeset
|
2116 ; PUTC '+' ; For debug only |
6ed12fad3b97
Ignore 5mbar pressure sensor noise in surface screen
heinrichsweikamp
parents:
400
diff
changeset
|
2117 SAFE_2BYTE_COPY last_surfpressure_30min, lo ; Overwrite with stable value... |
6ed12fad3b97
Ignore 5mbar pressure sensor noise in surface screen
heinrichsweikamp
parents:
400
diff
changeset
|
2118 |
6ed12fad3b97
Ignore 5mbar pressure sensor noise in surface screen
heinrichsweikamp
parents:
400
diff
changeset
|
2119 update_surf_press_common: |
0 | 2120 bsf leftbind |
2121 output_16 | |
2122 bcf leftbind | |
446 | 2123 STRCAT_PRINT TXT_MBAR5 |
681 | 2124 call DISP_standard_color ; Reset color |
0 | 2125 return |
2126 | |
401
6ed12fad3b97
Ignore 5mbar pressure sensor noise in surface screen
heinrichsweikamp
parents:
400
diff
changeset
|
2127 update_surf_press2: |
6ed12fad3b97
Ignore 5mbar pressure sensor noise in surface screen
heinrichsweikamp
parents:
400
diff
changeset
|
2128 movff lo,sub_b+0 |
6ed12fad3b97
Ignore 5mbar pressure sensor noise in surface screen
heinrichsweikamp
parents:
400
diff
changeset
|
2129 movff hi,sub_b+1 |
6ed12fad3b97
Ignore 5mbar pressure sensor noise in surface screen
heinrichsweikamp
parents:
400
diff
changeset
|
2130 movff last_surfpressure_30min+0,sub_a+0 |
6ed12fad3b97
Ignore 5mbar pressure sensor noise in surface screen
heinrichsweikamp
parents:
400
diff
changeset
|
2131 movff last_surfpressure_30min+1,sub_a+1 |
6ed12fad3b97
Ignore 5mbar pressure sensor noise in surface screen
heinrichsweikamp
parents:
400
diff
changeset
|
2132 call sub16 ; sub_c = sub_a - sub_b |
6ed12fad3b97
Ignore 5mbar pressure sensor noise in surface screen
heinrichsweikamp
parents:
400
diff
changeset
|
2133 ; PUTC '-' ; For debug only |
6ed12fad3b97
Ignore 5mbar pressure sensor noise in surface screen
heinrichsweikamp
parents:
400
diff
changeset
|
2134 return |
6ed12fad3b97
Ignore 5mbar pressure sensor noise in surface screen
heinrichsweikamp
parents:
400
diff
changeset
|
2135 |
0 | 2136 update_batt_voltage_divemode: |
681 | 2137 call DISP_warnings_color |
141 | 2138 DISPLAYTEXT d'246' ; LowBatt! |
681 | 2139 call DISP_standard_color |
141 | 2140 return |
0 | 2141 |
2142 update_batt_voltage: | |
2143 ostc_debug 'f' | |
2144 | |
2145 GETCUSTOM8 d'31' ; =1 if battery voltage should be visible | |
2146 movwf lo | |
2147 movlw d'1' | |
2148 cpfseq lo ; =1? | |
2149 bra update_batt_voltage2 ; No, show symbol | |
2150 | |
2151 WIN_TOP .175 | |
56 | 2152 WIN_LEFT .1 |
0 | 2153 WIN_FONT FT_SMALL |
2154 WIN_INVERT .0 ; Init new Wordprocessor | |
681 | 2155 call DISP_standard_color |
3 | 2156 |
0 | 2157 lfsr FSR2,letter |
2158 movff batt_voltage+0,lo | |
2159 movff batt_voltage+1,hi | |
2160 movlw d'1' | |
2161 movwf ignore_digits | |
2162 bsf ignore_digit5 ; do not display mV | |
2163 bsf leftbind | |
2164 output_16dp d'2' ; e.g. 3.45V | |
2165 bcf leftbind | |
446 | 2166 STRCAT_PRINT TXT_VOLT2 |
0 | 2167 return |
2168 | |
2169 update_batt_voltage2: | |
123 | 2170 WIN_FRAME_STD .174, .194, .1, .32 |
0 | 2171 |
25 | 2172 ; 4100-Vbatt |
2173 movlw LOW d'4100' | |
0 | 2174 movwf sub_a+0 |
25 | 2175 movlw HIGH d'4100' |
0 | 2176 movwf sub_a+1 |
2177 movff batt_voltage+0,sub_b+0 | |
2178 movff batt_voltage+1,sub_b+1 | |
2179 call sub16 ; sub_c = sub_a - sub_b | |
25 | 2180 ; Battery full (>4100mV? |
0 | 2181 btfsc neg_flag |
2182 bra update_batt_voltage2_full | |
2183 | |
25 | 2184 ; Vbatt-3500 |
2185 movlw LOW d'3500' | |
0 | 2186 movwf sub_b+0 |
25 | 2187 movlw HIGH d'3500' |
0 | 2188 movwf sub_b+1 |
2189 movff batt_voltage+0,sub_a+0 | |
2190 movff batt_voltage+1,sub_a+1 | |
2191 call sub16 ; sub_c = sub_a - sub_b | |
25 | 2192 ; Battery lower then 3500mV? |
0 | 2193 btfsc neg_flag |
2194 bra update_batt_voltage2_empty | |
2195 | |
25 | 2196 ; Battery is between 3500 and 4100mV |
0 | 2197 ; sub_c:2 is between 0 and 600 |
2198 movff sub_c+0,xA+0 | |
2199 movff sub_c+1,xA+1 | |
2200 movlw d'20' | |
2201 movwf xB+0 | |
2202 clrf xB+1 | |
2203 call div16x16 ;xA/xB=xC with xA as remainder | |
2204 ; xC is between 0 and 30 | |
2205 movff xC+0,wait_temp ;save value | |
56 | 2206 incf wait_temp,F ; +1 |
2207 | |
2208 movlw d'3' | |
0 | 2209 cpfsgt wait_temp |
56 | 2210 movwf wait_temp ; Minimum = 3 |
0 | 2211 |
2212 update_batt_voltage2a: | |
519 | 2213 WIN_BOX_STD .181, .187, .32, .34 ; Battery nose |
25 | 2214 |
0 | 2215 update_batt_voltage3: |
25 | 2216 GETCUSTOM8 d'34' ; Color battery |
283
4ec488f046f4
Battery sign color coded, work on new uart-started 115200Baud bootloader (Do NOT use yet!)
heinrichsweikamp
parents:
281
diff
changeset
|
2217 btfsc cc_active |
719 | 2218 ; movlw color_yellow ; CC active |
2219 movlw color_orange ; CC active | |
285 | 2220 btfsc charge_done |
2221 movlw color_green ; Charge done. | |
681 | 2222 call DISP_set_color |
123 | 2223 |
519 | 2224 movlw .175 |
2225 movff WREG,win_top ; row top (0-239) | |
2226 movlw .19 | |
2227 movff WREG,win_height | |
2228 movlw .2 | |
2229 movff WREG,win_leftx2 ; column left (0-159) | |
123 | 2230 movff wait_temp,win_width ; column right (0-159) |
681 | 2231 call DISP_box |
2232 call DISP_standard_color | |
0 | 2233 return |
519 | 2234 |
0 | 2235 update_batt_voltage2_empty: |
2236 movlw d'1' | |
2237 movwf wait_temp | |
2238 bra update_batt_voltage2a | |
2239 | |
2240 update_batt_voltage2_full: | |
2241 movlw d'30' | |
2242 movwf wait_temp | |
25 | 2243 bra update_batt_voltage2a |
0 | 2244 |
681 | 2245 DISP_convert_signed_temperature: |
382
f2d5d93b4ca3
negative temperature in logbook and battery info menu
heinrichsweikamp
parents:
370
diff
changeset
|
2246 btfss hi,7 ; Negative temperature ? |
f2d5d93b4ca3
negative temperature in logbook and battery info menu
heinrichsweikamp
parents:
370
diff
changeset
|
2247 return ; No, return |
f2d5d93b4ca3
negative temperature in logbook and battery info menu
heinrichsweikamp
parents:
370
diff
changeset
|
2248 ; Yes, negative temperature! |
f2d5d93b4ca3
negative temperature in logbook and battery info menu
heinrichsweikamp
parents:
370
diff
changeset
|
2249 PUTC '-' ; Display "-" |
f2d5d93b4ca3
negative temperature in logbook and battery info menu
heinrichsweikamp
parents:
370
diff
changeset
|
2250 comf hi ; Then, 16bit sign changes. |
f2d5d93b4ca3
negative temperature in logbook and battery info menu
heinrichsweikamp
parents:
370
diff
changeset
|
2251 negf lo |
f2d5d93b4ca3
negative temperature in logbook and battery info menu
heinrichsweikamp
parents:
370
diff
changeset
|
2252 btfsc STATUS,C |
f2d5d93b4ca3
negative temperature in logbook and battery info menu
heinrichsweikamp
parents:
370
diff
changeset
|
2253 incf hi |
f2d5d93b4ca3
negative temperature in logbook and battery info menu
heinrichsweikamp
parents:
370
diff
changeset
|
2254 return ; and return |
f2d5d93b4ca3
negative temperature in logbook and battery info menu
heinrichsweikamp
parents:
370
diff
changeset
|
2255 |
681 | 2256 DISP_convert_date: ; converts into "DD/MM/YY" or "MM/DD/YY" or "YY/MM/DD" in postinc2 |
0 | 2257 read_int_eeprom d'91' ; Read date format (0=MMDDYY, 1=DDMMYY, 2=YYMMDD) |
2258 tstfsz EEDATA | |
681 | 2259 bra DISP_convert_date1 |
0 | 2260 |
2261 ; Use MMDDYY | |
2262 movff convert_value_temp+0,lo ;month | |
2263 bsf leftbind | |
2264 output_99x | |
2265 bcf leftbind | |
140 | 2266 PUTC '.' |
0 | 2267 movff convert_value_temp+1,lo ;day |
681 | 2268 bra DISP_convert_date1_common ;year |
2269 | |
2270 DISP_convert_date1: | |
0 | 2271 read_int_eeprom d'91' ; Read date format (0=MMDDYY, 1=DDMMYY, 2=YYMMDD) |
2272 decfsz EEDATA,F | |
681 | 2273 bra DISP_convert_date2 |
0 | 2274 |
2275 ; Use DDMMYY | |
2276 movff convert_value_temp+1,lo ;day | |
2277 bsf leftbind | |
2278 output_99x | |
2279 bcf leftbind | |
140 | 2280 PUTC '.' |
0 | 2281 movff convert_value_temp+0,lo ;month |
2282 | |
681 | 2283 DISP_convert_date1_common: |
0 | 2284 bsf leftbind |
2285 output_99x | |
2286 bcf leftbind | |
140 | 2287 PUTC '.' |
0 | 2288 movff convert_value_temp+2,lo ;year |
2289 bsf leftbind | |
2290 output_99x | |
2291 return | |
2292 | |
681 | 2293 DISP_convert_date2: |
0 | 2294 ; Use YYMMDD |
2295 movff convert_value_temp+2,lo ;year | |
2296 bsf leftbind | |
2297 output_99x | |
2298 bcf leftbind | |
140 | 2299 PUTC '.' |
0 | 2300 movff convert_value_temp+0,lo ;month |
2301 bsf leftbind | |
2302 output_99x | |
2303 bcf leftbind | |
140 | 2304 PUTC '.' |
0 | 2305 movff convert_value_temp+1,lo ;day |
2306 bsf leftbind | |
2307 output_99x | |
2308 return | |
2309 | |
681 | 2310 DISP_convert_date_short: ; converts into "DD/MM" or "MM/DD" or "MM/DD" in postinc2 |
0 | 2311 read_int_eeprom d'91' ; Read date format (0=MMDDYY, 1=DDMMYY, 2=YYMMDD) |
2312 tstfsz EEDATA | |
681 | 2313 bra DISP_convert_date_short1 |
0 | 2314 |
2315 ; Use MMDDYY | |
681 | 2316 DISP_convert_date_short_common: |
0 | 2317 movff convert_value_temp+0,lo ;month |
2318 bsf leftbind | |
2319 output_99x | |
2320 bcf leftbind | |
140 | 2321 PUTC '.' |
0 | 2322 movff convert_value_temp+1,lo ;day |
2323 bsf leftbind | |
2324 output_99x | |
2325 bcf leftbind | |
2326 return | |
2327 | |
681 | 2328 DISP_convert_date_short1: |
0 | 2329 read_int_eeprom d'91' ; Read date format (0=MMDDYY, 1=DDMMYY, 2=YYMMDD) |
2330 decfsz EEDATA,F | |
681 | 2331 bra DISP_convert_date_short_common ; Use YYMMDD |
0 | 2332 |
2333 ; Use DDMMYY | |
2334 movff convert_value_temp+1,lo ;day | |
2335 bsf leftbind | |
2336 output_99x | |
2337 bcf leftbind | |
140 | 2338 PUTC '.' |
0 | 2339 movff convert_value_temp+0,lo ;month |
2340 bsf leftbind | |
2341 output_99x | |
2342 bcf leftbind | |
2343 return | |
2344 | |
2345 update_date: | |
2346 ostc_debug 'd' | |
2347 WIN_TOP .75 | |
56 | 2348 WIN_LEFT .1 |
0 | 2349 WIN_FONT FT_SMALL |
2350 WIN_INVERT .0 ; Init new Wordprocessor | |
681 | 2351 call DISP_standard_color |
3 | 2352 |
0 | 2353 lfsr FSR2,letter |
2354 | |
2355 movff month,convert_value_temp+0 | |
2356 movff day,convert_value_temp+1 | |
2357 movff year,convert_value_temp+2 | |
681 | 2358 call DISP_convert_date ; converts into "DD/MM/YY" or "MM/DD/YY" or "YY/MM/DD" in postinc2 |
0 | 2359 call word_processor |
2360 return | |
2361 | |
681 | 2362 DISP_menu_clear: |
637 | 2363 WIN_BOX_BLACK .0, .26, .50, .100 ;top, bottom, left, right |
0 | 2364 return |
2365 | |
681 | 2366 DISP_max_pressure: |
0 | 2367 ostc_debug 'p' ; Sends debug-information to screen if debugmode active |
75 | 2368 movff max_pressure+0,lo |
2369 movff max_pressure+1,hi | |
398
ab962c4b19d6
Fixing issue 50, correct "Bar" to "bar" in texts and comments
heinrichsweikamp
parents:
396
diff
changeset
|
2370 call adjust_depth_with_salinity ; computes salinity setting into lo:hi [mbar] |
75 | 2371 |
2372 movlw .039 | |
2373 cpfslt hi | |
517 | 2374 bra maxdepth_greater_99_84mtr |
75 | 2375 |
2376 ; Display normal "xx.y" | |
2377 lfsr FSR2,letter | |
681 | 2378 call DISP_standard_color |
654 | 2379 WIN_TOP .207 |
0 | 2380 WIN_LEFT .0 |
2381 WIN_FONT FT_MEDIUM | |
2382 WIN_INVERT .0 ; Init new Wordprocessor | |
2383 bsf leftbind | |
2384 bsf ignore_digit5 ; do not display 1cm depth | |
2385 output_16dp d'3' | |
2386 bcf leftbind | |
2387 bcf show_last3 | |
2388 call word_processor | |
2389 WIN_FONT FT_SMALL | |
2390 return | |
2391 | |
517 | 2392 maxdepth_greater_99_84mtr: ; Display only in full meters |
2393 btfss maxdepth_greater_100m ; Is max.depth>100m already? | |
681 | 2394 call DISP_clear_maxdepth ; No, clear maxdepth area and set flag |
75 | 2395 ; max Depth is already in hi:lo |
517 | 2396 ; Show max depth in Full meters |
75 | 2397 ; That means ignore figure 4 and 5 |
2398 lfsr FSR2,letter | |
681 | 2399 call DISP_standard_color |
654 | 2400 WIN_TOP .207 |
75 | 2401 WIN_LEFT .0 |
2402 WIN_FONT FT_MEDIUM | |
2403 WIN_INVERT .0 ; Init new Wordprocessor | |
2404 | |
2405 bsf ignore_digit4 | |
2406 bsf leftbind | |
2407 output_16 | |
2408 bcf leftbind | |
2409 call word_processor | |
2410 bcf ignore_digit4 | |
2411 WIN_FONT FT_SMALL | |
2412 return | |
2413 | |
681 | 2414 DISP_clear_maxdepth: |
654 | 2415 WIN_BOX_BLACK .207, .239, .0, .41 ;top, bottom, left, right |
517 | 2416 bsf maxdepth_greater_100m ; Set Flag |
75 | 2417 return |
2418 | |
681 | 2419 DISP_divemins: |
0 | 2420 btfsc menubit ; Divemode menu active? |
2421 return ; Yes, do not update divetime | |
2422 | |
2423 ostc_debug 'A' ; Sends debug-information to screen if debugmode active | |
2424 | |
2425 btfsc gauge_mode ; different display in gauge mode | |
681 | 2426 bra DISP_divemins_gauge |
0 | 2427 |
2428 btfsc FLAG_apnoe_mode ; different display in apnoe mode | |
681 | 2429 bra DISP_divemins_apnoe |
0 | 2430 |
2431 GETCUSTOM8 d'38' ; Show seconds (=1?) | |
2432 movwf lo | |
2433 movlw d'1' | |
2434 cpfseq lo ; =1? | |
681 | 2435 bra DISP_divemins2 ; No, minutes only |
2436 bra DISP_divemins_gauge ; Yes, use Gauge routine | |
0 | 2437 |
681 | 2438 DISP_divemins2: |
0 | 2439 movff divemins+0,lo |
2440 movff divemins+1,hi | |
2441 bcf leftbind | |
2442 lfsr FSR2,letter | |
2443 output_16_3 ; displays only last three figures from a 16Bit value (0-999) | |
2444 WIN_TOP .20 | |
2445 WIN_LEFT .120 | |
2446 WIN_FONT FT_MEDIUM | |
681 | 2447 call DISP_standard_color |
0 | 2448 call word_processor |
2449 WIN_FONT FT_SMALL | |
2450 return | |
2451 | |
681 | 2452 DISP_display_apnoe_surface: |
0 | 2453 btfsc menubit ; Divemode menu active? |
2454 return ; Yes, do not display surface mode timeout | |
2455 | |
681 | 2456 call DISP_divemask_color ; Set Color for Divemode mask |
0 | 2457 DISPLAYTEXT d'140' ; "SURFACE" |
681 | 2458 call DISP_standard_color |
3 | 2459 |
0 | 2460 WIN_TOP .85 |
2461 WIN_LEFT .90 | |
2462 WIN_FONT FT_MEDIUM | |
681 | 2463 call DISP_standard_color |
3 | 2464 |
0 | 2465 |
2466 movff apnoe_surface_mins,lo | |
2467 bcf leftbind | |
2468 lfsr FSR2,letter | |
2469 output_8 | |
123 | 2470 PUTC ':' |
0 | 2471 movff apnoe_surface_secs,lo |
2472 output_99x | |
2473 call word_processor | |
2474 WIN_FONT FT_SMALL | |
2475 return | |
2476 | |
681 | 2477 DISP_apnoe_clear_surface: |
0 | 2478 ; Clear Surface timer.... |
204 | 2479 WIN_BOX_BLACK .60, .119, .90, .159 ;top, bottom, left, right |
0 | 2480 return |
2481 | |
2482 | |
681 | 2483 DISP_display_apnoe_descent: |
400 | 2484 btfsc menubit ; Divemode menu active? |
2485 return ; Yes, do not display/update descent time | |
2486 | |
681 | 2487 call DISP_divemask_color ; Set Color for Divemode mask |
0 | 2488 DISPLAYTEXT d'139' ; "Descent" |
681 | 2489 call DISP_standard_color |
3 | 2490 |
0 | 2491 |
2492 WIN_TOP .145 | |
2493 WIN_LEFT .90 | |
2494 WIN_FONT FT_MEDIUM | |
681 | 2495 call DISP_standard_color |
3 | 2496 |
0 | 2497 |
2498 movff apnoe_mins,lo | |
2499 lfsr FSR2,letter | |
2500 output_8 | |
123 | 2501 PUTC ':' |
0 | 2502 movff apnoe_secs,lo |
2503 output_99x | |
2504 call word_processor | |
2505 WIN_FONT FT_SMALL | |
2506 return | |
2507 | |
681 | 2508 DISP_divemins_apnoe: |
2509 | |
2510 DISP_divemins_gauge: | |
0 | 2511 movff divemins+0,lo |
2512 movff divemins+1,hi | |
2513 bcf leftbind | |
2514 bsf show_last3 | |
2515 lfsr FSR2,letter | |
2516 output_16_3 ;Displays only 0...999 | |
123 | 2517 PUTC ':' |
0 | 2518 movff divesecs,lo |
2519 output_99x | |
2520 WIN_TOP .20 | |
2521 WIN_LEFT .90 | |
2522 WIN_FONT FT_MEDIUM | |
681 | 2523 call DISP_standard_color |
3 | 2524 |
0 | 2525 call word_processor |
2526 bcf show_last3 | |
2527 WIN_FONT FT_SMALL | |
2528 return | |
2529 | |
681 | 2530 DISP_stopwatch_show: |
0 | 2531 ; Stopwatch |
681 | 2532 call DISP_divemask_color ; Set Color for Divemode mask |
87 | 2533 DISPLAYTEXTH d'283' ; Stopwatch |
98
6f8e3a08011e
1.73beta rc1 (Added new customview for divemode)
heinrichsweikamp
parents:
91
diff
changeset
|
2534 |
681 | 2535 DISP_stopwatch_show2: |
2536 call DISP_standard_color | |
98
6f8e3a08011e
1.73beta rc1 (Added new customview for divemode)
heinrichsweikamp
parents:
91
diff
changeset
|
2537 ostc_debug 'V' ; Sends debug-information to screen if debugmode active |
87 | 2538 WIN_TOP .192 |
0 | 2539 WIN_LEFT .110 |
2540 WIN_FONT FT_SMALL | |
681 | 2541 call DISP_standard_color |
3 | 2542 |
0 | 2543 lfsr FSR2,letter |
2544 movff average_divesecs+0,lo ; Stopwatch | |
2545 movff average_divesecs+1,hi ; Stopwatch | |
2546 movlw d'2' | |
2547 subwf lo,F | |
2548 movlw d'0' | |
2549 subwfb hi,F ; Subtract 2 seconds | |
2550 | |
2551 call convert_time ; converts hi:lo in seconds to mins (hi) and secs (lo) | |
2552 | |
2553 movff lo,wait_temp | |
2554 movff hi,lo | |
2555 clrf hi | |
2556 | |
2557 movlw d'0' | |
2558 bcf leftbind | |
2559 bsf show_last3 | |
2560 output_16_3 ;Displays only 0...999 | |
123 | 2561 PUTC ':' |
0 | 2562 movff wait_temp,lo |
2563 output_99x | |
2564 call word_processor | |
2565 | |
2566 ostc_debug 'U' ; Sends debug-information to screen if debugmode active | |
2567 | |
87 | 2568 WIN_TOP .216 |
517 | 2569 WIN_LEFT .110 |
0 | 2570 WIN_FONT FT_SMALL |
681 | 2571 call DISP_standard_color |
3 | 2572 |
0 | 2573 lfsr FSR2,letter |
2574 movff avr_rel_pressure+0,lo | |
2575 movff avr_rel_pressure+1,hi | |
398
ab962c4b19d6
Fixing issue 50, correct "Bar" to "bar" in texts and comments
heinrichsweikamp
parents:
396
diff
changeset
|
2576 call adjust_depth_with_salinity ; computes salinity setting into lo:hi [mbar] |
0 | 2577 bsf ignore_digit5 ; do not display 1cm depth |
2578 output_16dp d'3' | |
2579 bcf leftbind | |
446 | 2580 STRCAT_PRINT TXT_METER1 |
0 | 2581 return |
2582 | |
681 | 2583 DISP_stopwatch_show_gauge: |
386
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2584 btfsc menubit ; Divemode menu active? |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2585 return ; Yes, return |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2586 ; BIG Stopwatch |
681 | 2587 call DISP_divemask_color ; Set Color for Divemode mask |
386
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2588 DISPLAYTEXTH d'310' ; Stopwatch |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2589 DISPLAYTEXTH d'309' ; Average |
681 | 2590 call DISP_standard_color |
386
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2591 ostc_debug 'V' ; Sends debug-information to screen if debugmode active |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2592 WIN_TOP .80 |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2593 WIN_LEFT .90 |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2594 WIN_FONT FT_MEDIUM |
681 | 2595 call DISP_standard_color |
386
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2596 |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2597 lfsr FSR2,letter |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2598 movff average_divesecs+0,lo ; Stopwatch |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2599 movff average_divesecs+1,hi ; Stopwatch |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2600 movlw d'2' |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2601 subwf lo,F |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2602 movlw d'0' |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2603 subwfb hi,F ; Subtract 2 seconds |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2604 call convert_time ; converts hi:lo in seconds to mins (hi) and secs (lo) |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2605 movff lo,wait_temp |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2606 movff hi,lo |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2607 clrf hi |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2608 movlw d'0' |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2609 bcf leftbind |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2610 bsf show_last3 |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2611 output_16_3 ;Displays only 0...999 |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2612 PUTC ':' |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2613 movff wait_temp,lo |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2614 output_99x |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2615 call word_processor |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2616 |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2617 ostc_debug 'U' ; Sends debug-information to screen if debugmode active |
517 | 2618 WIN_TOP .136 |
2619 WIN_LEFT .90 | |
386
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2620 WIN_FONT FT_MEDIUM |
681 | 2621 call DISP_standard_color |
386
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2622 lfsr FSR2,letter |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2623 movff avr_rel_pressure+0,lo |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2624 movff avr_rel_pressure+1,hi |
398
ab962c4b19d6
Fixing issue 50, correct "Bar" to "bar" in texts and comments
heinrichsweikamp
parents:
396
diff
changeset
|
2625 call adjust_depth_with_salinity ; computes salinity setting into lo:hi [mbar] |
386
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2626 bsf ignore_digit5 ; do not display 1cm depth |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2627 output_16dp d'3' |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2628 bcf leftbind |
446 | 2629 STRCAT_PRINT TXT_METER1 |
386
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2630 WIN_FONT FT_SMALL ; Reset... |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2631 return |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2632 |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
2633 |
681 | 2634 DISP_total_average_show: |
129
06c4899ddb4b
Custom views in dive mode configrable (New CF50-CF53)
Heinrichsweikamp
parents:
127
diff
changeset
|
2635 ; Non-Resettable Average |
681 | 2636 call DISP_divemask_color ; Set Color for Divemode mask |
129
06c4899ddb4b
Custom views in dive mode configrable (New CF50-CF53)
Heinrichsweikamp
parents:
127
diff
changeset
|
2637 DISPLAYTEXTH d'281' ; Avr.Depth |
06c4899ddb4b
Custom views in dive mode configrable (New CF50-CF53)
Heinrichsweikamp
parents:
127
diff
changeset
|
2638 |
681 | 2639 DISP_total_average_show2: |
517 | 2640 WIN_TOP .192 |
2641 WIN_LEFT .110 | |
129
06c4899ddb4b
Custom views in dive mode configrable (New CF50-CF53)
Heinrichsweikamp
parents:
127
diff
changeset
|
2642 WIN_FONT FT_SMALL |
681 | 2643 call DISP_standard_color |
129
06c4899ddb4b
Custom views in dive mode configrable (New CF50-CF53)
Heinrichsweikamp
parents:
127
diff
changeset
|
2644 |
06c4899ddb4b
Custom views in dive mode configrable (New CF50-CF53)
Heinrichsweikamp
parents:
127
diff
changeset
|
2645 lfsr FSR2,letter |
06c4899ddb4b
Custom views in dive mode configrable (New CF50-CF53)
Heinrichsweikamp
parents:
127
diff
changeset
|
2646 movff avr_rel_pressure_total+0,lo |
06c4899ddb4b
Custom views in dive mode configrable (New CF50-CF53)
Heinrichsweikamp
parents:
127
diff
changeset
|
2647 movff avr_rel_pressure_total+1,hi |
398
ab962c4b19d6
Fixing issue 50, correct "Bar" to "bar" in texts and comments
heinrichsweikamp
parents:
396
diff
changeset
|
2648 call adjust_depth_with_salinity ; computes salinity setting into lo:hi [mbar] |
129
06c4899ddb4b
Custom views in dive mode configrable (New CF50-CF53)
Heinrichsweikamp
parents:
127
diff
changeset
|
2649 bsf ignore_digit5 ; do not display 1cm depth |
06c4899ddb4b
Custom views in dive mode configrable (New CF50-CF53)
Heinrichsweikamp
parents:
127
diff
changeset
|
2650 bcf leftbind |
06c4899ddb4b
Custom views in dive mode configrable (New CF50-CF53)
Heinrichsweikamp
parents:
127
diff
changeset
|
2651 output_16dp d'3' |
446 | 2652 STRCAT_PRINT TXT_METER1 |
129
06c4899ddb4b
Custom views in dive mode configrable (New CF50-CF53)
Heinrichsweikamp
parents:
127
diff
changeset
|
2653 return |
06c4899ddb4b
Custom views in dive mode configrable (New CF50-CF53)
Heinrichsweikamp
parents:
127
diff
changeset
|
2654 |
235 | 2655 ;============================================================================= |
2656 ; Writes OSTC #Serial and Firmware version in surfacemode | |
2657 ; | |
681 | 2658 DISP_serial: |
0 | 2659 ostc_debug 'a' ; Sends debug-information to screen if debugmode active |
2660 WIN_TOP .0 | |
56 | 2661 WIN_LEFT .1 |
0 | 2662 WIN_FONT FT_SMALL |
235 | 2663 WIN_INVERT .0 ; Init new Wordprocessor |
2664 | |
2665 ifdef __DEBUG | |
587
1b021a280e15
NEW CF64: Configures color for inactive gases
heinrichsweikamp
parents:
576
diff
changeset
|
2666 GETCUSTOM8 d'64' ; Write header in blue when |
681 | 2667 call DISP_set_color ; compiled in DEBUG mode... |
235 | 2668 else |
681 | 2669 call DISP_standard_color |
235 | 2670 endif |
3 | 2671 |
0 | 2672 lfsr FSR2,letter |
607 | 2673 read_int_eeprom d'34' ; Read deco data |
2674 tstfsz EEDATA | |
2675 bra show_decotype_mainscreen2 | |
2676 OUTPUTTEXT .101 ; ZH-L16 OC =0 | |
2677 bra show_decotype_mainscreen8 ; Done. | |
2678 show_decotype_mainscreen2: | |
2679 decfsz EEDATA,F | |
2680 bra show_decotype_mainscreen3 | |
2681 OUTPUTTEXT .102 ; Gauge =1 | |
2682 bra show_decotype_mainscreen8 ; Done. | |
2683 show_decotype_mainscreen3: | |
2684 decfsz EEDATA,F | |
2685 bra show_decotype_mainscreen4 | |
2686 OUTPUTTEXT .104 ; ZH-L16 CC =2 | |
2687 bra show_decotype_mainscreen8 ; Done. | |
2688 show_decotype_mainscreen4: | |
2689 decfsz EEDATA,F | |
2690 bra show_decotype_mainscreen5 | |
2691 OUTPUTTEXT .138 ; Apnoe =3 | |
2692 bra show_decotype_mainscreen8 ; Done. | |
2693 show_decotype_mainscreen5: | |
2694 decfsz EEDATA,F | |
2695 bra show_decotype_mainscreen6 | |
2696 OUTPUTTEXT .152 ; L16-GF OC =4 | |
2697 bra show_decotype_mainscreen8 ; Done. | |
2698 show_decotype_mainscreen6: | |
2699 decfsz EEDATA,F | |
2700 bra show_decotype_mainscreen7 | |
2701 OUTPUTTEXT .236 ; L16-GF CC =5 | |
2702 bra show_decotype_mainscreen8 ; Done. | |
2703 show_decotype_mainscreen7: | |
2704 decfsz EEDATA,F | |
2705 bra show_decotype_mainscreen8 ; Done. | |
2706 OUTPUTTEXT .226 ; pSCR-GF =6 | |
2707 show_decotype_mainscreen8: | |
235 | 2708 STRCAT " \x90\x91 V" ; Scribble logo... |
0 | 2709 movlw softwareversion_x |
2710 movwf lo | |
2711 bsf leftbind | |
2712 output_8 | |
123 | 2713 PUTC '.' |
0 | 2714 movlw softwareversion_y |
2715 movwf lo | |
2716 bsf leftbind | |
2717 output_99x | |
2718 bcf leftbind | |
235 | 2719 |
2720 ifdef __DEBUG | |
2721 STRCAT_PRINT "-Dbg" | |
2722 else | |
0 | 2723 call word_processor |
140 | 2724 |
235 | 2725 movlw softwareversion_beta ; =1: Beta, =0: Release |
140 | 2726 decfsz WREG,F |
235 | 2727 return ; Release version -> Return |
140 | 2728 |
681 | 2729 call DISP_warnings_color |
235 | 2730 DISPLAYTEXT d'243' ; beta |
681 | 2731 call DISP_standard_color |
235 | 2732 endif |
2733 | |
0 | 2734 return |
2735 | |
235 | 2736 ;============================================================================= |
2737 | |
681 | 2738 DISP_divemode_menu_mask_first: ; Write Divemode menu1 mask |
0 | 2739 ostc_debug 'o' ; Sends debug-information to screen if debugmode active |
681 | 2740 call DISP_menu_clear ; clear "Menu?" |
2741 call DISP_standard_color | |
0 | 2742 |
2743 btfsc FLAG_const_ppO2_mode ; are we in ppO2 mode? | |
681 | 2744 bra DISP_divemode_menu_mask_first2 |
73
2227459e8ef2
Exchanged Decoplan and Gaslist in dive mode menu
heinrichsweikamp
parents:
71
diff
changeset
|
2745 |
0 | 2746 ; in OC Mode |
2747 DISPLAYTEXT .32 ;"Gaslist" | |
73
2227459e8ef2
Exchanged Decoplan and Gaslist in dive mode menu
heinrichsweikamp
parents:
71
diff
changeset
|
2748 DISPLAYTEXT .31 ;"Decoplan" |
681 | 2749 bra DISP_divemode_menu_mask_first3 |
2750 | |
2751 DISP_divemode_menu_mask_first2: | |
0 | 2752 ; in CC Mode |
73
2227459e8ef2
Exchanged Decoplan and Gaslist in dive mode menu
heinrichsweikamp
parents:
71
diff
changeset
|
2753 DISPLAYTEXT .238 ;"SetPoint" |
2227459e8ef2
Exchanged Decoplan and Gaslist in dive mode menu
heinrichsweikamp
parents:
71
diff
changeset
|
2754 DISPLAYTEXT .31 ;"Decoplan" |
0 | 2755 |
681 | 2756 DISP_divemode_menu_mask_first3: |
0 | 2757 ; In all modes |
98
6f8e3a08011e
1.73beta rc1 (Added new customview for divemode)
heinrichsweikamp
parents:
91
diff
changeset
|
2758 call customview_menu_entry3 ; Show customview-dependent menu entry |
6f8e3a08011e
1.73beta rc1 (Added new customview for divemode)
heinrichsweikamp
parents:
91
diff
changeset
|
2759 DISPLAYTEXT .241 ;"Display" |
0 | 2760 DISPLAYTEXT .34 ;"Exit" |
2761 return | |
2762 | |
681 | 2763 DISP_divemode_set_xgas: ; Displayes the "Set Gas" menu |
0 | 2764 WIN_LEFT .100 |
2765 WIN_TOP .0 | |
2766 WIN_FONT FT_SMALL | |
681 | 2767 call DISP_standard_color |
3 | 2768 |
446 | 2769 STRCPY TXT_G6_3 |
0 | 2770 read_int_eeprom d'24' ; Get Gas6 %O2 |
2771 movff EEDATA,lo | |
2772 bcf leftbind | |
2773 output_99 ; outputs into Postinc2! | |
123 | 2774 PUTC '/' |
0 | 2775 read_int_eeprom d'25' ; Get Gas6 %He |
2776 movff EEDATA,lo | |
2777 output_99 ; outputs into Postinc2! | |
2778 call word_processor | |
2779 DISPLAYTEXT .123 ; O2 + | |
2780 DISPLAYTEXT .124 ; O2 - | |
2781 DISPLAYTEXT .125 ; He + | |
2782 DISPLAYTEXT .126 ; He - | |
219
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
2783 DISPLAYTEXTH d'300' ; Active? (Enable/Disable Gas underwater) |
0 | 2784 return |
2785 | |
681 | 2786 DISP_divemode_simulator_mask: |
2787 call DISP_standard_color | |
124 | 2788 DISPLAYTEXT .254 ; Close |
2789 DISPLAYTEXT .250 ; + 1m | |
2790 DISPLAYTEXT .251 ; - 1m | |
2791 DISPLAYTEXT .252 ; +10m | |
2792 DISPLAYTEXT .253 ; -10m | |
352
544a96faa9f3
New "Quit sim" option in simulated dive mode, CF02 now allows more then 240seconds, Bugfix with runtime=1min in runtime simulator
Heinrichsweikamp
parents:
342
diff
changeset
|
2793 DISPLAYTEXTH .306 ; Quit Sim |
124 | 2794 return |
0 | 2795 |
123 | 2796 ;----------------------------------------------------------------------------- |
124 | 2797 ; Draw a stop of the deco plan (simulator or dive). |
2798 ; Inputs: lo = depth. Range 3m...93m | |
279
8514588eb6a2
Mark gas-switch stops for decoplans, displayed in yellow.
JeanDo
parents:
277
diff
changeset
|
2799 ; + 80 if this is a switch-gas stop. |
124 | 2800 ; hi = minutes. range 1'..240'. |
2801 ; win_top = line to draw on screen. | |
2802 ; Trashed: hi, lo, win_height, win_leftx2, win_width, win_color*, | |
2803 ; WREG, PROD, TBLPTR TABLAT. | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
2804 ; |
681 | 2805 DISP_decoplan_show_stop: |
124 | 2806 ;---- Print depth ---------------------------------------------------- |
2807 WIN_LEFT .100 | |
517 | 2808 |
279
8514588eb6a2
Mark gas-switch stops for decoplans, displayed in yellow.
JeanDo
parents:
277
diff
changeset
|
2809 btfss lo,7 ; Bit set ? |
681 | 2810 bra DISP_decoplan_std_stop ; No : Just an usual stop |
559
c84ea647ff58
do not show gas switch stops in yellow when CF55=0
heinrichsweikamp
parents:
556
diff
changeset
|
2811 |
c84ea647ff58
do not show gas switch stops in yellow when CF55=0
heinrichsweikamp
parents:
556
diff
changeset
|
2812 bcf lo,7 ; cleanup depth |
c84ea647ff58
do not show gas switch stops in yellow when CF55=0
heinrichsweikamp
parents:
556
diff
changeset
|
2813 |
c84ea647ff58
do not show gas switch stops in yellow when CF55=0
heinrichsweikamp
parents:
556
diff
changeset
|
2814 GETCUSTOM8 d'55' ; Load gas switch [min] in wreg |
c84ea647ff58
do not show gas switch stops in yellow when CF55=0
heinrichsweikamp
parents:
556
diff
changeset
|
2815 tstfsz WREG ; =0? |
681 | 2816 bra DISP_decoplan_show_stop1; No: Show gas switch stop |
2817 bra DISP_decoplan_std_stop ; Yes: Just an usual stop | |
559
c84ea647ff58
do not show gas switch stops in yellow when CF55=0
heinrichsweikamp
parents:
556
diff
changeset
|
2818 |
681 | 2819 DISP_decoplan_show_stop1: |
559
c84ea647ff58
do not show gas switch stops in yellow when CF55=0
heinrichsweikamp
parents:
556
diff
changeset
|
2820 movlw color_yellow |
681 | 2821 call DISP_set_color ; Show in yellow for gas switch |
2822 bra DISP_decoplan_nstd_stop | |
2823 | |
2824 DISP_decoplan_std_stop: | |
2825 call DISP_standard_color | |
2826 | |
2827 DISP_decoplan_nstd_stop: | |
124 | 2828 lfsr FSR2,letter |
2829 bsf leftbind | |
2830 output_8 ; outputs into Postinc2! | |
446 | 2831 STRCAT_PRINT TXT_METER2 |
124 | 2832 |
2833 ;---- Print duration ------------------------------------------------- | |
719 | 2834 WIN_LEFT .139 |
124 | 2835 lfsr FSR2,letter |
2836 | |
2837 movf lo,W ; Swap hi & lo | |
2838 movff hi,lo | |
2839 movwf hi | |
2840 | |
719 | 2841 bsf leftbind |
2842 output_99 ; Allow up to 99' | |
2843 STRCAT_PRINT "'" ; 1 to 3 chars for depth. | |
124 | 2844 |
2845 movf lo,W ; Swap back hi & lo | |
2846 movff hi,lo | |
2847 movwf hi | |
2848 | |
2849 ;--------------------------------------------------------------------- | |
2850 ; Draw the bar graph used for deco stops (decoplan in simulator or dive). | |
2851 movff win_top,WREG ; Increment win_top (BANK SAFE) | |
2852 incf WREG | |
2853 movff WREG,win_top | |
2854 movlw d'18'+1 ; 19 --> height (bank safe !) | |
2855 movff WREG,win_height | |
2856 movlw .122 | |
2857 movff WREG,win_leftx2 ; column left (0-159) | |
150 | 2858 movlw .16 |
2859 movff WREG,win_width ; column max width. | |
2860 | |
2861 ; Draw used area (hi = minutes): | |
124 | 2862 movlw d'16' ; Limit length (16min) |
2863 cpfslt hi | |
2864 movwf hi | |
719 | 2865 movff hi,win_bargraph ; Active width, the rest is cleared. |
2866 | |
2867 call DISP_standard_color | |
681 | 2868 call DISP_box |
124 | 2869 |
2870 ; Restore win_top | |
681 | 2871 call DISP_standard_color |
124 | 2872 movff win_top,WREG ; decf win_top (BANK SAFE) |
2873 decf WREG | |
2874 movff WREG,win_top | |
2875 return | |
123 | 2876 |
2877 ;----------------------------------------------------------------------------- | |
719 | 2878 ; Clear unused area below last stop |
124 | 2879 ; Inputs: win_top : last used area... |
681 | 2880 DISP_decoplan_clear_bottom: |
124 | 2881 movff win_top,WREG ; Get back from bank0 |
2882 btfsc divemode ; In dive mode ? | |
150 | 2883 sublw .168 ; Yes: bottom row in divemode |
124 | 2884 btfss divemode ; In dive mode ? |
2885 sublw .240 ; No: bottom row in planning | |
2886 movff WREG,win_height | |
2887 | |
292 | 2888 WIN_LEFT .85 ; Full divemenu width |
683 | 2889 movlw .159-.85 |
124 | 2890 movff WREG,win_width |
2891 | |
2892 clrf WREG ; Fill with black | |
2893 movff WREG,win_color1 | |
2894 movff WREG,win_color2 | |
683 | 2895 movff WREG,win_color3 |
706 | 2896 movff WREG,win_color4 |
2897 movff WREG,win_color5 | |
2898 movff WREG,win_color6 | |
681 | 2899 goto DISP_box |
123 | 2900 |
2901 ;----------------------------------------------------------------------------- | |
124 | 2902 ; Display the decoplan (simulator or divemode) for GF model |
2903 ; Inputs: char_O_deco_table (array of stop times, in minutes) | |
2904 ; decoplan_page = page number. Displays 5 stop by page. | |
2905 ; | |
164 | 2906 #define decoplan_index apnoe_mins ; within each page |
2907 #define decoplan_gindex apnoe_secs ; global index | |
2908 #define decoplan_last apnoe_max_pressure ; Depth of last stop (CF#29) | |
2909 #define decoplan_max apnoe_max_pressure+1; Number of lines per page. 7 in planning, 5 in diving. | |
124 | 2910 |
681 | 2911 DISP_decoplan: |
124 | 2912 ostc_debug 'n' ; Sends debug-information to screen if debugmode active |
2913 | |
2914 WIN_INVERT 0 | |
2915 | |
2916 ;---- Is there deco stops ? ------------------------------------------ | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
2917 movff char_O_first_deco_depth,WREG |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
2918 iorwf WREG |
681 | 2919 bnz DISP_decoplan_1 |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
2920 |
124 | 2921 ;---- No Deco -------------------------------------------------------- |
681 | 2922 call DISP_standard_color |
124 | 2923 DISPLAYTEXT d'239' ;"No Deco" |
2924 bsf last_ceiling_gf_shown | |
2925 return | |
2926 | |
681 | 2927 DISP_decoplan_1: |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
2928 lfsr FSR0,char_O_deco_depth ; Initialize indexed addressing. |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
2929 lfsr FSR1,char_O_deco_time |
124 | 2930 |
2931 movlw .8 ; 8 lines/page in decoplan | |
2932 btfsc divemode | |
2933 movlw .6 ; 6 lines/page in divemode. | |
2934 movwf decoplan_max | |
2935 | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
2936 clrf decoplan_index ; Start with index = 0 |
124 | 2937 clrf WREG |
2938 movff WREG,win_top ; and row = 0 | |
2939 | |
2940 ; Read stop parameters, indexed by decoplan_index and decoplan_page | |
2941 movf decoplan_page,W ; decoplan_gindex = 6*decoplan_page + decoplan_index | |
2942 mulwf decoplan_max | |
2943 movf decoplan_index,W | |
2944 addwf PRODL,W | |
2945 movwf decoplan_gindex ; --> decoplan_gindex | |
2946 | |
2947 bcf last_ceiling_gf_shown ; Not finished yet... | |
2948 | |
681 | 2949 DISP_decoplan_2: |
124 | 2950 btfsc decoplan_gindex,5 ; Reached table length (32) ? |
681 | 2951 bra DISP_decoplan_99 ; YES: finished... |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
2952 |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
2953 ; Read stop parameters, indexed by decoplan_index |
124 | 2954 movf decoplan_gindex,W ; index |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
2955 movff PLUSW1,hi ; char_O_deco_time [gindex] --> hi |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
2956 movff PLUSW0,lo ; char_O_deco_depth[gindex] |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
2957 movf lo,W |
681 | 2958 bz DISP_decoplan_99 ; depth == 0 : finished. |
124 | 2959 |
2960 ; Display the stop line | |
681 | 2961 call DISP_decoplan_show_stop |
124 | 2962 |
2963 ; Next | |
2964 movff win_top,WREG ; row: += 24 | |
2965 addlw .24 | |
2966 movff WREG,win_top | |
2967 incf decoplan_index,F ; local index += 1 | |
2968 incf decoplan_gindex,F ; global index += 1 | |
2969 | |
2970 ; Max number of lines/page reached ? | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
2971 movf decoplan_max,W ; index+1 == max ? |
124 | 2972 cpfseq decoplan_index |
681 | 2973 bra DISP_decoplan_2 ; NO: loop |
124 | 2974 |
2975 ; Check if next stop if end-of-list ? | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
2976 movf decoplan_gindex,W |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
2977 movff PLUSW0,WREG ; char_O_deco_depth[gindex] |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
2978 iorwf WREG |
681 | 2979 bz DISP_decoplan_99 ; End of list... |
124 | 2980 |
2981 ; Display the message "more..." | |
223 | 2982 bcf last_ceiling_gf_shown ; More page to display... |
2983 | |
681 | 2984 rcall DISP_decoplan_clear_bottom ; Clear from next line |
124 | 2985 |
2986 WIN_LEFT .130 - 7*3 | |
681 | 2987 call DISP_standard_color |
223 | 2988 lfsr FSR2,letter |
2989 OUTPUTTEXT .142 ; More... | |
2990 goto word_processor | |
124 | 2991 |
681 | 2992 DISP_decoplan_99: |
124 | 2993 bsf last_ceiling_gf_shown ; Nothing more in table to display. |
681 | 2994 rcall DISP_decoplan_clear_bottom ; Clear from next line |
124 | 2995 return |
2996 ;----------------------------------------------------------------------------- | |
289 | 2997 ; Toggle gas activity flag during dive. |
2998 ; | |
290
4dbff2aa31ee
Hunting for refusing to ignore disabled gas in list...
JeanDo
parents:
289
diff
changeset
|
2999 ; Input: gaslist_active |
289 | 3000 ; Gaslist from eeprom[2...] |
3001 ; | |
290
4dbff2aa31ee
Hunting for refusing to ignore disabled gas in list...
JeanDo
parents:
289
diff
changeset
|
3002 ; Output: gaslist_active |
289 | 3003 ; |
3004 ; Note: Gas with a zero depth cannot be used in deco simulation, hence | |
3005 ; should not be displayed as selected here... | |
3006 ; | |
681 | 3007 DISP_de_activelist: ; show (de)active gaslist |
3008 call DISP_standard_color | |
219
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3009 DISPLAYTEXT .254 ; Close |
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3010 |
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3011 WIN_LEFT .100 |
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3012 WIN_FONT FT_SMALL |
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3013 bsf leftbind |
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3014 |
281 | 3015 movlw d'2' |
219
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3016 movwf wait_temp ; here: stores eeprom address for gas list |
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3017 movlw d'0' |
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3018 movwf waitms_temp ; here: stores row for gas list |
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3019 clrf hi ; here: Gas counter |
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3020 |
681 | 3021 DISP_de_activelist_loop: |
219
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3022 incf hi,F ; Increase Gas |
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3023 movlw d'4' |
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3024 addwf wait_temp,F ; Increase eeprom address for gas list |
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3025 movlw d'25' |
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3026 addwf waitms_temp,F ; Increase row |
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3027 WIN_LEFT .100 |
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3028 movff waitms_temp,win_top ; Set Row |
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3029 |
221 | 3030 lfsr FSR2,letter |
219
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3031 movff wait_temp, EEADR; Gas #hi: %O2 - Set address in internal EEPROM |
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3032 call read_eeprom ; get byte (stored in EEDATA) |
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3033 movff EEDATA,lo ; copy to lo |
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3034 output_8 ; outputs into Postinc2! |
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3035 PUTC '/' |
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3036 incf EEADR,F ; Gas #hi: %He - Set address in internal EEPROM |
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3037 call read_eeprom ; get byte (stored in EEDATA) |
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3038 movff EEDATA,lo ; copy to lo |
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3039 output_8 ; outputs into Postinc2! |
221 | 3040 PUTC '@' |
3041 | |
281 | 3042 movlw d'27' |
221 | 3043 addwf hi,W |
3044 movwf EEADR ; Point to Change depth | |
3045 | |
219
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3046 call read_eeprom ; get byte (stored in EEDATA) |
221 | 3047 movff EEDATA,lo ; copy to lo |
3048 output_8 ; outputs into Postinc2! | |
3049 | |
289 | 3050 movf lo,w ; Gas with a zero depth |
681 | 3051 bz DISP_de_activelist_grey ; should be displayed inactive. |
289 | 3052 |
219
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3053 ; Check if gas needs to be greyed-out (inactive) |
290
4dbff2aa31ee
Hunting for refusing to ignore disabled gas in list...
JeanDo
parents:
289
diff
changeset
|
3054 movff gaslist_active,EEDATA ; Get flag register |
219
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3055 movff hi,lo ; copy gas number |
681 | 3056 DISP_de_activelist_loop1: |
219
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3057 rrcf EEDATA ; roll flags into carry |
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3058 decfsz lo,F ; max. 5 times... |
681 | 3059 bra DISP_de_activelist_loop1 |
3060 bc DISP_de_activelist_white | |
3061 | |
3062 DISP_de_activelist_grey: ; grey out inactive gases! | |
587
1b021a280e15
NEW CF64: Configures color for inactive gases
heinrichsweikamp
parents:
576
diff
changeset
|
3063 GETCUSTOM8 d'64' ;movlw color_grey |
681 | 3064 call DISP_set_color |
3065 | |
3066 DISP_de_activelist_white: | |
219
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3067 call word_processor |
681 | 3068 call DISP_standard_color |
219
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3069 |
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3070 movlw d'5' ; list all five gases |
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3071 cpfseq hi ; All gases shown? |
681 | 3072 bra DISP_de_activelist_loop ; No |
219
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3073 |
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3074 return ; return |
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3075 |
681 | 3076 DISP_show_change_depth: ; Yes, show change depth for gas #menupos |
528
67ab3c028bc2
Show change gas depth below gaslist (in divemode)
heinrichsweikamp
parents:
525
diff
changeset
|
3077 btfsc display_set_setpoint ; In Setpoint list? |
67ab3c028bc2
Show change gas depth below gaslist (in divemode)
heinrichsweikamp
parents:
525
diff
changeset
|
3078 return ; Yes, return. |
67ab3c028bc2
Show change gas depth below gaslist (in divemode)
heinrichsweikamp
parents:
525
diff
changeset
|
3079 movlw color_yellow ; Blink in yellow |
681 | 3080 call DISP_set_color |
528
67ab3c028bc2
Show change gas depth below gaslist (in divemode)
heinrichsweikamp
parents:
525
diff
changeset
|
3081 WIN_LEFT .95 |
532 | 3082 WIN_TOP .148 |
528
67ab3c028bc2
Show change gas depth below gaslist (in divemode)
heinrichsweikamp
parents:
525
diff
changeset
|
3083 WIN_FONT FT_SMALL |
67ab3c028bc2
Show change gas depth below gaslist (in divemode)
heinrichsweikamp
parents:
525
diff
changeset
|
3084 |
67ab3c028bc2
Show change gas depth below gaslist (in divemode)
heinrichsweikamp
parents:
525
diff
changeset
|
3085 movlw .6 |
67ab3c028bc2
Show change gas depth below gaslist (in divemode)
heinrichsweikamp
parents:
525
diff
changeset
|
3086 cpfslt menupos ; <6? |
681 | 3087 bra DISP_show_change_depth_clear ; Yes! |
528
67ab3c028bc2
Show change gas depth below gaslist (in divemode)
heinrichsweikamp
parents:
525
diff
changeset
|
3088 |
67ab3c028bc2
Show change gas depth below gaslist (in divemode)
heinrichsweikamp
parents:
525
diff
changeset
|
3089 bsf leftbind |
67ab3c028bc2
Show change gas depth below gaslist (in divemode)
heinrichsweikamp
parents:
525
diff
changeset
|
3090 STRCPY TXT_GAS1 |
67ab3c028bc2
Show change gas depth below gaslist (in divemode)
heinrichsweikamp
parents:
525
diff
changeset
|
3091 movff menupos,lo |
67ab3c028bc2
Show change gas depth below gaslist (in divemode)
heinrichsweikamp
parents:
525
diff
changeset
|
3092 output_8 ; Show gas number |
532 | 3093 STRCAT TXT_AT4 ; " at " |
528
67ab3c028bc2
Show change gas depth below gaslist (in divemode)
heinrichsweikamp
parents:
525
diff
changeset
|
3094 decf menupos,W |
67ab3c028bc2
Show change gas depth below gaslist (in divemode)
heinrichsweikamp
parents:
525
diff
changeset
|
3095 addlw d'28' ; offset in memory |
67ab3c028bc2
Show change gas depth below gaslist (in divemode)
heinrichsweikamp
parents:
525
diff
changeset
|
3096 movwf EEADR |
67ab3c028bc2
Show change gas depth below gaslist (in divemode)
heinrichsweikamp
parents:
525
diff
changeset
|
3097 call read_eeprom ; Low-value |
67ab3c028bc2
Show change gas depth below gaslist (in divemode)
heinrichsweikamp
parents:
525
diff
changeset
|
3098 movff EEDATA,lo |
67ab3c028bc2
Show change gas depth below gaslist (in divemode)
heinrichsweikamp
parents:
525
diff
changeset
|
3099 output_8 ; Show gas number |
768
b23b43d6d50d
BUGFIX: Italian language fix (Divemode menu)
heinrichsweikamp
parents:
765
diff
changeset
|
3100 STRCAT "m " |
b23b43d6d50d
BUGFIX: Italian language fix (Divemode menu)
heinrichsweikamp
parents:
765
diff
changeset
|
3101 clrf WREG |
b23b43d6d50d
BUGFIX: Italian language fix (Divemode menu)
heinrichsweikamp
parents:
765
diff
changeset
|
3102 movff WREG,letter+.9 ; Limit to 9 chars |
b23b43d6d50d
BUGFIX: Italian language fix (Divemode menu)
heinrichsweikamp
parents:
765
diff
changeset
|
3103 STRCAT_PRINT "" |
528
67ab3c028bc2
Show change gas depth below gaslist (in divemode)
heinrichsweikamp
parents:
525
diff
changeset
|
3104 bcf leftbind |
681 | 3105 call DISP_standard_color |
528
67ab3c028bc2
Show change gas depth below gaslist (in divemode)
heinrichsweikamp
parents:
525
diff
changeset
|
3106 return |
67ab3c028bc2
Show change gas depth below gaslist (in divemode)
heinrichsweikamp
parents:
525
diff
changeset
|
3107 |
681 | 3108 DISP_show_change_depth_clear: |
528
67ab3c028bc2
Show change gas depth below gaslist (in divemode)
heinrichsweikamp
parents:
525
diff
changeset
|
3109 STRCPY_PRINT " " |
67ab3c028bc2
Show change gas depth below gaslist (in divemode)
heinrichsweikamp
parents:
525
diff
changeset
|
3110 return |
67ab3c028bc2
Show change gas depth below gaslist (in divemode)
heinrichsweikamp
parents:
525
diff
changeset
|
3111 |
681 | 3112 DISP_diluent_list: |
647 | 3113 ostc_debug 'm' ; Sends debug-information to screen if debugmode active |
3114 WIN_LEFT .100 | |
3115 WIN_FONT FT_SMALL | |
3116 bsf leftbind | |
685
aebb6d039249
Use 4byte in EEPROM for diluents (Same as OC gases)
heinrichsweikamp
parents:
683
diff
changeset
|
3117 movlw d'93' |
647 | 3118 movwf wait_temp ; here: stores eeprom address for diluent list (96-2) |
3119 movlw d'231' | |
3120 movwf waitms_temp ; here: stores row for gas list | |
3121 clrf hi ; here: Diluent counter | |
3122 | |
681 | 3123 DISP_diluent_list_loop: |
647 | 3124 incf hi,F ; Increase Diluent |
685
aebb6d039249
Use 4byte in EEPROM for diluents (Same as OC gases)
heinrichsweikamp
parents:
683
diff
changeset
|
3125 movlw d'4' |
647 | 3126 addwf wait_temp,F ; Increase eeprom address for gas list |
3127 movlw d'25' | |
3128 addwf waitms_temp,F ; Increase row | |
3129 WIN_LEFT .100 | |
3130 movff waitms_temp,win_top ; Set Row | |
3131 STRCPY TXT_DIL_C | |
3132 movff hi,lo ; copy dil number | |
3133 output_8 ; display dil number | |
3134 PUTC ':' | |
3135 movff wait_temp, EEADR; Dil #hi: %O2 - Set address in internal EEPROM | |
3136 call read_eeprom ; get byte (stored in EEDATA) | |
3137 movff EEDATA,lo ; copy to lo | |
3138 output_8 ; outputs into Postinc2! | |
3139 PUTC '/' | |
3140 incf EEADR,F ; Dil #hi: %He - Set address in internal EEPROM | |
3141 call read_eeprom ; get byte (stored in EEDATA) | |
3142 movff EEDATA,lo ; copy to lo | |
3143 output_8 ; outputs into Postinc2! | |
3144 | |
3145 decf EEADR,F ; Dil #hi: %O2 - Set address in internal EEPROM | |
3146 call read_eeprom ; get byte (stored in EEDATA) | |
681 | 3147 DISP_color_code warn_gas_in_gaslist ; Color-code output (%O2 in "EEDATA") |
647 | 3148 |
3149 call word_processor | |
681 | 3150 call DISP_standard_color |
647 | 3151 |
3152 movlw d'5' ; list all five Diluents | |
3153 cpfseq hi ; All diluents shown? | |
681 | 3154 bra DISP_diluent_list_loop ; No |
647 | 3155 return ; return |
3156 | |
219
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3157 |
681 | 3158 DISP_gas_list: |
0 | 3159 ostc_debug 'm' ; Sends debug-information to screen if debugmode active |
3160 | |
3161 WIN_LEFT .100 | |
3162 WIN_FONT FT_SMALL | |
3163 bsf leftbind | |
3164 | |
3165 movlw d'2' | |
3166 movwf wait_temp ; here: stores eeprom address for gas list | |
3167 movlw d'231' | |
71
6beb680a6130
1.72beta - color-coded gaslist, small fix with stopwatch
heinrichsweikamp
parents:
70
diff
changeset
|
3168 movwf waitms_temp ; here: stores row for gas list |
0 | 3169 clrf hi ; here: Gas counter |
3170 | |
681 | 3171 DISP_gas_list_loop: |
0 | 3172 incf hi,F ; Increase Gas |
3173 movlw d'4' | |
3174 addwf wait_temp,F ; Increase eeprom address for gas list | |
3175 movlw d'25' | |
3176 addwf waitms_temp,F ; Increase row | |
3177 WIN_LEFT .100 | |
3178 movff waitms_temp,win_top ; Set Row | |
446 | 3179 STRCPY TXT_GAS1 |
0 | 3180 movff hi,lo ; copy gas number |
3181 output_8 ; display gas number | |
123 | 3182 PUTC ':' |
0 | 3183 movff wait_temp, EEADR; Gas #hi: %O2 - Set address in internal EEPROM |
3184 call read_eeprom ; get byte (stored in EEDATA) | |
3185 movff EEDATA,lo ; copy to lo | |
3186 output_8 ; outputs into Postinc2! | |
123 | 3187 PUTC '/' |
0 | 3188 incf EEADR,F ; Gas #hi: %He - Set address in internal EEPROM |
3189 call read_eeprom ; get byte (stored in EEDATA) | |
3190 movff EEDATA,lo ; copy to lo | |
3191 output_8 ; outputs into Postinc2! | |
71
6beb680a6130
1.72beta - color-coded gaslist, small fix with stopwatch
heinrichsweikamp
parents:
70
diff
changeset
|
3192 |
6beb680a6130
1.72beta - color-coded gaslist, small fix with stopwatch
heinrichsweikamp
parents:
70
diff
changeset
|
3193 decf EEADR,F ; Gas #hi: %O2 - Set address in internal EEPROM |
6beb680a6130
1.72beta - color-coded gaslist, small fix with stopwatch
heinrichsweikamp
parents:
70
diff
changeset
|
3194 call read_eeprom ; get byte (stored in EEDATA) |
681 | 3195 DISP_color_code warn_gas_in_gaslist ; Color-code output (%O2 in "EEDATA") |
627
8d2dc109ecfc
NEW: Gaslist highlights "better gas" in divemode
heinrichsweikamp
parents:
624
diff
changeset
|
3196 |
8d2dc109ecfc
NEW: Gaslist highlights "better gas" in divemode
heinrichsweikamp
parents:
624
diff
changeset
|
3197 ; Check if the "better gas" should be highlighted |
8d2dc109ecfc
NEW: Gaslist highlights "better gas" in divemode
heinrichsweikamp
parents:
624
diff
changeset
|
3198 |
8d2dc109ecfc
NEW: Gaslist highlights "better gas" in divemode
heinrichsweikamp
parents:
624
diff
changeset
|
3199 WIN_INVERT .0 ; Init new Wordprocessor |
8d2dc109ecfc
NEW: Gaslist highlights "better gas" in divemode
heinrichsweikamp
parents:
624
diff
changeset
|
3200 movf better_gas_number,W ; better gas 1-5? |
8d2dc109ecfc
NEW: Gaslist highlights "better gas" in divemode
heinrichsweikamp
parents:
624
diff
changeset
|
3201 cpfseq hi ; compare with gas# |
681 | 3202 bra DISP_gas_list_loop2 ; No equal, skip |
627
8d2dc109ecfc
NEW: Gaslist highlights "better gas" in divemode
heinrichsweikamp
parents:
624
diff
changeset
|
3203 |
8d2dc109ecfc
NEW: Gaslist highlights "better gas" in divemode
heinrichsweikamp
parents:
624
diff
changeset
|
3204 movlw color_yellow ; Blink in yellow |
681 | 3205 call DISP_set_color |
627
8d2dc109ecfc
NEW: Gaslist highlights "better gas" in divemode
heinrichsweikamp
parents:
624
diff
changeset
|
3206 WIN_INVERT .1 ; Init new Wordprocessor |
8d2dc109ecfc
NEW: Gaslist highlights "better gas" in divemode
heinrichsweikamp
parents:
624
diff
changeset
|
3207 |
681 | 3208 DISP_gas_list_loop2: |
281 | 3209 ; Check if gas needs to be greyed-out (inactive) |
290
4dbff2aa31ee
Hunting for refusing to ignore disabled gas in list...
JeanDo
parents:
289
diff
changeset
|
3210 movff gaslist_active, EEDATA ; Work with sorted list |
0 | 3211 movff hi,lo ; copy gas number |
681 | 3212 DISP_gas_list_loop1: |
0 | 3213 rrcf EEDATA ; roll flags into carry |
3214 decfsz lo,F ; max. 5 times... | |
681 | 3215 bra DISP_gas_list_loop1 |
19 | 3216 |
0 | 3217 btfss STATUS,C ; test carry |
681 | 3218 rcall DISP_gas_list_grey |
587
1b021a280e15
NEW CF64: Configures color for inactive gases
heinrichsweikamp
parents:
576
diff
changeset
|
3219 |
0 | 3220 call word_processor |
681 | 3221 call DISP_standard_color |
0 | 3222 |
3223 movlw d'5' ; list all five gases | |
3224 cpfseq hi ; All gases shown? | |
681 | 3225 bra DISP_gas_list_loop ; No |
98
6f8e3a08011e
1.73beta rc1 (Added new customview for divemode)
heinrichsweikamp
parents:
91
diff
changeset
|
3226 |
734 | 3227 WIN_INVERT .0 |
352
544a96faa9f3
New "Quit sim" option in simulated dive mode, CF02 now allows more then 240seconds, Bugfix with runtime=1min in runtime simulator
Heinrichsweikamp
parents:
342
diff
changeset
|
3228 DISPLAYTEXT d'122' ; More |
98
6f8e3a08011e
1.73beta rc1 (Added new customview for divemode)
heinrichsweikamp
parents:
91
diff
changeset
|
3229 return ; return (OC mode) |
0 | 3230 |
681 | 3231 DISP_gas_list_grey: |
587
1b021a280e15
NEW CF64: Configures color for inactive gases
heinrichsweikamp
parents:
576
diff
changeset
|
3232 GETCUSTOM8 d'64' ;movlw color_grey |
681 | 3233 call DISP_set_color ; grey out inactive gases! |
587
1b021a280e15
NEW CF64: Configures color for inactive gases
heinrichsweikamp
parents:
576
diff
changeset
|
3234 return |
1b021a280e15
NEW CF64: Configures color for inactive gases
heinrichsweikamp
parents:
576
diff
changeset
|
3235 |
681 | 3236 DISP_splist_start: |
0 | 3237 WIN_LEFT .100 |
3238 WIN_FONT FT_SMALL | |
3239 bsf leftbind | |
681 | 3240 call DISP_standard_color |
0 | 3241 |
3242 ; list three SP in Gaslist | |
3243 movlw d'35' ; 36 = current SP position in EEPROM | |
3244 movwf wait_temp ; here: stores eeprom address for gas list | |
525 | 3245 movlw d'0' |
0 | 3246 movwf waitms_temp ; here: stores row for gas list |
124 | 3247 clrf decoplan_index ; here: SP counter |
0 | 3248 |
681 | 3249 DISP_splist_loop: |
0 | 3250 incf wait_temp,F ; EEPROM address |
124 | 3251 incf decoplan_index,F ; Increase SP |
0 | 3252 |
3253 movlw d'25' | |
3254 addwf waitms_temp,F ; Increase row | |
3255 movff waitms_temp,win_top ; Set Row | |
3256 WIN_LEFT .100 | |
3257 | |
446 | 3258 STRCPY TXT_SP2 |
124 | 3259 movff decoplan_index,lo ; copy gas number |
0 | 3260 output_8 ; display gas number |
123 | 3261 PUTC ':' |
0 | 3262 movff wait_temp, EEADR; SP #hi position |
3263 call read_eeprom ; get byte (stored in EEDATA) | |
3264 movff EEDATA,lo ; copy to lo | |
3265 clrf hi | |
3266 output_16dp d'3' ; outputs into Postinc2! | |
3267 call word_processor | |
3268 | |
3269 movlw d'3' ; list all three SP | |
124 | 3270 cpfseq decoplan_index ; All gases shown? |
681 | 3271 bra DISP_splist_loop ; No |
0 | 3272 |
3273 bcf leftbind | |
3274 return ; no, return | |
3275 | |
681 | 3276 DISP_clear_divemode_menu: |
682 | 3277 WIN_BOX_BLACK .0, .168, .85, .159 ;top, bottom, left, right |
0 | 3278 return |
3279 | |
681 | 3280 DISP_divemenu_cursor: |
0 | 3281 ostc_debug 'l' ; Sends debug-information to screen if debugmode active |
98
6f8e3a08011e
1.73beta rc1 (Added new customview for divemode)
heinrichsweikamp
parents:
91
diff
changeset
|
3282 |
204 | 3283 WIN_BOX_BLACK .0, .150, .85, .95 ;top, bottom, left, right |
98
6f8e3a08011e
1.73beta rc1 (Added new customview for divemode)
heinrichsweikamp
parents:
91
diff
changeset
|
3284 |
0 | 3285 WIN_TOP .0 |
3286 WIN_LEFT .85 | |
3287 WIN_FONT FT_SMALL | |
3288 WIN_INVERT .0 ; Init new Wordprocessor | |
681 | 3289 call DISP_standard_color |
84 | 3290 |
0 | 3291 movff menupos,temp1 |
3292 movlw d'0' | |
3293 dcfsnz temp1,F | |
3294 movlw d'0' | |
3295 dcfsnz temp1,F | |
3296 movlw d'25' | |
3297 dcfsnz temp1,F | |
3298 movlw d'50' | |
3299 dcfsnz temp1,F | |
3300 movlw d'75' | |
3301 dcfsnz temp1,F | |
3302 movlw d'100' | |
98
6f8e3a08011e
1.73beta rc1 (Added new customview for divemode)
heinrichsweikamp
parents:
91
diff
changeset
|
3303 dcfsnz temp1,F |
6f8e3a08011e
1.73beta rc1 (Added new customview for divemode)
heinrichsweikamp
parents:
91
diff
changeset
|
3304 movlw d'125' |
219
b6dd54b3567c
NEW: De/Activate gases underwater (Gaslist -> Gas6.. -> Actve?)
heinrichsweikamp
parents:
209
diff
changeset
|
3305 |
0 | 3306 movff WREG,win_top |
129
06c4899ddb4b
Custom views in dive mode configrable (New CF50-CF53)
Heinrichsweikamp
parents:
127
diff
changeset
|
3307 STRCPY_PRINT "\xB7" ; Cursor |
0 | 3308 return |
3309 | |
128 | 3310 |
3311 ;============================================================================= | |
3312 ; Draw saturation graph, is surface mode or in dive mode. | |
3313 ; | |
681 | 3314 DISP_tissue_saturation_graph: |
0 | 3315 ostc_debug 'i' ; Sends debug-information to screen if debugmode active |
13 | 3316 |
128 | 3317 ;---- Draw Frame --------------------------------------------------------- |
3318 btfsc divemode | |
681 | 3319 bra DISP_tsg_1 |
128 | 3320 |
3321 WIN_FRAME_STD .25, .120, .82, .159 ; Surfmode | |
681 | 3322 bra DISP_tsg_2 |
3323 DISP_tsg_1: | |
128 | 3324 WIN_FRAME_STD .169, .239, .90, .159 ; Divemode |
681 | 3325 DISP_tsg_2: |
128 | 3326 |
3327 ;---- Draw grid ---------------------------------------------------------- | |
133 | 3328 btfss divemode |
681 | 3329 bra DISP_no_graph_grid |
133 | 3330 |
587
1b021a280e15
NEW CF64: Configures color for inactive gases
heinrichsweikamp
parents:
576
diff
changeset
|
3331 GETCUSTOM8 d'64' ;movlw color_grey |
681 | 3332 call DISP_set_color |
128 | 3333 |
3334 movlw .169+.1 ; divemode | |
3335 movff WREG,win_top | |
3336 movlw .239-.169-.1 ; divemode | |
3337 movff WREG,win_height | |
3338 | |
3339 movlw 1 | |
3340 movff WREG,win_width | |
3341 | |
3342 movlw .122 | |
3343 movff WREG,win_leftx2 | |
681 | 3344 call DISP_box |
128 | 3345 movlw .131 |
3346 movff WREG,win_leftx2 | |
681 | 3347 call DISP_box |
128 | 3348 movlw .140 |
3349 movff WREG,win_leftx2 | |
681 | 3350 call DISP_box |
128 | 3351 movlw .149 |
3352 movff WREG,win_leftx2 | |
681 | 3353 call DISP_box |
3354 DISP_no_graph_grid: | |
128 | 3355 |
3356 ;---- Draw N2 Tissues ---------------------------------------------------- | |
339 | 3357 lfsr FSR2, char_O_tissue_N2_saturation |
0 | 3358 movlw d'16' |
128 | 3359 movwf wait_temp ; 16 tissues |
3360 clrf waitms_temp ; Row offset | |
3361 | |
123 | 3362 movlw .1 |
3363 movff WREG,win_height ; row bottom (0-239) | |
128 | 3364 movlw .82+.18 ; surfmode |
3365 btfsc divemode | |
133 | 3366 movlw .90+.18 ; divemode |
123 | 3367 movff WREG,win_leftx2 ; column left (0-159) |
150 | 3368 movlw .57 ; surfmode: max width 57pix |
3369 btfsc divemode | |
3370 movlw .57-8 ; divemode: 8pix less... | |
3371 movff WREG,win_width | |
123 | 3372 |
681 | 3373 DISP_tissue_saturation_graph3: |
3374 call DISP_standard_color ; Reset color foreach iteration | |
150 | 3375 |
128 | 3376 movlw .25+3 ; surfmode: 3pix below top border |
3377 btfsc divemode | |
3378 movlw .169+3 ; divemode | |
0 | 3379 addwf waitms_temp,W |
123 | 3380 movff WREG,win_top ; row top (0-239) |
0 | 3381 |
3382 incf waitms_temp,F | |
3383 incf waitms_temp,F | |
3384 | |
123 | 3385 movf POSTINC2,W |
3386 bcf STATUS,C ; Clear carry | |
3387 rrcf WREG ; And divide by 4 | |
0 | 3388 bcf STATUS,C |
123 | 3389 rrcf WREG |
133 | 3390 movwf temp1 |
3391 | |
150 | 3392 movff win_width,WREG ; Max width. |
133 | 3393 cpfslt temp1 ; skip if 57 (WREG) < win_width |
3394 movwf temp1 | |
150 | 3395 movff temp1,win_bargraph |
0 | 3396 |
681 | 3397 call DISP_box |
0 | 3398 |
3399 decfsz wait_temp,F | |
681 | 3400 bra DISP_tissue_saturation_graph3 |
0 | 3401 |
128 | 3402 ;---- Draw He Tissues ---------------------------------------------------- |
339 | 3403 lfsr FSR2, char_O_tissue_He_saturation |
0 | 3404 movlw d'16' |
128 | 3405 movwf wait_temp ; 16 tissues |
3406 clrf waitms_temp ; Row offset | |
123 | 3407 |
681 | 3408 DISP_tissue_saturation_graph2: |
3409 call DISP_standard_color ; Reset color foreach iteration | |
123 | 3410 |
128 | 3411 movlw .120-.33 ; surfmode : 33pix above bottom border |
3412 btfsc divemode | |
3413 movlw .239-.33 ; divemode | |
0 | 3414 addwf waitms_temp,W |
123 | 3415 movff WREG,win_top ; row top (0-239) |
0 | 3416 |
3417 incf waitms_temp,F | |
3418 incf waitms_temp,F | |
3419 | |
123 | 3420 movf POSTINC2,W |
3421 bcf STATUS,C ; Clear carry | |
3422 rrcf WREG ; And divide by 4 | |
0 | 3423 bcf STATUS,C |
123 | 3424 rrcf WREG |
133 | 3425 movwf temp1 |
150 | 3426 |
3427 movff win_width,WREG ; Max width. | |
133 | 3428 cpfslt temp1 ; skip if 57 (WREG) < win_width |
3429 movwf temp1 | |
150 | 3430 movff temp1,win_bargraph |
0 | 3431 |
681 | 3432 call DISP_box |
0 | 3433 |
3434 decfsz wait_temp,F | |
681 | 3435 bra DISP_tissue_saturation_graph2 |
0 | 3436 |
128 | 3437 ;---- Draw N2/He Text ---------------------------------------------------- |
681 | 3438 call DISP_standard_color ; Reset color after last iterarion. |
150 | 3439 |
128 | 3440 movlw .82+2 ; surfmode: 2pix right of left border |
3441 btfsc divemode | |
3442 movlw .90+2 ; divemode | |
3443 movff WREG,win_leftx2 | |
3444 | |
3445 movlw .25+7 ; surfmode: 7pix below top border | |
3446 btfsc divemode | |
3447 movlw .169+7 ; divemode | |
3448 movff WREG,win_top | |
446 | 3449 STRCPY_PRINT TXT_N2_2 |
123 | 3450 |
128 | 3451 movlw .120-.30 ; surfmode: 30pix above bottom border |
3452 btfsc divemode | |
3453 movlw .239-.30 ; divemode | |
3454 movff WREG,win_top | |
446 | 3455 STRCPY_PRINT TXT_HE2 |
128 | 3456 |
3457 ;---- Draw scale and O2[16]% --------------------------------------------- | |
3458 btfsc divemode | |
3459 return | |
19 | 3460 |
3461 movff char_O_gtissue_no,wait_temp ; used as temp | |
3462 | |
339 | 3463 lfsr FSR1,char_O_tissue_N2_saturation |
3464 movf wait_temp,W ; W <- 0-15 | |
3465 movff PLUSW1,lo ; lo <- FSR1[W] | |
123 | 3466 |
19 | 3467 WIN_TOP .62 |
3468 WIN_FONT FT_SMALL | |
128 | 3469 lfsr FSR2,letter |
3470 bsf leftbind | |
3471 output_8 | |
19 | 3472 bcf leftbind |
3473 | |
128 | 3474 STRCAT_PRINT "% " |
3475 | |
3476 ;---- Draw Scale --------------------------------------------------------- | |
123 | 3477 WIN_BOX_STD .73, .74, .121, .157 |
3478 WIN_BOX_STD .61, .84, .121, .122 | |
3479 WIN_BOX_STD .65, .80, .130, .131 | |
3480 WIN_BOX_STD .65, .80, .139, .140 | |
3481 WIN_BOX_STD .65, .80, .148, .149 | |
3482 WIN_BOX_STD .61, .84, .157, .158 | |
0 | 3483 return |
3484 | |
128 | 3485 ;============================================================================= |
3486 | |
681 | 3487 DISP_startupscreen1: |
717 | 3488 call DISP_divemask_color |
0 | 3489 DISPLAYTEXT d'3' ; "HeinrichsWeikamp" |
717 | 3490 call DISP_standard_color |
0 | 3491 DISPLAYTEXT .68 ; Licence 1/2 |
3492 DISPLAYTEXT .69 | |
3493 DISPLAYTEXT .70 | |
3494 DISPLAYTEXT .71 | |
3495 DISPLAYTEXT .72 | |
3496 DISPLAYTEXT .73 | |
3497 DISPLAYTEXT .74 | |
3498 return | |
3499 | |
681 | 3500 DISP_startupscreen2: |
717 | 3501 call DISP_divemask_color |
0 | 3502 DISPLAYTEXT d'3' ; "HeinrichsWeikamp" |
717 | 3503 call DISP_standard_color |
0 | 3504 DISPLAYTEXT .75 ; Licence 2/2 |
3505 DISPLAYTEXT .76 | |
3506 DISPLAYTEXT .77 | |
3507 DISPLAYTEXT .78 | |
3508 DISPLAYTEXT .79 | |
3509 DISPLAYTEXT .80 | |
3510 DISPLAYTEXT .81 | |
3511 return | |
3512 | |
681 | 3513 DISP_new_cf_warning: |
717 | 3514 call DISP_divemask_color |
0 | 3515 DISPLAYTEXTH .271 ; New CF added! |
717 | 3516 call DISP_standard_color |
0 | 3517 DISPLAYTEXTH .272 ; New CustomFunctions |
3518 DISPLAYTEXTH .273 ; were added! Check | |
3519 DISPLAYTEXTH .274 ; CF I and CF II Menu | |
3520 DISPLAYTEXTH .275 ; for Details! | |
3521 return | |
3522 | |
681 | 3523 DISP_const_ppO2_value: |
0 | 3524 ostc_debug 'j' ; Sends debug-information to screen if debugmode active |
3525 | |
3526 WIN_TOP .168 | |
75 | 3527 WIN_LEFT .50 |
0 | 3528 WIN_FONT FT_SMALL |
3529 WIN_INVERT .0 ; Init new Wordprocessor | |
4 | 3530 |
0 | 3531 lfsr FSR2,letter |
3532 movff char_I_const_ppO2,lo | |
3533 | |
3534 tstfsz lo ; In Bailout mode (char_I_const_ppO2=0)? | |
681 | 3535 bra DISP_const_ppO2_value2 ; No, display Setpoint |
0 | 3536 |
3537 ; Yes, Display "Bail" | |
681 | 3538 call DISP_standard_color |
325
4a28d7a1c620
Fixed Setpoint behavior >2,55bar with CF38=ON
heinrichsweikamp
parents:
324
diff
changeset
|
3539 OUTPUTTEXTH d'263' ;"Bail " |
0 | 3540 call word_processor |
3541 return | |
3542 | |
681 | 3543 DISP_const_ppO2_value2: ; Display SetPoint |
0 | 3544 ;Show fixed SP value |
341
2144f19fa1eb
BUGFIX protect against ISR changing pressure/temperature while reading it.
JeanDo
parents:
340
diff
changeset
|
3545 SAFE_2BYTE_COPY amb_pressure, xA |
2144f19fa1eb
BUGFIX protect against ISR changing pressure/temperature while reading it.
JeanDo
parents:
340
diff
changeset
|
3546 |
4 | 3547 movlw d'10' |
3548 movwf xB+0 | |
3549 clrf xB+1 | |
3550 ;xA/xB=xC with xA as remainder | |
3551 call div16x16 ; xC+0=p_amb/10 | |
26 | 3552 |
412 | 3553 ; char_I_const_ppO2 > p_amb/10 -> Not physically possible! -> Display actual value! |
3554 tstfsz xC+1 ; xC>255 | |
3555 setf xC+0 ; Yes, set xC+0 to 2,55bar ppO2 | |
26 | 3556 |
4 | 3557 movff ppO2_setpoint_store,WREG |
3558 cpfslt xC+0 ; Setpoint value possible? | |
681 | 3559 bra DISP_const_ppO2_value1 ; Yes |
4 | 3560 |
406
2534277be060
Bug #52 fixed (ppO2 blinking if setpoint is not physically possible)
heinrichsweikamp
parents:
403
diff
changeset
|
3561 clrf hi ; Reset hi |
4 | 3562 movff xC+0,char_I_const_ppO2 ; No, Overwrite with actual value |
681 | 3563 bra DISP_const_ppO2_value1a |
3564 | |
3565 DISP_const_ppO2_value1: | |
26 | 3566 ; char_I_const_ppO2 < ppO2[Diluent] -> Not physically possible! -> Display actual value! |
341
2144f19fa1eb
BUGFIX protect against ISR changing pressure/temperature while reading it.
JeanDo
parents:
340
diff
changeset
|
3567 SAFE_2BYTE_COPY amb_pressure, xA |
26 | 3568 movlw d'10' |
3569 movwf xB+0 | |
3570 clrf xB+1 | |
3571 call div16x16 ; xC=p_amb/10 | |
3572 movff xC+0,xA+0 | |
3573 movff xC+1,xA+1 | |
3574 movff char_I_O2_ratio,xB+0 | |
3575 clrf xB+1 | |
3576 call mult16x16 ; xC:2=char_I_O2_ratio * p_amb/10 | |
3577 | |
3578 movff xC+0,sub_b+0 | |
3579 movff xC+1,sub_b+1 | |
3580 movff ppO2_setpoint_store,WREG; Setpoint | |
3581 mullw d'100' ; Setpoint*100 | |
3582 movff PRODL,sub_a+0 | |
3583 movff PRODH,sub_a+1 | |
3584 call sub16 ; sub_c = sub_a - sub_b | |
3585 | |
3586 btfss neg_flag | |
681 | 3587 bra DISP_const_ppO2_value11 ; Value in range (lower then fix Setpoint) |
26 | 3588 |
3589 ; char_I_const_ppO2 < ppO2[Diluent] -> Not physically possible! -> Display actual value! | |
3590 | |
406
2534277be060
Bug #52 fixed (ppO2 blinking if setpoint is not physically possible)
heinrichsweikamp
parents:
403
diff
changeset
|
3591 movff xC+0,xA+0 ; xC=p_amb/10 |
26 | 3592 movff xC+1,xA+1 |
3593 movlw d'100' | |
3594 movwf xB+0 | |
3595 clrf xB+1 | |
406
2534277be060
Bug #52 fixed (ppO2 blinking if setpoint is not physically possible)
heinrichsweikamp
parents:
403
diff
changeset
|
3596 call div16x16 ;xA/xB=xC with xA as remainder |
2534277be060
Bug #52 fixed (ppO2 blinking if setpoint is not physically possible)
heinrichsweikamp
parents:
403
diff
changeset
|
3597 |
2534277be060
Bug #52 fixed (ppO2 blinking if setpoint is not physically possible)
heinrichsweikamp
parents:
403
diff
changeset
|
3598 movff xC+0,char_I_const_ppO2 ; No, Overwrite with actual value |
2534277be060
Bug #52 fixed (ppO2 blinking if setpoint is not physically possible)
heinrichsweikamp
parents:
403
diff
changeset
|
3599 movff xC+1,hi ; For test if ppO2>2,55bar |
138 | 3600 |
406
2534277be060
Bug #52 fixed (ppO2 blinking if setpoint is not physically possible)
heinrichsweikamp
parents:
403
diff
changeset
|
3601 GETCUSTOM8 d'39' ; Adjust fixed SP? |
138 | 3602 dcfsnz WREG,F |
681 | 3603 bra DISP_const_ppO2_value1a ; Yes! |
138 | 3604 ; Do not adjust -> restore original SetPoint |
26 | 3605 |
681 | 3606 DISP_const_ppO2_value11: |
26 | 3607 ; Setpoint in possible limits |
4 | 3608 movff ppO2_setpoint_store,char_I_const_ppO2 ; Restore Setpoint |
325
4a28d7a1c620
Fixed Setpoint behavior >2,55bar with CF38=ON
heinrichsweikamp
parents:
324
diff
changeset
|
3609 clrf hi |
4a28d7a1c620
Fixed Setpoint behavior >2,55bar with CF38=ON
heinrichsweikamp
parents:
324
diff
changeset
|
3610 |
681 | 3611 DISP_const_ppO2_value1a: |
4 | 3612 movff char_I_const_ppO2,lo |
325
4a28d7a1c620
Fixed Setpoint behavior >2,55bar with CF38=ON
heinrichsweikamp
parents:
324
diff
changeset
|
3613 |
4a28d7a1c620
Fixed Setpoint behavior >2,55bar with CF38=ON
heinrichsweikamp
parents:
324
diff
changeset
|
3614 movff lo,WREG ; copy to WREG |
4a28d7a1c620
Fixed Setpoint behavior >2,55bar with CF38=ON
heinrichsweikamp
parents:
324
diff
changeset
|
3615 mullw .100 |
4a28d7a1c620
Fixed Setpoint behavior >2,55bar with CF38=ON
heinrichsweikamp
parents:
324
diff
changeset
|
3616 movff PRODH,xC+1 |
4a28d7a1c620
Fixed Setpoint behavior >2,55bar with CF38=ON
heinrichsweikamp
parents:
324
diff
changeset
|
3617 movff PRODL,xC+0 ; For color code |
681 | 3618 DISP_color_code warn_ppo2 ; Color-code output (ppO2 stored in xC) |
325
4a28d7a1c620
Fixed Setpoint behavior >2,55bar with CF38=ON
heinrichsweikamp
parents:
324
diff
changeset
|
3619 |
4a28d7a1c620
Fixed Setpoint behavior >2,55bar with CF38=ON
heinrichsweikamp
parents:
324
diff
changeset
|
3620 tstfsz hi ; >2,55bar? |
681 | 3621 rcall DISP_const_ppO2_too_hi ; Yes |
325
4a28d7a1c620
Fixed Setpoint behavior >2,55bar with CF38=ON
heinrichsweikamp
parents:
324
diff
changeset
|
3622 |
0 | 3623 bsf leftbind |
3624 output_16dp d'3' | |
3625 bcf leftbind | |
406
2534277be060
Bug #52 fixed (ppO2 blinking if setpoint is not physically possible)
heinrichsweikamp
parents:
403
diff
changeset
|
3626 STRCAT_PRINT " " ; Display Setpoint with trailing zero |
681 | 3627 call DISP_standard_color ; Reset color |
325
4a28d7a1c620
Fixed Setpoint behavior >2,55bar with CF38=ON
heinrichsweikamp
parents:
324
diff
changeset
|
3628 return |
4a28d7a1c620
Fixed Setpoint behavior >2,55bar with CF38=ON
heinrichsweikamp
parents:
324
diff
changeset
|
3629 |
681 | 3630 DISP_const_ppO2_too_hi: |
386
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
382
diff
changeset
|
3631 PUTC '>' |
325
4a28d7a1c620
Fixed Setpoint behavior >2,55bar with CF38=ON
heinrichsweikamp
parents:
324
diff
changeset
|
3632 setf lo ; show ">2.55" |
4a28d7a1c620
Fixed Setpoint behavior >2,55bar with CF38=ON
heinrichsweikamp
parents:
324
diff
changeset
|
3633 clrf hi ; clear hi |
681 | 3634 call DISP_warnings_color ; Set Warning color |
0 | 3635 return |
3636 | |
307 | 3637 ;============================================================================= |
3638 ; Display EAD/END computed in calc_hauptroutine_update_tissues() every 2sec. | |
3639 ; | |
681 | 3640 DISP_show_end_ead_divemode: |
3641 call DISP_divemask_color ; Set Color for Divemode mask | |
307 | 3642 |
3643 WIN_FONT FT_SMALL | |
274
a728b4a1b660
Setpoint changes stored in profile, EAD and END displayed in divemode (Customview 7)
heinrichsweikamp
parents:
256
diff
changeset
|
3644 WIN_LEFT .95 |
a728b4a1b660
Setpoint changes stored in profile, EAD and END displayed in divemode (Customview 7)
heinrichsweikamp
parents:
256
diff
changeset
|
3645 WIN_TOP .192 |
a728b4a1b660
Setpoint changes stored in profile, EAD and END displayed in divemode (Customview 7)
heinrichsweikamp
parents:
256
diff
changeset
|
3646 lfsr FSR2,letter |
307 | 3647 OUTPUTTEXTH .299 ; EAD: |
326 | 3648 call word_processor |
307 | 3649 |
274
a728b4a1b660
Setpoint changes stored in profile, EAD and END displayed in divemode (Customview 7)
heinrichsweikamp
parents:
256
diff
changeset
|
3650 WIN_TOP .216 |
326 | 3651 lfsr FSR2,letter |
307 | 3652 OUTPUTTEXTH .298 ; END: |
326 | 3653 call word_processor |
3654 | |
681 | 3655 call DISP_standard_color ; Back to white. |
274
a728b4a1b660
Setpoint changes stored in profile, EAD and END displayed in divemode (Customview 7)
heinrichsweikamp
parents:
256
diff
changeset
|
3656 WIN_LEFT .125 |
a728b4a1b660
Setpoint changes stored in profile, EAD and END displayed in divemode (Customview 7)
heinrichsweikamp
parents:
256
diff
changeset
|
3657 WIN_TOP .192 |
326 | 3658 lfsr FSR2,letter |
3659 movff char_O_EAD,lo | |
3660 bsf leftbind | |
307 | 3661 output_8 ; Print EAD w/o leading space. |
446 | 3662 STRCAT_PRINT TXT_METER2 |
307 | 3663 |
274
a728b4a1b660
Setpoint changes stored in profile, EAD and END displayed in divemode (Customview 7)
heinrichsweikamp
parents:
256
diff
changeset
|
3664 WIN_TOP .216 |
326 | 3665 lfsr FSR2,letter |
3666 movff char_O_END,lo | |
307 | 3667 output_8 ; Print END w/o leading space. |
326 | 3668 bcf leftbind |
446 | 3669 STRCAT_PRINT TXT_METER2 |
326 | 3670 |
3671 ; Show ppO2[Flush] iff in CCR mode & not in Bailout: | |
3672 btfsc is_bailout ; In bailout mode? | |
307 | 3673 return ; Yes: done. |
3674 | |
326 | 3675 btfss FLAG_const_ppO2_mode ; In (true) CCR mode ? |
307 | 3676 return ; No: done. |
3677 | |
301 | 3678 WIN_LEFT .95 |
3679 WIN_TOP .168 | |
681 | 3680 call DISP_divemask_color ; Set Color for Divemode mask |
446 | 3681 STRCPY_PRINT TXT_PPO2_5 ; ppO2 of diluent |
326 | 3682 |
3683 movff char_O_flush_ppO2,WREG ; copy to WREG | |
3684 mullw .100 | |
3685 movff PRODH,xC+1 | |
3686 movff PRODL,xC+0 ; For color code | |
681 | 3687 DISP_color_code warn_ppo2 ; Color-code output (ppO2 stored in xC) |
301 | 3688 |
3689 WIN_LEFT .130 | |
3690 WIN_TOP .168 | |
322 | 3691 |
3692 movff char_O_flush_ppO2, lo | |
3693 incf lo,W ; ppO2 == 2.55 ? | |
681 | 3694 bnz DISP_show_end_ead_divemode_1 |
326 | 3695 |
322 | 3696 STRCPY_PRINT "----" ; YES: mark overflow. |
681 | 3697 goto DISP_standard_color ; Back to white. |
3698 | |
3699 DISP_show_end_ead_divemode_1: | |
301 | 3700 lfsr FSR2,letter |
307 | 3701 clrf hi |
301 | 3702 bsf leftbind |
307 | 3703 output_16dp d'3' ; Show ppO2 w/o leading zero |
301 | 3704 bcf leftbind |
731
87c74962b7e1
show ppO2 of diluent gas in bailout case correctly
heinrichsweikamp
parents:
728
diff
changeset
|
3705 PUTC " " |
87c74962b7e1
show ppO2 of diluent gas in bailout case correctly
heinrichsweikamp
parents:
728
diff
changeset
|
3706 clrf WREG |
87c74962b7e1
show ppO2 of diluent gas in bailout case correctly
heinrichsweikamp
parents:
728
diff
changeset
|
3707 movff WREG,letter+4 ; limit to five chars |
87c74962b7e1
show ppO2 of diluent gas in bailout case correctly
heinrichsweikamp
parents:
728
diff
changeset
|
3708 STRCAT_PRINT "" ; Display ppO2[Diluent] |
681 | 3709 goto DISP_standard_color ; Back to white. |
277
46d1012d096a
Quick-access to menupos3 in divemode - ToDo: EAD and END in CCR mode
heinrichsweikamp
parents:
274
diff
changeset
|
3710 |
307 | 3711 ;============================================================================= |
312
b7e4e74c0e17
New @5 variant: compute TTS if staying some extra time (CF58) at current depth.
JeanDo
parents:
310
diff
changeset
|
3712 ; Display TTS after extra time at the same depth. |
b7e4e74c0e17
New @5 variant: compute TTS if staying some extra time (CF58) at current depth.
JeanDo
parents:
310
diff
changeset
|
3713 ; |
681 | 3714 DISP_show_@5: |
312
b7e4e74c0e17
New @5 variant: compute TTS if staying some extra time (CF58) at current depth.
JeanDo
parents:
310
diff
changeset
|
3715 WIN_FONT FT_SMALL |
701 | 3716 WIN_LEFT .159-.69 ; 10 chars aligned right. |
313 | 3717 WIN_TOP .170 |
681 | 3718 call DISP_divemask_color ; Set Color for Divemode mask |
314 | 3719 lfsr FSR2,letter |
323 | 3720 |
3721 OUTPUTTEXTH .305 ; "Future TTS" | |
314 | 3722 call word_processor |
3723 | |
3724 WIN_LEFT .97 | |
313 | 3725 WIN_TOP .194 |
312
b7e4e74c0e17
New @5 variant: compute TTS if staying some extra time (CF58) at current depth.
JeanDo
parents:
310
diff
changeset
|
3726 STRCPY "@" |
b7e4e74c0e17
New @5 variant: compute TTS if staying some extra time (CF58) at current depth.
JeanDo
parents:
310
diff
changeset
|
3727 GETCUSTOM8 d'58' |
b7e4e74c0e17
New @5 variant: compute TTS if staying some extra time (CF58) at current depth.
JeanDo
parents:
310
diff
changeset
|
3728 movwf lo |
b7e4e74c0e17
New @5 variant: compute TTS if staying some extra time (CF58) at current depth.
JeanDo
parents:
310
diff
changeset
|
3729 bsf leftbind |
b7e4e74c0e17
New @5 variant: compute TTS if staying some extra time (CF58) at current depth.
JeanDo
parents:
310
diff
changeset
|
3730 output_8 |
b7e4e74c0e17
New @5 variant: compute TTS if staying some extra time (CF58) at current depth.
JeanDo
parents:
310
diff
changeset
|
3731 bcf leftbind |
323 | 3732 STRCAT_PRINT "': " |
313 | 3733 |
323 | 3734 WIN_LEFT .97+7*5 ; "@10':" is 5 chars long |
681 | 3735 call DISP_standard_color |
312
b7e4e74c0e17
New @5 variant: compute TTS if staying some extra time (CF58) at current depth.
JeanDo
parents:
310
diff
changeset
|
3736 lfsr FSR2,letter |
323 | 3737 |
312
b7e4e74c0e17
New @5 variant: compute TTS if staying some extra time (CF58) at current depth.
JeanDo
parents:
310
diff
changeset
|
3738 movff int_O_extra_ascenttime+0,lo |
313 | 3739 movff int_O_extra_ascenttime+1,hi |
3740 movf lo,W | |
323 | 3741 iorwf hi,W ; extra_ascenttime == 0 ? |
681 | 3742 bz DISP_show_@5_nodeco |
323 | 3743 movf lo,W ; extra_ascenttime == 0xFFFF ? |
3744 andwf hi,W | |
3745 incf WREG,w | |
681 | 3746 bz DISP_show_@5_wait |
323 | 3747 |
312
b7e4e74c0e17
New @5 variant: compute TTS if staying some extra time (CF58) at current depth.
JeanDo
parents:
310
diff
changeset
|
3748 bsf leftbind |
b7e4e74c0e17
New @5 variant: compute TTS if staying some extra time (CF58) at current depth.
JeanDo
parents:
310
diff
changeset
|
3749 output_16 |
b7e4e74c0e17
New @5 variant: compute TTS if staying some extra time (CF58) at current depth.
JeanDo
parents:
310
diff
changeset
|
3750 bcf leftbind |
756 | 3751 STRCAT "' " ; From "none" to "1'" we need 2 trailing spaces |
3752 movff WREG,letter+3 ; limit to four chars | |
3753 STRCAT_PRINT "" | |
312
b7e4e74c0e17
New @5 variant: compute TTS if staying some extra time (CF58) at current depth.
JeanDo
parents:
310
diff
changeset
|
3754 return |
b7e4e74c0e17
New @5 variant: compute TTS if staying some extra time (CF58) at current depth.
JeanDo
parents:
310
diff
changeset
|
3755 |
681 | 3756 DISP_show_@5_nodeco: |
3757 DISP_show_@5_wait: | |
323 | 3758 STRCPY_PRINT "--- " |
312
b7e4e74c0e17
New @5 variant: compute TTS if staying some extra time (CF58) at current depth.
JeanDo
parents:
310
diff
changeset
|
3759 return |
b7e4e74c0e17
New @5 variant: compute TTS if staying some extra time (CF58) at current depth.
JeanDo
parents:
310
diff
changeset
|
3760 |
b7e4e74c0e17
New @5 variant: compute TTS if staying some extra time (CF58) at current depth.
JeanDo
parents:
310
diff
changeset
|
3761 ;============================================================================= |
592
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
3762 |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
3763 compute_pscr_ppo2: |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
3764 ; (Pressure[mbar]*char_I_O2_ratio)-(100-char_I_O2_ratio)*CF61*CF62*10 |
552 | 3765 movff char_I_O2_ratio,WREG |
3766 sublw .100 ; 100-char_I_O2_ratio -> WREG | |
3767 mullw .10 ; (100-char_I_O2_ratio)*10 -> PROD:2 | |
3768 movff PRODL,xA+0 | |
3769 movff PRODH,xA+1 | |
3770 GETCUSTOM8 d'62' ; O2 Drop | |
3771 movff WREG,xB+0 | |
3772 clrf xB+1 | |
3773 call mult16x16 ;xA*xB=xC -> (100-char_I_O2_ratio)*10*CF61 | |
3774 movff xC+0,xA+0 | |
3775 movff xC+1,xA+1 | |
3776 GETCUSTOM8 d'63' ; Lung ratio | |
3777 movff WREG,xB+0 | |
3778 clrf xB+1 | |
3779 call mult16x16 ;xA*xB=xC -> (100-char_I_O2_ratio)*10*CF61*CF62 | |
3780 | |
3781 movlw .10 | |
3782 movwf xB+0 | |
3783 clrf xB+1 | |
3784 call div32x16 ; xC:4 / xB:2 = xC+3:xC+2 with xC+1:xC+0 as remainder | |
3785 ; store xC:2 in lo:hi | |
3786 movff xC+0,lo | |
3787 movff xC+1,hi | |
3788 | |
3789 SAFE_2BYTE_COPY amb_pressure, xA | |
3790 movff char_I_O2_ratio,xB+0 | |
3791 clrf xB+1 | |
3792 call mult16x16 ;xA*xB=xC -> xC:4 = Pressure[mbar]*char_I_O2_ratio | |
3793 | |
3794 movlw .10 | |
3795 movwf xB+0 | |
3796 clrf xB+1 | |
3797 call div32x16 ; xC:4 / xB:2 = xC+3:xC+2 with xC+1:xC+0 as remainder | |
3798 | |
3799 ; store xC:2 in sub_a | |
3800 movff xC+0,sub_a+0 | |
3801 movff xC+1,sub_a+1 | |
3802 ; reload result from lo:hi | |
3803 movff lo,sub_b+0 | |
3804 movff hi,sub_b+1 | |
3805 | |
3806 call subU16 ;sub_c = sub_a - sub_b (with UNSIGNED values) | |
592
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
3807 return |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
3808 |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
3809 ; Display pSCR ppO2 |
681 | 3810 DISP_show_pSCR_ppO2: |
592
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
3811 WIN_FONT FT_SMALL |
682 | 3812 WIN_LEFT .159-.63 ; 9 chars aligned right. |
592
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
3813 WIN_TOP .170 |
681 | 3814 call DISP_divemask_color ; Set Color for Divemode mask |
592
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
3815 lfsr FSR2,letter |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
3816 OUTPUTTEXTH .266 ; "pSCR Info" |
762 | 3817 call word_processor |
552 | 3818 |
3819 WIN_FONT FT_SMALL | |
3820 WIN_LEFT .95 | |
3821 WIN_TOP .192 | |
3822 lfsr FSR2,letter | |
3823 STRCPY_PRINT TXT_PPO2_5 ; ppO2: | |
762 | 3824 rcall compute_pscr_ppo2 ; pSCR ppO2 into sub_c:2 |
552 | 3825 movff sub_c+0,xC+0 |
3826 movff sub_c+1,xC+1 | |
3827 clrf xC+2 | |
3828 clrf xC+3 ; For color coding | |
681 | 3829 DISP_color_code warn_ppo2 ; Color-code output (ppO2 stored in xC) |
552 | 3830 WIN_LEFT .130 |
3831 WIN_TOP .192 | |
762 | 3832 lfsr FSR2,letter |
3833 movff xC+0,lo | |
3834 movff xC+1,hi | |
552 | 3835 bsf ignore_digit4 |
3836 output_16dp d'1' | |
3837 bcf ignore_digit4 | |
762 | 3838 PUTC " " |
3839 movlw .0 | |
3840 movff WREG,letter+.4 ; Limit to 4chars | |
3841 STRCAT_PRINT "" | |
681 | 3842 call DISP_standard_color ; Back to white. |
552 | 3843 ; Show O2 drop and counter lung ration in second row |
3844 WIN_LEFT .98 | |
3845 WIN_TOP .216 | |
3846 lfsr FSR2,letter | |
3847 GETCUSTOM8 d'62' ; O2 Drop in percent | |
3848 movwf lo | |
3849 bsf leftbind | |
3850 output_8 | |
3851 STRCAT "% 1/" | |
3852 GETCUSTOM8 d'63' ; Counter lung ratio in 1/X | |
3853 movwf lo | |
3854 output_8 | |
3855 bcf leftbind | |
762 | 3856 PUTC " " |
3857 movlw .0 | |
3858 movff WREG,letter+.9 ; Limit to 9chars | |
3859 STRCAT_PRINT "" | |
552 | 3860 return |
3861 | |
3862 ;============================================================================= | |
476 | 3863 ; Display cave consomation prediction (and warning). |
3864 ; | |
681 | 3865 DISP_show_cave_bailout: |
476 | 3866 WIN_FONT FT_SMALL |
728 | 3867 WIN_LEFT .159-.69 ; 10 chars aligned right. |
476 | 3868 WIN_TOP .170 |
681 | 3869 call DISP_divemask_color ; Set Color for Divemode mask |
476 | 3870 lfsr FSR2,letter |
3871 | |
3872 OUTPUTTEXTH .311 ; "Cave Bail." | |
3873 call word_processor | |
3874 | |
3875 ; WIN_TOP .240 - 24 ; DO NOT display liter units, as this | |
3876 ; WIN_LEFT .160 - 7 ; can be Bars also... | |
3877 ; STRCPY_PRINT "l" | |
3878 | |
3879 WIN_FONT FT_MEDIUM | |
3880 WIN_LEFT .90 | |
3881 WIN_TOP .201 ; 170 + 24 + 14/2 + 32 + 14/2 = 240. | |
681 | 3882 call DISP_standard_color |
476 | 3883 lfsr FSR2,letter |
3884 | |
479
9fc8feff27a5
Enable reset in cave bailout prediction, by using chrono average depth.
JeanDo
parents:
478
diff
changeset
|
3885 ;---- Retrieve divetime in seconds (since last reset) |
9fc8feff27a5
Enable reset in cave bailout prediction, by using chrono average depth.
JeanDo
parents:
478
diff
changeset
|
3886 movff average_divesecs+0,xA+0 |
9fc8feff27a5
Enable reset in cave bailout prediction, by using chrono average depth.
JeanDo
parents:
478
diff
changeset
|
3887 movff average_divesecs+1,xA+1 |
476 | 3888 |
478
fd8266b511cc
New SAC (CF56/CF57) in 5..50 l/min range (no more decimal).
JeanDo
parents:
476
diff
changeset
|
3889 ;---- Multiply by SAC, and divide by 60 (SAC inliters per minutes) |
476 | 3890 GETCUSTOM8 d'56' ; Get bottom SAC |
3891 movwf xB+0 | |
3892 clrf xB+1 | |
3893 call mult16x16 ; xC:4=xA:2*xB:2 | |
3894 | |
478
fd8266b511cc
New SAC (CF56/CF57) in 5..50 l/min range (no more decimal).
JeanDo
parents:
476
diff
changeset
|
3895 movlw LOW(.60) |
476 | 3896 movwf xB+0 |
478
fd8266b511cc
New SAC (CF56/CF57) in 5..50 l/min range (no more decimal).
JeanDo
parents:
476
diff
changeset
|
3897 movlw HIGH(.60) |
476 | 3898 movwf xB+1 |
3899 call div32x16 ; xC:4 / xB:2 = xC+3:xC+2 with xC+1:xC+0 as remainder | |
3900 | |
3901 ;---- Multiply by average pressure [absolute, in bar] | |
3902 movff xC+0,xA+0 ; Get result (in xC+0, noy xC+2 !) into xA | |
3903 movff xC+1,xA+1 | |
3904 | |
479
9fc8feff27a5
Enable reset in cave bailout prediction, by using chrono average depth.
JeanDo
parents:
478
diff
changeset
|
3905 movf avr_rel_pressure+0,W ; Add surface pressure to get absolute pressure |
476 | 3906 addwf last_surfpressure_30min+0,W |
3907 movwf xB+0 | |
479
9fc8feff27a5
Enable reset in cave bailout prediction, by using chrono average depth.
JeanDo
parents:
478
diff
changeset
|
3908 movf avr_rel_pressure+1,W |
476 | 3909 addwfc last_surfpressure_30min+1,W |
3910 movwf xB+1 ; --> Into xB | |
3911 | |
3912 call mult16x16 ; xC:4=xA:2*xB:2 | |
3913 | |
3914 movlw LOW(.1000) ; Pressure was in milibar, so divide by 1000. | |
3915 movwf xB+0 | |
3916 movlw HIGH(.1000) | |
3917 movwf xB+1 | |
3918 call div32x16 ; xC:4 / xB:2 = xC+3:xC+2 with xC+1:xC+0 as remainder | |
3919 | |
3920 ;---- Go RED when limit is exceeded | |
3921 movff xC+0,sub_a+0 | |
3922 movff xC+1,sub_a+1 | |
3923 GETCUSTOM15 d'59' ; Get Cave bailout alarm threshold | |
3924 movff lo, sub_b+0 | |
3925 movff hi, sub_b+1 | |
3926 call sub16 ; Computes prediction - limit | |
3927 btfss neg_flag ; Negativ ? | |
681 | 3928 call DISP_warnings_color ; NO: go RED. |
476 | 3929 |
3930 ;---- Then display... | |
3931 movff xC+0,lo | |
3932 movff xC+1,hi | |
3933 | |
3934 bcf leftbind | |
3935 output_16 | |
3936 call word_processor | |
3937 WIN_FONT FT_SMALL | |
3938 return | |
3939 | |
3940 ;============================================================================= | |
274
a728b4a1b660
Setpoint changes stored in profile, EAD and END displayed in divemode (Customview 7)
heinrichsweikamp
parents:
256
diff
changeset
|
3941 |
681 | 3942 DISP_show_leading_tissue: |
3943 call DISP_divemask_color ; Set Color for Divemode mask | |
98
6f8e3a08011e
1.73beta rc1 (Added new customview for divemode)
heinrichsweikamp
parents:
91
diff
changeset
|
3944 DISPLAYTEXTH .282 ; L. Tissue: |
681 | 3945 DISP_show_leading_tissue_2: |
116 | 3946 call deco_calc_desaturation_time ; calculate desaturation time |
0 | 3947 movlb b'00000001' ; select ram bank 1 |
3948 | |
123 | 3949 STRCPY "#" |
0 | 3950 movff char_O_gtissue_no,lo |
3951 movff char_O_gtissue_no,wait_temp ; used as temp | |
3952 bsf leftbind | |
3953 output_8 | |
123 | 3954 STRCAT " (" |
0 | 3955 |
3956 movlw d'16' | |
3957 cpfslt wait_temp | |
681 | 3958 bra DISP_show_leading_tissue_he |
446 | 3959 STRCAT TXT_N2_2 |
681 | 3960 bra DISP_show_leading_tissue2 |
3961 | |
3962 DISP_show_leading_tissue_he: | |
446 | 3963 STRCAT TXT_HE2 |
123 | 3964 |
681 | 3965 DISP_show_leading_tissue2: |
98
6f8e3a08011e
1.73beta rc1 (Added new customview for divemode)
heinrichsweikamp
parents:
91
diff
changeset
|
3966 WIN_LEFT .95 |
6f8e3a08011e
1.73beta rc1 (Added new customview for divemode)
heinrichsweikamp
parents:
91
diff
changeset
|
3967 WIN_TOP .192 |
0 | 3968 WIN_FONT FT_SMALL |
681 | 3969 call DISP_standard_color |
123 | 3970 |
3971 STRCAT_PRINT ") " | |
3972 | |
339 | 3973 lfsr FSR1,char_O_tissue_N2_saturation |
3974 movf wait_temp,W ; W <- 0-15 | |
3975 movff PLUSW1,lo ; lo <- FSR1[W] | |
123 | 3976 |
98
6f8e3a08011e
1.73beta rc1 (Added new customview for divemode)
heinrichsweikamp
parents:
91
diff
changeset
|
3977 WIN_LEFT .95 |
6f8e3a08011e
1.73beta rc1 (Added new customview for divemode)
heinrichsweikamp
parents:
91
diff
changeset
|
3978 WIN_TOP .216 |
0 | 3979 WIN_FONT FT_SMALL |
123 | 3980 |
3981 lfsr FSR2,letter | |
3982 output_8 | |
3983 STRCAT_PRINT "% " | |
0 | 3984 bcf leftbind |
3985 return | |
3986 | |
681 | 3987 DISP_marker_set: |
674 | 3988 WIN_LEFT .105 |
3989 WIN_TOP .170 | |
3990 WIN_FONT FT_SMALL | |
3991 WIN_INVERT .0 ; Init new Wordprocessor | |
681 | 3992 call DISP_divemask_color ; Set Color for Divemode mask |
674 | 3993 SAFE_2BYTE_COPY marker_depth, lo |
3994 call adjust_depth_with_salinity ; computes salinity setting into lo:hi [mbar] | |
3995 lfsr FSR2,letter | |
3996 bsf leftbind | |
3997 bsf ignore_digit5 ; do not display 1cm depth | |
3998 output_16dp d'3' | |
3999 PUTC TXT_METER_C | |
4000 bcf show_last3 | |
4001 call word_processor | |
4002 | |
4003 WIN_LEFT .105 | |
4004 WIN_TOP .192 | |
4005 WIN_INVERT .0 ; Init new Wordprocessor | |
4006 movff marker_time+0,lo | |
4007 movff marker_time+1,hi | |
4008 bsf leftbind | |
4009 lfsr FSR2,letter | |
4010 output_16_3 ; displays only last three figures from a 16Bit value (0-999) | |
4011 PUTC ':' | |
4012 movff marker_time+2,lo | |
4013 output_99x | |
4014 call word_processor | |
4015 bcf leftbind | |
681 | 4016 call DISP_standard_color |
674 | 4017 return |
4018 | |
681 | 4019 DISP_topline_box_clear: ; Writes an empty box |
0 | 4020 movlw .0 |
681 | 4021 bra DISP_topline_box2 |
4022 DISP_topline_box: ; Writes a filled box... | |
98
6f8e3a08011e
1.73beta rc1 (Added new customview for divemode)
heinrichsweikamp
parents:
91
diff
changeset
|
4023 GETCUSTOM8 d'35' ; ... with the standard color |
681 | 4024 DISP_topline_box2: |
123 | 4025 WIN_BOX_COLOR .0, .26, .0, .159 |
681 | 4026 call DISP_standard_color ; Reset to standard color in case of unreadable color |
0 | 4027 return |
4028 | |
681 | 4029 DISP_display_cns: |
0 | 4030 btfsc gauge_mode ; Do not display in gauge mode |
4031 return | |
4032 | |
4033 btfsc FLAG_apnoe_mode ; Do not display in apnoe mode | |
4034 return | |
4035 | |
681 | 4036 btfsc DISP_velocity_display ; Is velocity displayed?` |
4037 return ; Yes, do not overwrite until DISP_velocity_clear was called | |
0 | 4038 |
4039 ostc_debug 'k' ; Sends debug-information to screen if debugmode active | |
4040 | |
4041 WIN_TOP .090 | |
4042 WIN_LEFT .0 | |
4043 WIN_FONT FT_SMALL | |
681 | 4044 DISP_color_code warn_cns ; Color-code CNS output |
0 | 4045 |
446 | 4046 STRCPY TXT_CNS4 |
0 | 4047 movff char_O_CNS_fraction,lo |
4048 bsf leftbind | |
4049 output_8 | |
4050 bcf leftbind | |
123 | 4051 STRCAT_PRINT "%" |
0 | 4052 return |
4053 | |
519 | 4054 ;----------------------------------------------------------------------------- |
4055 ; | |
681 | 4056 DISP_display_cns_surface: |
43 | 4057 ; Check if CNS should be displayed |
4058 movff char_O_CNS_fraction,lo ; copy into bank1 | |
4059 GETCUSTOM8 d'15' ; cns_display_high_surfacemode | |
4060 subwf lo,W | |
4061 btfss STATUS,C | |
4062 return ; Do not show... | |
4063 ; Show CNS | |
4064 | |
4065 ostc_debug 'W' ; Sends debug-information to screen if debugmode active | |
4066 | |
4067 WIN_TOP .175 | |
4068 WIN_LEFT .45 | |
4069 WIN_FONT FT_SMALL | |
4070 WIN_INVERT .0 ; Init new Wordprocessor | |
681 | 4071 DISP_color_code warn_cns ; Color-code CNS output |
43 | 4072 |
446 | 4073 STRCPY TXT_CNS4 |
43 | 4074 movff char_O_CNS_fraction,lo |
4075 bsf leftbind | |
4076 output_8 | |
4077 bcf leftbind | |
519 | 4078 STRCAT_PRINT "% " |
43 | 4079 return |
4080 | |
519 | 4081 ;----------------------------------------------------------------------------- |
4082 ; Display GF at furface, if > CF8. | |
4083 ; | |
681 | 4084 DISP_display_gf_surface: |
519 | 4085 movff char_O_gradient_factor,lo ; gradient factor |
4086 GETCUSTOM8 d'8' ; threshold for display | |
4087 cpfslt lo ; show value? | |
681 | 4088 bra DISP_display_gf_surf_1 ; YES: do it. |
519 | 4089 return |
4090 | |
681 | 4091 DISP_display_gf_surf_1: |
519 | 4092 WIN_TOP .175 |
4093 WIN_LEFT .45 | |
4094 WIN_FONT FT_SMALL | |
681 | 4095 DISP_color_code warn_gf ; Color-code Output |
519 | 4096 |
4097 STRCPY TXT_GF3 | |
4098 movff char_O_gradient_factor,lo ; gradient factor | |
4099 output_8 | |
4100 STRCAT_PRINT "% " | |
681 | 4101 goto DISP_standard_color |
519 | 4102 |
4103 ;----------------------------------------------------------------------------- | |
43 | 4104 |
681 | 4105 DISP_custom_text: |
0 | 4106 read_int_eeprom d'64' |
4107 movlw d'1' | |
4108 cpfseq EEDATA ; Custom text active? | |
681 | 4109 bra DISP_custom_text_serial ; No, show serial instead |
0 | 4110 WIN_TOP .200 |
62 | 4111 WIN_LEFT .0 |
0 | 4112 WIN_FONT FT_SMALL |
4113 WIN_INVERT .0 ; Init new Wordprocessor | |
681 | 4114 call DISP_divemask_color ; Set Color for Divemode mask |
0 | 4115 |
4116 lfsr FSR2,letter | |
4117 movlw d'64' | |
4118 movwf lo | |
4119 movlw d'24' | |
4120 movwf hi ; counter | |
4121 | |
681 | 4122 DISP_custom_text1: |
0 | 4123 incf lo,F |
681 | 4124 call DISP_get_custom_letter ; Get one letter for the custom text |
0 | 4125 movlw '}' ; End marker found? |
4126 cpfseq EEDATA | |
681 | 4127 bra DISP_custom_text2 ; No |
4128 bra DISP_custom_text3 | |
4129 DISP_custom_text2: | |
0 | 4130 movff EEDATA,POSTINC2 ; Copy into Postinc |
4131 | |
4132 decfsz hi,F ; Max. numbers? | |
681 | 4133 bra DISP_custom_text1 ; No, get next letters |
4134 | |
4135 DISP_custom_text3: | |
0 | 4136 call word_processor |
681 | 4137 call DISP_standard_color |
0 | 4138 return |
4139 | |
681 | 4140 DISP_get_custom_letter: |
0 | 4141 movff lo,EEADR ; Address for next custom text letter |
4142 call read_eeprom ; Read letter | |
4143 return | |
4144 | |
681 | 4145 DISP_custom_text_serial: |
0 | 4146 WIN_TOP .200 |
607 | 4147 WIN_LEFT .50 |
4148 WIN_FONT FT_SMALL | |
4149 WIN_INVERT .0 ; Init new Wordprocessor | |
681 | 4150 call DISP_divemask_color ; Set Color for Divemode mask |
607 | 4151 |
4152 lfsr FSR2,letter | |
4153 OUTPUTTEXTH d'262' ; "OSTC " | |
4154 clrf EEADRH | |
4155 clrf EEADR ; Get Serial number LOW | |
4156 call read_eeprom ; read byte | |
4157 movff EEDATA,lo | |
4158 incf EEADR,F ; Get Serial number HIGH | |
4159 call read_eeprom ; read byte | |
4160 movff EEDATA,hi | |
4161 bsf leftbind | |
4162 output_16 | |
4163 call word_processor | |
681 | 4164 call DISP_standard_color |
0 | 4165 return |
4166 | |
681 | 4167 DISP_simdata_screen: ;Display Pre-Dive Screen |
33 | 4168 ; List active gases/Setpoints |
4169 btfsc FLAG_const_ppO2_mode ; in ppO2 mode? | |
681 | 4170 bra DISP_simdata_screen3 ; Yes, display SetPoint/Sensor result list |
4171 | |
4172 DISP_simdata_screen2: | |
33 | 4173 ostc_debug 'm' ; Sends debug-information to screen if debugmode active |
4174 | |
4175 WIN_LEFT .0 | |
4176 WIN_FONT FT_SMALL | |
4177 bsf leftbind | |
4178 | |
4179 movlw d'2' | |
4180 movwf wait_temp ; here: stores eeprom address for gas list | |
34 | 4181 movlw d'10' |
33 | 4182 movwf waitms_temp ; here: stores row for gas list |
4183 clrf hi ; here: Gas counter | |
4184 | |
681 | 4185 DISP_simdata_screen2_loop: |
33 | 4186 incf hi,F ; Increase Gas |
4187 movlw d'4' | |
4188 addwf wait_temp,F ; Increase eeprom address for gas list | |
4189 | |
446 | 4190 STRCPY TXT_GAS1 |
33 | 4191 movff hi,lo ; copy gas number |
4192 output_8 ; display gas number | |
123 | 4193 PUTC ':' |
519 | 4194 movff wait_temp, EEADR ; Gas #hi: %O2 - Set address in internal EEPROM |
33 | 4195 call read_eeprom ; get byte (stored in EEDATA) |
4196 movff EEDATA,lo ; copy to lo | |
4197 output_8 ; outputs into Postinc2! | |
123 | 4198 PUTC '/' |
33 | 4199 incf EEADR,F ; Gas #hi: %He - Set address in internal EEPROM |
4200 call read_eeprom ; get byte (stored in EEDATA) | |
4201 movff EEDATA,lo ; copy to lo | |
4202 output_8 ; outputs into Postinc2! | |
123 | 4203 PUTC ' ' |
34 | 4204 movf hi,W ; Gas number |
4205 addlw d'27' ; -> Adress of change depth register | |
4206 call read_int_eeprom_1 | |
4207 movff EEDATA,lo ; Change depth in m | |
223 | 4208 movff lo,divemins ; Store for grey-out |
34 | 4209 output_99 ; outputs into Postinc2! |
446 | 4210 PUTC TXT_METER_C |
223 | 4211 |
4212 ; Check if gas is first gas ? | |
4213 read_int_eeprom d'33' ; First gas (1-5)? | |
4214 movf hi,W ; Current gas in WREG | |
4215 cpfseq EEDATA ; Is equal first gas? | |
681 | 4216 bra DISP_simdata_screen2_loop2 ; No : more tests... |
4217 | |
4218 bra DISP_simdata_white ; Yes | |
4219 | |
4220 DISP_simdata_screen2_loop2: | |
223 | 4221 ; Check if gas is inactive ? |
4222 read_int_eeprom d'27' ; read flag register | |
4223 movff hi,lo ; copy gas number | |
681 | 4224 DISP_simdata_screen2_loop1: |
223 | 4225 rrcf EEDATA ; roll flags into carry |
4226 decfsz lo,F ; max. 5 times... | |
681 | 4227 bra DISP_simdata_screen2_loop1 |
181 | 4228 |
223 | 4229 btfss STATUS,C ; test inactive flag |
681 | 4230 bra DISP_simdata_grey ; Is inactive! |
223 | 4231 |
4232 tstfsz divemins ; Test change depth=0? | |
681 | 4233 bra DISP_simdata_white ; Is not zero |
4234 | |
4235 DISP_simdata_grey: | |
587
1b021a280e15
NEW CF64: Configures color for inactive gases
heinrichsweikamp
parents:
576
diff
changeset
|
4236 GETCUSTOM8 d'64' ;movlw color_grey |
681 | 4237 call DISP_set_color ; grey out inactive gases! |
4238 bra DISP_simdata_color_done | |
4239 | |
4240 DISP_simdata_white: | |
4241 call DISP_standard_color | |
4242 | |
4243 DISP_simdata_color_done: | |
33 | 4244 movlw d'25' |
4245 addwf waitms_temp,F ; Increase row | |
4246 WIN_LEFT .0 | |
4247 movff waitms_temp,win_top ; Set Row | |
34 | 4248 call word_processor ; display gas |
33 | 4249 |
681 | 4250 DISP_simdata_screen2b: |
4251 call DISP_standard_color | |
33 | 4252 |
34 | 4253 movlw d'5' ; list all five gases |
33 | 4254 cpfseq hi ; All gases shown? |
681 | 4255 bra DISP_simdata_screen2_loop ; No |
33 | 4256 |
4257 return ; No, return (OC mode) | |
4258 | |
681 | 4259 DISP_simdata_screen3: |
33 | 4260 WIN_LEFT .0 |
4261 WIN_FONT FT_SMALL | |
4262 bsf leftbind | |
4263 | |
4264 ; list three SP in Gaslist | |
4265 movlw d'35' ; 36 = current SP position in EEPROM | |
4266 movwf wait_temp ; here: stores eeprom address for gas list | |
34 | 4267 movlw d'10' |
33 | 4268 movwf waitms_temp ; here: stores row for gas list |
124 | 4269 clrf decoplan_index ; here: SP counter |
33 | 4270 |
681 | 4271 DISP_simdata_screen3_loop: |
33 | 4272 incf wait_temp,F ; EEPROM address |
124 | 4273 incf decoplan_index,F ; Increase SP |
33 | 4274 |
4275 movlw d'25' | |
4276 addwf waitms_temp,F ; Increase row | |
4277 WIN_LEFT .0 | |
4278 movff waitms_temp,win_top ; Set Row | |
4279 | |
446 | 4280 STRCPY TXT_SP2 |
124 | 4281 movff decoplan_index,lo ; copy gas number |
33 | 4282 output_8 ; display gas number |
123 | 4283 STRCAT ": " |
33 | 4284 movff wait_temp, EEADR; SP #hi position |
4285 call read_eeprom ; get byte (stored in EEDATA) | |
4286 movff EEDATA,lo ; copy to lo | |
4287 clrf hi | |
4288 output_16dp d'3' ; outputs into Postinc2! | |
4289 call word_processor | |
4290 | |
4291 movlw d'3' ; list all three SP | |
124 | 4292 cpfseq decoplan_index ; All gases shown? |
681 | 4293 bra DISP_simdata_screen3_loop ;no |
33 | 4294 |
657
8dd730d3a5d7
show first diluent in simulator result screen (Instead of first gas)
heinrichsweikamp
parents:
655
diff
changeset
|
4295 ; Show Diluent |
8dd730d3a5d7
show first diluent in simulator result screen (Instead of first gas)
heinrichsweikamp
parents:
655
diff
changeset
|
4296 call get_first_diluent ; Read first diluent into lo(O2) and hi(He) |
33 | 4297 WIN_LEFT .0 |
34 | 4298 WIN_TOP .110 |
446 | 4299 STRCPY TXT_DIL4 |
33 | 4300 output_8 ; O2 Ratio |
123 | 4301 STRCAT "/" |
33 | 4302 movff hi,lo |
4303 output_8 ; He Ratio | |
4304 call word_processor | |
4305 | |
4306 bcf leftbind | |
4307 return ; Return (CC Mode) | |
4308 | |
398
ab962c4b19d6
Fixing issue 50, correct "Bar" to "bar" in texts and comments
heinrichsweikamp
parents:
396
diff
changeset
|
4309 adjust_depth_with_salinity: ; computes salinity setting into lo:hi [mbar] |
0 | 4310 |
4311 btfsc simulatormode_active ; Do apply salinity in Simulatormode | |
4312 return | |
4313 | |
4314 read_int_eeprom d'26' ; Read Salinity from EEPROM | |
4315 movff EEDATA, wait_temp ; salinity | |
4316 | |
4317 movlw d'105' ; 105% ? | |
4318 cpfslt wait_temp ; Salinity higher limit | |
4319 return ; Out of limit, do not adjust lo:hi | |
4320 | |
4321 movlw d'99' ; 99% ? | |
4322 cpfsgt wait_temp ; Salinity lower limit | |
4323 return ; Out of limit, do not adjust lo:hi | |
4324 | |
4325 movff lo,xA+0 | |
4326 movff hi,xA+1 | |
4327 | |
419
e671d2018e0f
0.98bar equal 10m depths with salinity set to 1.00kg/l
heinrichsweikamp
parents:
417
diff
changeset
|
4328 movlw d'102' ; 0,98bar/10m |
0 | 4329 movwf xB+0 |
4330 clrf xB+1 | |
4331 | |
4332 call mult16x16 ;xA*xB=xC (lo:hi * 100) | |
4333 | |
4334 movff wait_temp,xB+0 ; Salinity | |
4335 clrf xB+1 | |
4336 | |
4337 call div32x16 ; xC:4 / xB:2 = xC+3:xC+2 with xC+1:xC+0 as remainder | |
4338 | |
4339 movff xC+0,lo | |
4340 movff xC+1,hi ; restore lo and hi with updated value | |
4341 | |
517 | 4342 return |