comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 17:68825abc35f7

1.55beta rc1
author heinrichsweikamp
date Sun, 11 Apr 2010 20:16:47 +0200
parents 6d1177291d38
children 07e7ca48b49d
comparison
equal deleted inserted replaced
16:01510acaeb11 17:68825abc35f7
21 ; ToDo: 21 ; ToDo:
22 22
23 ;#DEFINE NO_SENSOR_MODE ; uses Dummy values 23 ;#DEFINE NO_SENSOR_MODE ; uses Dummy values
24 24
25 #DEFINE softwareversion_x d'1' ; Software version XX.YY 25 #DEFINE softwareversion_x d'1' ; Software version XX.YY
26 #DEFINE softwareversion_y d'54' ; Software version XX.YY 26 #DEFINE softwareversion_y d'55' ; Software version XX.YY
27 27
28 #DEFINE max_custom_number d'41' ; Number of last used custom function 28 #DEFINE max_custom_number d'41' ; Number of last used custom function
29 29
30 #DEFINE logbook_profile_version 0x20 ; Do not touch! 30 #DEFINE logbook_profile_version 0x20 ; Do not touch!
31 31
39 #DEFINE binary_cf1 d'31' 39 #DEFINE binary_cf1 d'31'
40 #DEFINE binary_cf2 d'38' 40 #DEFINE binary_cf2 d'38'
41 #DEFINE binary_cf3 d'39' 41 #DEFINE binary_cf3 d'39'
42 #DEFINE binary_cf4 d'40' 42 #DEFINE binary_cf4 d'40'
43 #DEFINE binary_cf5 d'41' 43 #DEFINE binary_cf5 d'41'
44 #DEFINE binary_cf6 d'42'
44 45
45 #DEFINE wp_fontwidth .14 46 #DEFINE wp_fontwidth .14
46 #DEFINE wp_fontheight .24 47 #DEFINE wp_fontheight .24
47 48
48 ; Color Definitions: 8Bit RGB b'RRRGGGBB' 49 ; Color Definitions: 8Bit RGB b'RRRGGGBB'
50 #DEFINE color_blue b'00000011' 51 #DEFINE color_blue b'00000011'
51 #DEFINE color_green b'00011100' 52 #DEFINE color_green b'00011100'
52 ;#DEFINE color_white b'11111111' 53 ;#DEFINE color_white b'11111111'
53 #DEFINE color_black b'00000000' 54 #DEFINE color_black b'00000000'
54 #DEFINE color_deepblue b'00000001' 55 #DEFINE color_deepblue b'00000001'
55 #DEFINE color_grey d'73' 56 #DEFINE color_grey d'74'
56 57
57 #DEFINE plus_time_correction d'42' 58 #DEFINE plus_time_correction d'42'
58 59
59 60
60 ;Configuration bits 61 ;Configuration bits
615 #DEFINE displaytext_invert flag14,7 ;=1: inverts word prozessor output 616 #DEFINE displaytext_invert flag14,7 ;=1: inverts word prozessor output
616 617
617 #DEFINE restore_deco_data flag15,0 ;=1: Restore Decodata after the dive from 0x380 buffer 618 #DEFINE restore_deco_data flag15,0 ;=1: Restore Decodata after the dive from 0x380 buffer
618 #DEFINE uart_store_tissue_data flag15,1 ;=1: Store tissue data for next simualted dive! 619 #DEFINE uart_store_tissue_data flag15,1 ;=1: Store tissue data for next simualted dive!
619 #DEFINE pre_dive_screen flag15,2 ;=1: Show predive screen instead of graphs 620 #DEFINE pre_dive_screen flag15,2 ;=1: Show predive screen instead of graphs
620 ;free 621 #DEFINE blinking_better_gas flag15,3 ;=1: Gas is currently blinking
621 #DEFINE display_see_l_tissue flag15,4 ;=1: Leading Tissue details are now displayed 622 #DEFINE display_see_l_tissue flag15,4 ;=1: Leading Tissue details are now displayed
622 ;free 623 ;free
623 ;free 624 ;free
624 #DEFINE show_interval flag15,7 ;=1: Show Interval, =0: Show Clock in Surfacemode 625 #DEFINE show_interval flag15,7 ;=1: Show Interval, =0: Show Clock in Surfacemode
625 626