Mercurial > public > hwos_code
comparison src/tft_outputs.inc @ 256:5b4ef0b9090d
place compass display code into compass_ops.asm
author | heinrichsweikamp |
---|---|
date | Mon, 23 Mar 2015 18:02:40 +0100 |
parents | 57155164faad |
children | ccb93f319e78 |
comparison
equal
deleted
inserted
replaced
255:ad62dff7739a | 256:5b4ef0b9090d |
---|---|
35 ; extern TFT_clear_customview_surfacemode | 35 ; extern TFT_clear_customview_surfacemode |
36 extern TFT_menu_hud ; Update HUD data in menu (including mV) | 36 extern TFT_menu_hud ; Update HUD data in menu (including mV) |
37 extern TFT_menu_calibrate ; Update mV data in menu | 37 extern TFT_menu_calibrate ; Update mV data in menu |
38 extern TFT_custom_text ; The custom text | 38 extern TFT_custom_text ; The custom text |
39 extern TFT_surface_tissues ; Show Tissue diagram in surface mode | 39 extern TFT_surface_tissues ; Show Tissue diagram in surface mode |
40 extern TFT_surface_compass_mask ; Compass heading mask | 40 ; extern TFT_surface_compass_mask ; Compass heading mask |
41 extern TFT_surface_compass_heading ; Compass heading value | 41 ; extern TFT_surface_compass_heading ; Compass heading value |
42 extern TFT_surface_decosettings ; Show all deco settings | 42 extern TFT_surface_decosettings ; Show all deco settings |
43 extern TFT_cat_serial ; Add serial to current string | 43 extern TFT_cat_serial ; Add serial to current string |
44 extern TFT_cat_firmware ; Add firmware version to current string | 44 extern TFT_cat_firmware ; Add firmware version to current string |
45 extern TFT_compass_show_gain ; Show the current compass gain | 45 ; extern TFT_compass_show_gain ; Show the current compass gain |
46 extern TFT_show_timeout_testmode ; Show the timeout during calibration | 46 ; extern TFT_show_timeout_testmode ; Show the timeout during calibration |
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 |
59 extern TFT_depth | 59 extern TFT_depth |
91 extern TFT_ead_end_tissues_clock_mask ; Setup Mask | 91 extern TFT_ead_end_tissues_clock_mask ; Setup Mask |
92 extern TFT_ead_end_tissues_clock ; Show EAD/END, Tissues and clock | 92 extern TFT_ead_end_tissues_clock ; Show EAD/END, Tissues and clock |
93 extern TFT_gf_mask ; Setup Mask | 93 extern TFT_gf_mask ; Setup Mask |
94 extern TFT_gf_info ; Show GF informations | 94 extern TFT_gf_info ; Show GF informations |
95 extern TFT_warning_agf ; Show a warning if aGF is selected | 95 extern TFT_warning_agf ; Show a warning if aGF is selected |
96 extern TFT_dive_compass_mask ; Compass mask | 96 ; extern TFT_dive_compass_mask ; Compass mask |
97 extern TFT_dive_compass_heading ; Compass heading | 97 ; extern TFT_dive_compass_heading ; Compass heading |
98 extern TFT_dyn_gaslist ; Show the dyn gaslist | 98 extern TFT_dyn_gaslist ; Show the dyn gaslist |
99 extern TFT_divetimeout ; Show timeout counter | 99 extern TFT_divetimeout ; Show timeout counter |
100 extern TFT_hud_voltages ; Show HUD details | 100 extern TFT_hud_voltages ; Show HUD details |
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 |