Mercurial > public > hwos_code
comparison src/customview.inc @ 604:ca4556fb60b9
bump to 2.99beta, work on 3.00 stable
author | heinrichsweikamp |
---|---|
date | Thu, 22 Nov 2018 19:47:26 +0100 |
parents | b7eb98dbd800 |
children | c40025d8e750 |
comparison
equal
deleted
inserted
replaced
603:00b24fb4324d | 604:ca4556fb60b9 |
---|---|
1 ;============================================================================= | 1 ;============================================================================= |
2 ; | 2 ; |
3 ; File customview.inc | 3 ; File customview.inc V2.99d |
4 ; | 4 ; |
5 ; Customview for divemode and surfacemode | 5 ; Customview for divemode and surfacemode |
6 ; | 6 ; |
7 ; Copyright (c) 2011, Matthias Heinrichs, HeinrichsWeikamp, all right reserved. | 7 ; Copyright (c) 2011, Matthias Heinrichs, HeinrichsWeikamp, all right reserved. |
8 ;============================================================================= | 8 ;============================================================================= |
9 ; HISTORY | 9 ; HISTORY |
10 ; 2011-08-10 : [mH] Import into hwOS sources | 10 ; 2011-08-10 : [mH] Import into hwOS sources |
11 | 11 |
12 ; Dive mode | 12 ; Dive mode |
13 extern customview_toggle | 13 extern customview_toggle |
14 extern customview_second | 14 extern customview_second |
15 extern customview_minute | 15 extern customview_minute |
16 extern customview_show_mix ; Put "Nxlo", "Txlo/hi", "Air" or "O2" into Postinc2 | 16 extern customview_show_mix ; put "Nxlo", "Txlo/hi", "Air" or "O2" into Postinc2 |
17 extern customview_show_change_depth ; Put " in lo m" or " in lo ft" into Postinc2 | 17 extern menuview_toggle |
18 extern menuview_toggle | 18 extern menuview_toggle_reset |
19 extern menuview_toggle_reset | 19 extern customview_mask |
20 extern customview_mask | 20 extern customview_mask_alternative |
21 | 21 extern customview_alternative_second |
22 extern customview_alternative_second | 22 extern switch_layout_to_normal |
23 | 23 |
24 ; Surface mode | 24 ; Surface mode |
25 extern surf_customview_toggle | 25 extern surf_customview_toggle |
26 extern surf_customview_mask | 26 extern surf_customview_mask |
27 | 27 |
28 ; extern surf_customview_second | 28 |
29 ; extern surf_customview_minute | 29 |
30 | |
31 | |
32 | |
33 |