Mercurial > public > hwos_code
comparison src/surfmode.asm @ 189:e79bc535ef9e
ignore un-calibrated sensors even if they become valid
author | heinrichsweikamp |
---|---|
date | Wed, 29 Oct 2014 12:53:01 +0100 |
parents | ebc28381f17d |
children | dcd513840c6c |
comparison
equal
deleted
inserted
replaced
188:ebc28381f17d | 189:e79bc535ef9e |
---|---|
113 call TFT_Display_FadeOut ; Go to black screen | 113 call TFT_Display_FadeOut ; Go to black screen |
114 call TFT_ClearScreen ; Then change everything | 114 call TFT_ClearScreen ; Then change everything |
115 WIN_TOP .0 | 115 WIN_TOP .0 |
116 WIN_LEFT .0 | 116 WIN_LEFT .0 |
117 WIN_FONT FT_SMALL | 117 WIN_FONT FT_SMALL |
118 WIN_INVERT .0 ; Init new Wordprocessor | 118 bcf win_invert ; Reset invert flag |
119 | 119 |
120 ; call TFT_user_image ; Show the user image/text | 120 ; call TFT_user_image ; Show the user image/text |
121 | 121 |
122 WIN_COLOR color_lightblue | 122 WIN_COLOR color_lightblue |
123 WIN_SMALL menu_pos_column,menu_pos_row | 123 WIN_SMALL menu_pos_column,menu_pos_row |