comparison code_part1/OSTC_code_asm_part1/altimeter.asm @ 134:48f12271eb18

divingmode graphs small fix in altimeter menu
author heinrichsweikamp
date Wed, 05 Jan 2011 12:40:06 +0100
parents 49bb155ddfbf
children fdebc43c8372
comparison
equal deleted inserted replaced
133:35567a646fe5 134:48f12271eb18
222 call PLED_standard_color 222 call PLED_standard_color
223 call PLED_topline_box 223 call PLED_topline_box
224 WIN_INVERT .1 ; Init new Wordprocessor 224 WIN_INVERT .1 ; Init new Wordprocessor
225 WIN_FONT .0 225 WIN_FONT .0
226 WIN_LEFT .80-7*7 226 WIN_LEFT .80-7*7
227 WIN_TOP .0 227 WIN_TOP .1
228 STRCPY_PRINT "Set Altimeter:" 228 STRCPY_PRINT "Set Altimeter:"
229 229
230 movlw 3 ; Start menu on line 3. 230 movlw 3 ; Start menu on line 3.
231 movwf menupos 231 movwf menupos
232 232