Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/menu_logbook.asm @ 130:d721b49b8934
Fixed profile view (Logbook)
author | Heinrichsweikamp |
---|---|
date | Tue, 04 Jan 2011 17:41:13 +0100 |
parents | 6a94f96e9cea |
children | 8b75ba28d641 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/menu_logbook.asm Tue Jan 04 16:32:28 2011 +0100 +++ b/code_part1/OSTC_code_asm_part1/menu_logbook.asm Tue Jan 04 17:41:13 2011 +0100 @@ -583,6 +583,7 @@ cpfseq apnoe_mins ; xC+0 = apone_mins? bra profile_display_fill2 ; No! return + profile_display_fill2: movf xC+0,W cpfsgt apnoe_mins ; apnoe_mins>xC+0? @@ -594,6 +595,7 @@ decf xC+1,F movf xC+1,W ; Row call PLED_SetRow ; 0...259 + call PLED_standard_color call PLED_PxlWrite_Single; Write one Pixel @@ -608,6 +610,7 @@ decf xC+1,F movf xC+1,W ; Row call PLED_SetRow ; 0...259 + call PLED_standard_color call PLED_PxlWrite_Single; Write one Pixel