Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/MAIN.ASM @ 125:2907b42c195b
Altimeter:
- use H = 19902 log10(P0/P)
- Interface to select sea level mbars.
- Average over 32 values, using 1/16 of mbar.
- Display in customview area.
- Fix display ****m when not yet computed
- Fix reset when exiting sleep mode
- Fix : edit menu in 1/4 of mbar.
- Fix use CF#49 to enable/disable altimeter, also in altimeter menu.
- Fix visible in Menu 2
author | JeanDo |
---|---|
date | Wed, 29 Dec 2010 01:41:13 +0100 |
parents | 6a94f96e9cea |
children | 06c4899ddb4b |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/MAIN.ASM Sat Jan 01 01:57:50 2011 +0100 +++ b/code_part1/OSTC_code_asm_part1/MAIN.ASM Wed Dec 29 01:41:13 2010 +0100 @@ -118,6 +118,7 @@ #include customview.asm ; Customview for divemode #include strings.asm ; Basic string operations +#include altimeter.asm ;============================================================================= #include dive_icons.asm ; Draw dive type icons in surface mode.