Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/menu_logbook.asm @ 3:3cf8af30b36e
v1.51 beta
author | heinrichsweikamp |
---|---|
date | Thu, 04 Feb 2010 14:56:12 +0100 |
parents | 96a35aeda5f2 |
children | 68825abc35f7 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/menu_logbook.asm Wed Jan 20 15:17:37 2010 +0100 +++ b/code_part1/OSTC_code_asm_part1/menu_logbook.asm Thu Feb 04 14:56:12 2010 +0100 @@ -568,7 +568,7 @@ incf timeout_counter3,F movf timeout_counter3,W call PLED_SetColumnPixel ; pixel x2 - WIN_COLOR color_white + call PLED_standard_color call PLED_PxlWrite ; Write two pixels profile_display_skip_loop1: ; skips readings! @@ -635,7 +635,8 @@ decf xC+1,F movf xC+1,W ; Row call PLED_SetRow ; 0...259 - WIN_COLOR color_white + call PLED_standard_color + call PLED_PxlWrite_Single; Write one Pixel movf xC+0,W cpfseq xC+1 ; Loop until xC+1=xC+0 @@ -648,7 +649,8 @@ decf xC+1,F movf xC+1,W ; Row call PLED_SetRow ; 0...259 - WIN_COLOR color_white + call PLED_standard_color + call PLED_PxlWrite_Single; Write one Pixel movf apnoe_mins,W cpfseq xC+1 ; Loop until xC+1=apnoe_mins