Mercurial > public > hwos_code
comparison src/logbook.asm @ 189:e79bc535ef9e
ignore un-calibrated sensors even if they become valid
author | heinrichsweikamp |
---|---|
date | Wed, 29 Oct 2014 12:53:01 +0100 |
parents | dcf3e08f31ac |
children | 31088352ee32 |
comparison
equal
deleted
inserted
replaced
188:ebc28381f17d | 189:e79bc535ef9e |
---|---|
197 call speed_fastest | 197 call speed_fastest |
198 WIN_BOX_BLACK .0, .240-.16, logbook_list_left-.16, logbook_list_left-.1 ;top, bottom, left, right | 198 WIN_BOX_BLACK .0, .240-.16, logbook_list_left-.16, logbook_list_left-.1 ;top, bottom, left, right |
199 | 199 |
200 WIN_LEFT logbook_list_left-.16 | 200 WIN_LEFT logbook_list_left-.16 |
201 WIN_FONT FT_SMALL | 201 WIN_FONT FT_SMALL |
202 WIN_INVERT .0 ; Init new Wordprocessor | 202 bcf win_invert ; Reset invert flag |
203 call TFT_standard_color | 203 call TFT_standard_color |
204 | 204 |
205 movff menupos,temp1 | 205 movff menupos,temp1 |
206 dcfsnz temp1,F | 206 dcfsnz temp1,F |
207 movlw d'0' | 207 movlw d'0' |