comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 452:05ec97e106da

Minor changes: Tp? curve in orange. Ceilling stippled area.
author JeanDo
date Fri, 19 Aug 2011 00:56:27 +0200
parents 26e5bb28891d
children 38b38b105782
comparison
equal deleted inserted replaced
451:f6f818edf333 452:05ec97e106da
62 #DEFINE color_white b'11111111' ; (7,7,3) 62 #DEFINE color_white b'11111111' ; (7,7,3)
63 #DEFINE color_black b'00000000' ; (0,0,0) 63 #DEFINE color_black b'00000000' ; (0,0,0)
64 #DEFINE color_deepblue b'00000010' ; (0,0,2) 64 #DEFINE color_deepblue b'00000010' ; (0,0,2)
65 #DEFINE color_grey b'01001010' ; (2,2,2) 65 #DEFINE color_grey b'01001010' ; (2,2,2)
66 #DEFINE color_cyan b'11011111' ; (6,7,3) 66 #DEFINE color_cyan b'11011111' ; (6,7,3)
67 #DEFINE color orange b'11111000' ; (7,6,0) 67 #DEFINE color_orange b'11111000' ; (7,6,0)
68 #DEFINE color_pink b'11111010' ; (7,6,2) 68 #DEFINE color_pink b'11111010' ; (7,6,2)
69 69
70 #DEFINE warn_depth d'1' 70 #DEFINE warn_depth d'1'
71 #DEFINE warn_cns d'2' 71 #DEFINE warn_cns d'2'
72 #DEFINE warn_gf d'3' 72 #DEFINE warn_gf d'3'