Mercurial > public > hwos_code
comparison src/surfmode.asm @ 39:e4e91fe8b09d
remember last customview in dive and surface mode
author | mh@mh-THINK.fritz.box |
---|---|
date | Thu, 15 Aug 2013 13:55:55 +0200 |
parents | 11d4fc797f74 |
children | 7c7d7644ca37 |
comparison
equal
deleted
inserted
replaced
38:64976f1e0a1c | 39:e4e91fe8b09d |
---|---|
131 call get_battery_voltage ; get battery voltage | 131 call get_battery_voltage ; get battery voltage |
132 call TFT_update_batt_voltage ; display battery voltage | 132 call TFT_update_batt_voltage ; display battery voltage |
133 call TFT_update_surf_press ; display surface pressure | 133 call TFT_update_surf_press ; display surface pressure |
134 call TFT_temp_surfmode ; Displays temperature | 134 call TFT_temp_surfmode ; Displays temperature |
135 call TFT_display_decotype_surface | 135 call TFT_display_decotype_surface |
136 extern surf_customview_mask | 136 movff customview_surfmode,menupos3 ; Reload last customview |
137 call surf_customview_mask ; Update #menupos3 view | 137 call surf_customview_mask ; Update #menupos3 view |
138 | 138 |
139 WIN_TOP .0 | 139 WIN_TOP .0 |
140 WIN_LEFT .70 | 140 WIN_LEFT .70 |
141 movlw LOW(ostc3_logo_block) | 141 movlw LOW(ostc3_logo_block) |