diff 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
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/definitions.asm	Tue Mar 29 16:17:12 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/definitions.asm	Tue Mar 29 21:29:48 2011 +0200
@@ -44,13 +44,16 @@
 #DEFINE		FT_LARGE		.2
 
 ; Color Definitions: 8Bit RGB b'RRRGGGBB'
-;#DEFINE	color_red	b'11100000'
-#DEFINE	color_blue	b'00000011'
+#DEFINE	color_red		d'224'
+#DEFINE	color_violet	d'235'
+#DEFINE	color_blue		d'199'
 #DEFINE	color_green	b'00011100'
-;#DEFINE	color_white b'11111111'
+#DEFINE	color_yellow 	d'253'
+#DEFINE	color_white b'11111111'
 #DEFINE	color_black b'00000000'
-#DEFINE	color_deepblue b'00000001'
+#DEFINE	color_deepblue b'00000010'
 #DEFINE	color_grey	d'74'
+#DEFINE	color_cyan	d'223'
 
 #DEFINE	warn_depth		d'1'
 #DEFINE	warn_cns		d'2'