Mercurial > public > hwos_code
comparison src/tft_outputs.asm @ 353:573f2251cf49
NEW: Quit Simulator automatically when starting a real dive
author | heinrichsweikamp |
---|---|
date | Tue, 28 Jul 2015 16:32:55 +0200 |
parents | 0740bd920c51 |
children | ca32cf2435c6 |
comparison
equal
deleted
inserted
replaced
352:5c6da9fa5cb0 | 353:573f2251cf49 |
---|---|
554 call TFT_draw_gassep_line | 554 call TFT_draw_gassep_line |
555 endif | 555 endif |
556 | 556 |
557 call TFT_standard_color | 557 call TFT_standard_color |
558 return | 558 return |
559 | |
560 global TFT_clear_customview_divemode | |
561 TFT_clear_customview_divemode: | |
562 WIN_BOX_BLACK dm_customview_row, dm_customview_bot, dm_customview_column, dm_customview_rgt ; top, bottom, left, right | |
563 return | |
564 | 559 |
565 global TFT_draw_gassep_line | 560 global TFT_draw_gassep_line |
566 TFT_draw_gassep_line: | 561 TFT_draw_gassep_line: |
567 btfsc FLAG_apnoe_mode ; Ignore in Apnoe mode | 562 btfsc FLAG_apnoe_mode ; Ignore in Apnoe mode |
568 return | 563 return |