Mercurial > public > hwos_code
comparison src/tft_outputs.inc @ 145:e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
author | heinrichsweikamp |
---|---|
date | Tue, 05 Aug 2014 16:55:09 +0200 |
parents | 35b9da423de6 |
children | 669b5d00706d |
comparison
equal
deleted
inserted
replaced
144:b839972db982 | 145:e3ac5b2021bc |
---|---|
47 ; Menu | 47 ; Menu |
48 extern TFT_LogOffset_Logtitle | 48 extern TFT_LogOffset_Logtitle |
49 extern TFT_show_color_schemes ; Yes, update the color schemes | 49 extern TFT_show_color_schemes ; Yes, update the color schemes |
50 | 50 |
51 ; Debug and useless stuff | 51 ; Debug and useless stuff |
52 extern TFT_update_raw_data | 52 ; extern TFT_update_raw_data |
53 extern TFT_update_raw_data2 | 53 ; extern TFT_update_raw_data2 |
54 extern TFT_compass_fast | 54 extern TFT_compass_fast |
55 | 55 |
56 ; Dive mode | 56 ; Dive mode |
57 extern TFT_display_cns | 57 extern TFT_display_cns |
58 extern TFT_divemins | 58 extern TFT_divemins |
101 extern TFT_show_safety_stop ; Show the safety stop | 101 extern TFT_show_safety_stop ; Show the safety stop |
102 extern TFT_clear_decoarea ; Cleanup deco area on screen | 102 extern TFT_clear_decoarea ; Cleanup deco area on screen |
103 extern TFT_ceiling_mask ; The ceiling mask | 103 extern TFT_ceiling_mask ; The ceiling mask |
104 extern TFT_ceiling ; Ceiling | 104 extern TFT_ceiling ; Ceiling |
105 extern TFT_clear_safety_stop ; Clear safety stop | 105 extern TFT_clear_safety_stop ; Clear safety stop |
106 extern TFT_warning_fallback ; Show fallback warning | |
106 | 107 |
107 ; Misc | 108 ; Misc |
108 extern TFT_standard_color | 109 extern TFT_standard_color |
109 extern TFT_disabled_color | 110 extern TFT_disabled_color |
110 extern TFT_attention_color | 111 extern TFT_attention_color |