comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 13:3b30cd739782

1.53 beta rc2
author heinrichsweikamp
date Thu, 25 Mar 2010 22:16:19 +0100
parents 588a969a0cae
children 6d1177291d38
comparison
equal deleted inserted replaced
12:588a969a0cae 13:3b30cd739782
51 #DEFINE color_green b'00011100' 51 #DEFINE color_green b'00011100'
52 ;#DEFINE color_white b'11111111' 52 ;#DEFINE color_white b'11111111'
53 #DEFINE color_black b'00000000' 53 #DEFINE color_black b'00000000'
54 #DEFINE color_deepblue b'00000001' 54 #DEFINE color_deepblue b'00000001'
55 #DEFINE color_grey d'73' 55 #DEFINE color_grey d'73'
56
57 #DEFINE plus_time_correction d'42'
56 58
57 59
58 ;Configuration bits 60 ;Configuration bits
59 CONFIG OSC = IRCIO67 ;Internal oscillator block, port function on RA6 and RA7 61 CONFIG OSC = IRCIO67 ;Internal oscillator block, port function on RA6 and RA7
60 CONFIG FCMEN = OFF ;Fail-Safe Clock Monitor disabled 62 CONFIG FCMEN = OFF ;Fail-Safe Clock Monitor disabled
612 #DEFINE better_gas_available flag14,6 ;=1: A better gas is available and a gas change is advised in divemode 614 #DEFINE better_gas_available flag14,6 ;=1: A better gas is available and a gas change is advised in divemode
613 #DEFINE displaytext_invert flag14,7 ;=1: inverts word prozessor output 615 #DEFINE displaytext_invert flag14,7 ;=1: inverts word prozessor output
614 616
615 #DEFINE restore_deco_data flag15,0 ;=1: Restore Decodata after the dive from 0x380 buffer 617 #DEFINE restore_deco_data flag15,0 ;=1: Restore Decodata after the dive from 0x380 buffer
616 #DEFINE uart_store_tissue_data flag15,1 ;=1: Store tissue data for next simualted dive! 618 #DEFINE uart_store_tissue_data flag15,1 ;=1: Store tissue data for next simualted dive!
617 ;free 619 #DEFINE pre_dive_screen flag15,2 ;=1: Show predive screen instead of graphs
618 ;free 620 ;free
619 #DEFINE display_see_l_tissue flag15,4 ;=1: Leading Tissue details are now displayed 621 #DEFINE display_see_l_tissue flag15,4 ;=1: Leading Tissue details are now displayed
620 ;free 622 ;free
621 ;free 623 ;free
622 #DEFINE show_interval flag15,7 ;=1: Show Interval, =0: Show Clock in Surfacemode 624 #DEFINE show_interval flag15,7 ;=1: Show Interval, =0: Show Clock in Surfacemode