comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 653:994a04d7ae57

2.55beta start
author heinrichsweikamp
date Fri, 12 Oct 2012 11:05:34 +0200
parents e6ac142e82b0
children a38d82918458
comparison
equal deleted inserted replaced
652:86b49e47b2f5 653:994a04d7ae57
2162 bra maxdepth_greater_99_84mtr 2162 bra maxdepth_greater_99_84mtr
2163 2163
2164 ; Display normal "xx.y" 2164 ; Display normal "xx.y"
2165 lfsr FSR2,letter 2165 lfsr FSR2,letter
2166 call PLED_standard_color 2166 call PLED_standard_color
2167 WIN_TOP .184 2167 WIN_TOP .208
2168 WIN_LEFT .0 2168 WIN_LEFT .0
2169 WIN_FONT FT_MEDIUM 2169 WIN_FONT FT_MEDIUM
2170 WIN_INVERT .0 ; Init new Wordprocessor 2170 WIN_INVERT .0 ; Init new Wordprocessor
2171 bsf leftbind 2171 bsf leftbind
2172 bsf ignore_digit5 ; do not display 1cm depth 2172 bsf ignore_digit5 ; do not display 1cm depth
2183 ; max Depth is already in hi:lo 2183 ; max Depth is already in hi:lo
2184 ; Show max depth in Full meters 2184 ; Show max depth in Full meters
2185 ; That means ignore figure 4 and 5 2185 ; That means ignore figure 4 and 5
2186 lfsr FSR2,letter 2186 lfsr FSR2,letter
2187 call PLED_standard_color 2187 call PLED_standard_color
2188 WIN_TOP .184 2188 WIN_TOP .208
2189 WIN_LEFT .0 2189 WIN_LEFT .0
2190 WIN_FONT FT_MEDIUM 2190 WIN_FONT FT_MEDIUM
2191 WIN_INVERT .0 ; Init new Wordprocessor 2191 WIN_INVERT .0 ; Init new Wordprocessor
2192 2192
2193 bsf ignore_digit4 2193 bsf ignore_digit4
2198 bcf ignore_digit4 2198 bcf ignore_digit4
2199 WIN_FONT FT_SMALL 2199 WIN_FONT FT_SMALL
2200 return 2200 return
2201 2201
2202 PLED_clear_maxdepth: 2202 PLED_clear_maxdepth:
2203 WIN_BOX_BLACK .184, .215, .0, .41 ;top, bottom, left, right 2203 WIN_BOX_BLACK .208, .239, .0, .41 ;top, bottom, left, right
2204 bsf maxdepth_greater_100m ; Set Flag 2204 bsf maxdepth_greater_100m ; Set Flag
2205 return 2205 return
2206 2206
2207 PLED_divemins: 2207 PLED_divemins:
2208 btfsc menubit ; Divemode menu active? 2208 btfsc menubit ; Divemode menu active?