comparison src/divemode.asm @ 206:031d875200ca

always reboot display in divemode
author heinrichsweikamp
date Mon, 01 Dec 2014 17:06:53 +0100
parents 618191753d2b
children 973a0969e0ac
comparison
equal deleted inserted replaced
205:618191753d2b 206:031d875200ca
32 banksel common 32 banksel common
33 call speed_normal 33 call speed_normal
34 call diveloop_boot ; Boot tasks for all modes 34 call diveloop_boot ; Boot tasks for all modes
35 35
36 ; Startup Tasks for all modes 36 ; Startup Tasks for all modes
37 call TFT_ClearScreen ; clean up TFT 37 call TFT_boot ; Initialize TFT (includes clear screen)
38 call TFT_divemode_mask ; Display mask 38 call TFT_divemode_mask ; Display mask
39 call TFT_temp_divemode ; Displays temperature 39 call TFT_temp_divemode ; Displays temperature
40 movff customview_divemode,menupos3 ; Reload last customview 40 movff customview_divemode,menupos3 ; Reload last customview
41 call customview_mask ; Redraw last custom view 41 call customview_mask ; Redraw last custom view
42 42