Mercurial > public > hwos_code
comparison src/tft_outputs.inc @ 104:223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
author | heinrichsweikamp |
---|---|
date | Tue, 03 Jun 2014 12:25:47 +0200 |
parents | 37275e0fa7f5 |
children | f3062a611eef |
comparison
equal
deleted
inserted
replaced
103:047629595215 | 104:223579e905c3 |
---|---|
95 extern TFT_dive_compass_mask ; Compass mask | 95 extern TFT_dive_compass_mask ; Compass mask |
96 extern TFT_dive_compass_heading ; Compass heading | 96 extern TFT_dive_compass_heading ; Compass heading |
97 extern TFT_dyn_gaslist ; Show the dyn gaslist | 97 extern TFT_dyn_gaslist ; Show the dyn gaslist |
98 extern TFT_divetimeout ; Show timeout counter | 98 extern TFT_divetimeout ; Show timeout counter |
99 extern TFT_hud_voltages ; Show HUD details | 99 extern TFT_hud_voltages ; Show HUD details |
100 extern TFT_show_safety_stop ; Show the safety stop | |
101 extern TFT_clear_decoarea ; Cleanup deco area on screen | |
100 | 102 |
101 ; Misc | 103 ; Misc |
102 extern TFT_standard_color | 104 extern TFT_standard_color |
103 extern TFT_disabled_color | 105 extern TFT_disabled_color |
104 extern TFT_attention_color | 106 extern TFT_attention_color |