comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 248:571626276aaa

Logbook now shows gas changes in depth profile
author heinrichsweikamp
date Tue, 29 Mar 2011 21:29:48 +0200
parents 3ed240d60341
children 3a4096f32526
comparison
equal deleted inserted replaced
247:ce869aad7440 248:571626276aaa
42 #DEFINE FT_SMALL .0 42 #DEFINE FT_SMALL .0
43 #DEFINE FT_MEDIUM .1 43 #DEFINE FT_MEDIUM .1
44 #DEFINE FT_LARGE .2 44 #DEFINE FT_LARGE .2
45 45
46 ; Color Definitions: 8Bit RGB b'RRRGGGBB' 46 ; Color Definitions: 8Bit RGB b'RRRGGGBB'
47 ;#DEFINE color_red b'11100000' 47 #DEFINE color_red d'224'
48 #DEFINE color_blue b'00000011' 48 #DEFINE color_violet d'235'
49 #DEFINE color_blue d'199'
49 #DEFINE color_green b'00011100' 50 #DEFINE color_green b'00011100'
50 ;#DEFINE color_white b'11111111' 51 #DEFINE color_yellow d'253'
52 #DEFINE color_white b'11111111'
51 #DEFINE color_black b'00000000' 53 #DEFINE color_black b'00000000'
52 #DEFINE color_deepblue b'00000001' 54 #DEFINE color_deepblue b'00000010'
53 #DEFINE color_grey d'74' 55 #DEFINE color_grey d'74'
56 #DEFINE color_cyan d'223'
54 57
55 #DEFINE warn_depth d'1' 58 #DEFINE warn_depth d'1'
56 #DEFINE warn_cns d'2' 59 #DEFINE warn_cns d'2'
57 #DEFINE warn_gf d'3' 60 #DEFINE warn_gf d'3'
58 #DEFINE warn_ppo2 d'4' 61 #DEFINE warn_ppo2 d'4'