Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/outputs.asm @ 781:9635f6276c3e
Graphical velocity on by default
author | heinrichsweikamp |
---|---|
date | Mon, 02 Jun 2014 12:55:38 +0200 |
parents | de7fa2316913 |
children | b0c96aaa86e4 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/outputs.asm Mon May 26 23:15:59 2014 +0200 +++ b/code_part1/OSTC_code_asm_part1/outputs.asm Mon Jun 02 12:55:38 2014 +0200 @@ -594,7 +594,7 @@ btfss STATUS,N bra DISP_show_gas_change_countdown2 bcf gaschange_cnt_active ; Clear flag - WIN_TOP .86 + WIN_TOP .91 WIN_LEFT .64 WIN_FONT FT_SMALL movlw d'4' @@ -611,7 +611,7 @@ return ; Yes, do not show movlw color_yellow ; show in yellow call DISP_set_color - WIN_TOP .86 + WIN_TOP .91 WIN_LEFT .64 WIN_FONT FT_SMALL WIN_INVERT .0 ; Init new Wordprocessor