Mercurial > public > hwos_code
comparison src/menu_processor.asm @ 189:e79bc535ef9e
ignore un-calibrated sensors even if they become valid
author | heinrichsweikamp |
---|---|
date | Wed, 29 Oct 2014 12:53:01 +0100 |
parents | 669b5d00706d |
children | e1e5876bd777 |
comparison
equal
deleted
inserted
replaced
188:ebc28381f17d | 189:e79bc535ef9e |
---|---|
565 clrf WREG | 565 clrf WREG |
566 movff WREG,buffer+.10 | 566 movff WREG,buffer+.10 |
567 | 567 |
568 call aa_wordprocessor ; Draw the line! | 568 call aa_wordprocessor ; Draw the line! |
569 | 569 |
570 movlw .0 | 570 banksel common |
571 movff WREG,win_invert ; Reset invert flag | 571 bcf win_invert ; Reset invert flag |
572 banksel win_top | |
572 | 573 |
573 movlw .24 ; Divemode menu spacing | 574 movlw .24 ; Divemode menu spacing |
574 addwf win_top,F | 575 addwf win_top,F |
575 incf menu_item,F ; inc loop counter | 576 incf menu_item,F ; inc loop counter |
576 | 577 |