Mercurial > public > hwos_code
diff src/tft_outputs.asm @ 601:08a0162d3ca1
Fix false CNS readings in logbook
author | heinrichsweikamp |
---|---|
date | Tue, 14 Aug 2018 11:01:47 +0200 |
parents | 8a7d2d8bcd33 |
children | ca4556fb60b9 |
line wrap: on
line diff
--- a/src/tft_outputs.asm Sun Aug 12 18:18:41 2018 +0200 +++ b/src/tft_outputs.asm Tue Aug 14 11:01:47 2018 +0200 @@ -245,13 +245,13 @@ btfss hi,int_warning_flag ; is the warning flag set? bra TFT_color_code_cns_2 ; NO bcf hi,int_warning_flag ; YES - clear warning flag - bcf hi,int_attention_flag ; clear attention flag (it may be set) + bcf hi,int_attention_flag ; - clear attention flag (it may be set) bra TFT_warnings_color ; set to warning color and return TFT_color_code_cns_2: btfss hi,int_attention_flag ; is the attention flag set? bra TFT_standard_color ; NO - set to standard color and return bcf hi,int_attention_flag ; YES - clear attention flag - bra TFT_attention_color ; set to attention color and return + bra TFT_attention_color ; - set to attention color and return TFT_color_code_gf: