Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 111:ed7826c740a0
1.74beta rc1
author | heinrichsweikamp |
---|---|
date | Wed, 22 Dec 2010 09:37:24 +0100 |
parents | a2b9eca1f396 |
children | e39a6415df3d |
comparison
equal
deleted
inserted
replaced
110:8aa8acada0fd | 111:ed7826c740a0 |
---|---|
643 #DEFINE depth_greater_100m flag13,5 ;=1: Depth is greater then 100m | 643 #DEFINE depth_greater_100m flag13,5 ;=1: Depth is greater then 100m |
644 #DEFINE display_set_setpoint flag13,6 ;=1: SetPoint list active | 644 #DEFINE display_set_setpoint flag13,6 ;=1: SetPoint list active |
645 #DEFINE toggle_customview flag13,7 ;=1: Next customview | 645 #DEFINE toggle_customview flag13,7 ;=1: Next customview |
646 | 646 |
647 #DEFINE enter_error_sleep flag14,0 ;=1: Sleep immediately displaying the error using LED codes | 647 #DEFINE enter_error_sleep flag14,0 ;=1: Sleep immediately displaying the error using LED codes |
648 #DEFINE stopwatch_active flag14,1 ;=1: Show Stopwatch in Divemode | 648 ;unused flag14,1 ;=1: |
649 #DEFINE is_bailout flag14,2 ;=1: CC mode, but bailout active! | 649 #DEFINE is_bailout flag14,2 ;=1: CC mode, but bailout active! |
650 #DEFINE standalone_simulator flag14,3 ;=1: Standalone Simulator active | 650 #DEFINE standalone_simulator flag14,3 ;=1: Standalone Simulator active |
651 #DEFINE display_set_simulator flag14,4 ;=1: Show Divemode simulator menu | 651 #DEFINE display_set_simulator flag14,4 ;=1: Show Divemode simulator menu |
652 #DEFINE displaytext_high flag14,5 ;=1: Show/Use Texts 255-511 in Texttable | 652 #DEFINE displaytext_high flag14,5 ;=1: Show/Use Texts 255-511 in Texttable |
653 #DEFINE better_gas_available flag14,6 ;=1: A better gas is available and a gas change is advised in divemode | 653 #DEFINE better_gas_available flag14,6 ;=1: A better gas is available and a gas change is advised in divemode |
654 #DEFINE displaytext_invert flag14,7 ;=1: inverts word prozessor output | 654 #DEFINE displaytext_invert flag14,7 ;=1: inverts word prozessor output |
655 | 655 |
656 #DEFINE restore_deco_data flag15,0 ;=1: Restore Decodata after the dive from 0x380 buffer | 656 #DEFINE restore_deco_data flag15,0 ;=1: Restore Decodata after the dive from 0x380 buffer |
657 #DEFINE uart_store_tissue_data flag15,1 ;=1: Store tissue data for next simualted dive! | 657 #DEFINE uart_store_tissue_data flag15,1 ;=1: Store tissue data for next simualted dive! |
658 ;unused flag15,2 ;=1: | 658 #DEFINE reset_average_depth flag15,2 ;=1: Average Depth will be resetted |
659 #DEFINE blinking_better_gas flag15,3 ;=1: Gas is currently blinking | 659 #DEFINE blinking_better_gas flag15,3 ;=1: Gas is currently blinking |
660 #DEFINE menu3_active flag15,4 ;=1: menu entry three in divemode menu is active | 660 #DEFINE menu3_active flag15,4 ;=1: menu entry three in divemode menu is active |
661 #DEFINE lock_stopwatch_reset flag15,5 ;=1: Locks the Reset of the Stopwtach/Average depth for 1 second | 661 ;unused flag15,5 ;=1: |
662 #DEFINE maxdepth_greater_100m flag15,6 ;=1: Max Depth greater>100m | 662 #DEFINE maxdepth_greater_100m flag15,6 ;=1: Max Depth greater>100m |
663 #DEFINE show_interval flag15,7 ;=1: Show Interval, =0: Show Clock in Surfacemode | 663 ;unused flag15,7 ;=1: |
664 | 664 |