Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 3:3cf8af30b36e
v1.51 beta
author | heinrichsweikamp |
---|---|
date | Thu, 04 Feb 2010 14:56:12 +0100 |
parents | d11ef8dc4b2c |
children | 2b5c52ae3923 |
comparison
equal
deleted
inserted
replaced
2:d11ef8dc4b2c | 3:3cf8af30b36e |
---|---|
47 | 47 |
48 ; Color Definitions: 8Bit RGB b'RRRGGGBB' | 48 ; Color Definitions: 8Bit RGB b'RRRGGGBB' |
49 #DEFINE color_red b'11100000' | 49 #DEFINE color_red b'11100000' |
50 #DEFINE color_blue b'00000011' | 50 #DEFINE color_blue b'00000011' |
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 | 56 |
57 | 57 |
602 #DEFINE display_set_setpoint flag13,6 ;=1: SetPoint list active | 602 #DEFINE display_set_setpoint flag13,6 ;=1: SetPoint list active |
603 #DEFINE divemode_menu_page flag13,7 ;=1: Use 2nd Page of Divemode Menu | 603 #DEFINE divemode_menu_page flag13,7 ;=1: Use 2nd Page of Divemode Menu |
604 | 604 |
605 #DEFINE enter_error_sleep flag14,0 ;=1: Sleep immediately displaying the error using LED codes | 605 #DEFINE enter_error_sleep flag14,0 ;=1: Sleep immediately displaying the error using LED codes |
606 #DEFINE stopwatch_active flag14,1 ;=1: Show Stopwatch in Divemode | 606 #DEFINE stopwatch_active flag14,1 ;=1: Show Stopwatch in Divemode |
607 ;free | 607 #DEFINE is_bailout flag14,2 ;=1: CC mode, but bailout active! |
608 #DEFINE standalone_simulator flag14,3 ;=1: Standalone Simulator active | 608 #DEFINE standalone_simulator flag14,3 ;=1: Standalone Simulator active |
609 #DEFINE display_set_simulator flag14,4 ;=1: Show Divemode simulator menu | 609 #DEFINE display_set_simulator flag14,4 ;=1: Show Divemode simulator menu |
610 #DEFINE displaytext_high flag14,5 ;=1: Show/Use Texts 255-511 in Texttable | 610 #DEFINE displaytext_high flag14,5 ;=1: Show/Use Texts 255-511 in Texttable |
611 ;free | 611 ;free |
612 #DEFINE displaytext_invert flag14,7 ;=1: inverts word prozessor output | 612 #DEFINE displaytext_invert flag14,7 ;=1: inverts word prozessor output |
613 | 613 |
614 #DEFINE restore_deco_data flag15,0 ;=1: Restore Decodata after the dive from 0x380 buffer | 614 #DEFINE restore_deco_data flag15,0 ;=1: Restore Decodata after the dive from 0x380 buffer |
615 #DEFINE uart_store_tissue_data flag15,1 ;=1: Store tissue data for next simualted dive! | 615 #DEFINE uart_store_tissue_data flag15,1 ;=1: Store tissue data for next simualted dive! |
616 ;free | 616 ;free |
617 #DEFINE flip_display flag15,3 ;=1: Flip Display | 617 ;free |
618 #DEFINE display_see_l_tissue flag15,4 ;=1: Leading Tissue details are now displayed | 618 #DEFINE display_see_l_tissue flag15,4 ;=1: Leading Tissue details are now displayed |
619 ;free | 619 ;free |
620 ;free | 620 ;free |
621 #DEFINE show_interval flag15,7 ;=1: Show Interval, =0: Show Clock in Surfacemode | 621 #DEFINE show_interval flag15,7 ;=1: Show Interval, =0: Show Clock in Surfacemode |
622 | 622 |