Mercurial > public > mk2
changeset 462:32e1174fb89e
move ppO2 display two pixels up
author | heinrichsweikamp |
---|---|
date | Sun, 25 Sep 2011 10:30:53 +0200 |
parents | 68d595db29a1 |
children | 86fc79735d3b 6ad9af3a5771 5546da23afab |
files | code_part1/OSTC_code_asm_part1/pled_outputs.asm code_part1/OSTC_code_c_part2/p2_deco.o |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/pled_outputs.asm Fri Sep 23 01:32:17 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/pled_outputs.asm Sun Sep 25 10:30:53 2011 +0200 @@ -1062,7 +1062,7 @@ PLED_show_ppO2: ; Show ppO2 (ppO2 stored in xC) ostc_debug 't' ; Sends debug-information to screen if debugmode active - WIN_TOP .119 + WIN_TOP .117 WIN_LEFT .0 WIN_FONT FT_SMALL PLED_color_code warn_ppo2 ; Color-code output (ppO2 stored in xC) @@ -1089,7 +1089,7 @@ PLED_show_ppO2_clear: ; Clear ppO2 movlw d'10' movwf temp1 - WIN_TOP .120 + WIN_TOP .117 WIN_LEFT .0 call PLED_display_clear_common_y1 return