0
|
1 ;=============================================================================
|
|
2 ;
|
|
3 ; File customview.inc
|
|
4 ;
|
|
5 ; Customview for divemode and surfacemode
|
|
6 ;
|
|
7 ; Copyright (c) 2011, Matthias Heinrichs, HeinrichsWeikamp, all right reserved.
|
|
8 ;=============================================================================
|
|
9 ; HISTORY
|
|
10 ; 2011-08-10 : [mH] Import into OSTC3 sources
|
|
11
|
|
12 ; Dive mode
|
|
13 extern customview_toggle
|
|
14 extern customview_second
|
|
15 extern customview_minute
|
|
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
|
|
18 extern menuview_toggle
|
|
19 extern menuview_toggle_reset
|
|
20
|
|
21 ; Surface mode
|
|
22 extern surf_customview_toggle
|
|
23
|
|
24 ; extern surf_customview_second
|
|
25 ; extern surf_customview_minute
|