Mercurial > public > mk2
comparison 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 |
comparison
equal
deleted
inserted
replaced
124:4f9f477bb452 | 125:2907b42c195b |
---|---|
91 DB .6,.6,.6,.6,.10,.6 ;t262;t263;t264;t265;t266;t267 | 91 DB .6,.6,.6,.6,.10,.6 ;t262;t263;t264;t265;t266;t267 |
92 DB .4,.8,.4,.14,.20,.18 ;t268;t269;t270;t271;t272;t273 | 92 DB .4,.8,.4,.14,.20,.18 ;t268;t269;t270;t271;t272;t273 |
93 DB .20,.14,.10,.14,.12,.16 ;t274;t275;t276;t277;t278;t279 | 93 DB .20,.14,.10,.14,.12,.16 ;t274;t275;t276;t277;t278;t279 |
94 DB .14,.10,.12,.10,.14,.12 ;t280;t281;t282;t283;t284;t285 | 94 DB .14,.10,.12,.10,.14,.12 ;t280;t281;t282;t283;t284;t285 |
95 DB .16 ;t286 | 95 DB .16 ;t286 |
96 DB .10 ;t287 Altimeter | |
96 | 97 |
97 ; Textpositions | 98 ; Textpositions |
98 ; Example: DB .4,.2 ; COLUMN=4,ROW=2 | 99 ; Example: DB .4,.2 ; COLUMN=4,ROW=2 |
99 | 100 |
100 ; Textpositions pointer | 101 ; Textpositions pointer |
403 DB .93,.170 ;283 Stopwatch | 404 DB .93,.170 ;283 Stopwatch |
404 DB .20,.95 ;284 | 405 DB .20,.95 ;284 |
405 DB .20,.125 ;285 | 406 DB .20,.125 ;285 |
406 | 407 |
407 DB .20,.155 ;286 | 408 DB .20,.155 ;286 |
409 DB .20,.155 ;287 Altimeter | |
408 | 410 |
409 ; stores texts, texts must have even length and must end with "}" | 411 ; stores texts, texts must have even length and must end with "}" |
410 text_pointer: | 412 text_pointer: |
411 DA "Building MD2 Hash}" ;1 | 413 DA "Building MD2 Hash}" ;1 |
412 DA "Please Wait...}}" ;2 | 414 DA "Please Wait...}}" ;2 |
582 DA "CNS warning [%]}" ;166 | 584 DA "CNS warning [%]}" ;166 |
583 DA "GF warning [%]}" ;167 | 585 DA "GF warning [%]}" ;167 |
584 DA "ppO2 warn [Bar]}" ;168 | 586 DA "ppO2 warn [Bar]}" ;168 |
585 DA "Vel.warn[m/min]}" ;169 | 587 DA "Vel.warn[m/min]}" ;169 |
586 DA "Time offset/day}" ;170 | 588 DA "Time offset/day}" ;170 |
587 DA "not used }" ;171 | 589 DA "Show altimeter }" ;171 |
588 DA "not used }" ;172 | 590 DA "not used }" ;172 |
589 DA "not used }" ;173 | 591 DA "not used }" ;173 |
590 DA "not used }" ;174 | 592 DA "not used }" ;174 |
591 DA "not used }" ;175 | 593 DA "not used }" ;175 |
592 DA "not used }" ;176 | 594 DA "not used }" ;176 |
711 DA "Lead Tiss.}}" ;282 l=12 | 713 DA "Lead Tiss.}}" ;282 l=12 |
712 DA "Stopwatch}" ;283 l=10 | 714 DA "Stopwatch}" ;283 l=10 |
713 DA "Reset Logbook}" ;284 l=14 | 715 DA "Reset Logbook}" ;284 l=14 |
714 DA "Reboot OSTC}" ;285 l=12 | 716 DA "Reboot OSTC}" ;285 l=12 |
715 DA "Reset Decodata}}" ;286 l=16 | 717 DA "Reset Decodata}}" ;286 l=16 |
718 DA "Altimeter}" ;287 l=10 |