Mercurial > public > hwos_code
comparison src/customview.asm @ 119:2acf3d068fae
Do not show "GF info" for non-GF modes
author | heinrichsweikamp |
---|---|
date | Fri, 27 Jun 2014 10:44:06 +0200 |
parents | 0aaa4877ba25 |
children | d076e9c02438 |
comparison
equal
deleted
inserted
replaced
118:abd30446e1cd | 119:2acf3d068fae |
---|---|
368 customview_init_view5: | 368 customview_init_view5: |
369 btfsc FLAG_apnoe_mode ; In Apnoe mode? | 369 btfsc FLAG_apnoe_mode ; In Apnoe mode? |
370 bra customview_toggle ; Yes, Call next view... | 370 bra customview_toggle ; Yes, Call next view... |
371 btfsc FLAG_gauge_mode ; In Gauge mode? | 371 btfsc FLAG_gauge_mode ; In Gauge mode? |
372 bra customview_toggle ; Yes, Call next view... | 372 bra customview_toggle ; Yes, Call next view... |
373 | |
374 extern char_I_deco_model | |
375 TSTOSS char_I_deco_model ; 0 = ZH-L16, 1 = ZH-L16-GF | |
376 bra customview_toggle ; No GF info for non-GF modes | |
377 | |
373 call TFT_gf_mask ; Setup Mask | 378 call TFT_gf_mask ; Setup Mask |
374 call TFT_gf_info ; Show GF informations | 379 call TFT_gf_info ; Show GF informations |
375 bra customview_toggle_exit | 380 bra customview_toggle_exit |
376 | 381 |
377 customview_init_view6: ; Compass (View 6) | 382 customview_init_view6: ; Compass (View 6) |