comparison code_part1/OSTC_code_asm_part1/menu_custom.asm @ 576:ab2686087bce

faster font display, code cleaning
author heinrichsweikamp
date Sun, 22 Apr 2012 14:38:10 +0200
parents 101fec6a6137
children 1b021a280e15
comparison
equal deleted inserted replaced
575:cbdcbbc91877 576:ab2686087bce
202 call PLED_ClearScreen 202 call PLED_ClearScreen
203 movlw d'1' 203 movlw d'1'
204 movwf menupos 204 movwf menupos
205 205
206 bcf menubit4 206 bcf menubit4
207 bcf cursor
208 bcf sleepmode 207 bcf sleepmode
209 clrf decodata+0 ; here: # of CustomFunction 208 clrf decodata+0 ; here: # of CustomFunction
210 clrf cf32_x4 ; here: # of CustomFunction*4 209 clrf cf32_x4 ; here: # of CustomFunction*4
211 bcf first_FA ; here: =1: -, =0: + 210 bcf first_FA ; here: =1: -, =0: +
212 movlw 1 ; Stepsize: 1, 10, or 100. 211 movlw 1 ; Stepsize: 1, 10, or 100.