diff code_part1/OSTC_code_asm_part1/text_table.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 e0f29e20bd24
children 06c4899ddb4b
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/text_table.asm	Sat Jan 01 01:57:50 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/text_table.asm	Wed Dec 29 01:41:13 2010 +0100
@@ -93,6 +93,7 @@
 	DB	.20,.14,.10,.14,.12,.16	;t274;t275;t276;t277;t278;t279
 	DB	.14,.10,.12,.10,.14,.12	;t280;t281;t282;t283;t284;t285
 	DB	.16						;t286
+	DB  .10                     ;t287 Altimeter
 
 ; Textpositions
 ; Example: DB	.4,.2	; COLUMN=4,ROW=2
@@ -405,6 +406,7 @@
 	DB	.20,.125			;285
 
 	DB	.20,.155			;286
+    DB  .20,.155            ;287    Altimeter
 
 ; stores texts, texts must have even length and must end with "}"	
 text_pointer:
@@ -584,7 +586,7 @@
 	DA	"ppO2 warn [Bar]}"		;168
 	DA	"Vel.warn[m/min]}"		;169
 	DA	"Time offset/day}"		;170
-	DA	"not used       }"		;171
+	DA	"Show altimeter }"		;171
 	DA	"not used       }"		;172
 	DA	"not used       }"		;173
 	DA	"not used       }"		;174
@@ -712,4 +714,5 @@
 	DA	"Stopwatch}"			;283		l=10
 	DA	"Reset Logbook}"		;284		l=14
 	DA	"Reboot OSTC}"			;285		l=12
-	DA	"Reset Decodata}}"		;286		l=16
\ No newline at end of file
+	DA	"Reset Decodata}}"		;286		l=16
+    DA	"Altimeter}"    		;287		l=10
\ No newline at end of file