comparison src/tft_outputs.asm @ 394:642e927520eb

BUGFIX: minor text allignment in CCR mode
author heinrichsweikamp
date Fri, 06 Nov 2015 11:48:40 +0100
parents 3c55627d5f8f
children 1f2e35f5a5aa
comparison
equal deleted inserted replaced
393:9e5abca93c32 394:642e927520eb
430 STRCPY_PRINT "4" 430 STRCPY_PRINT "4"
431 decfsz hi,F ; Type = 1 (First)? 431 decfsz hi,F ; Type = 1 (First)?
432 bra DISP_active_gas_surfmode6 ; No, skip box 432 bra DISP_active_gas_surfmode6 ; No, skip box
433 WIN_FRAME_STD surf_decotype_boxes_top, surf_decotype_boxes_bottom, surf_decotype_boxes_left4, surf_decotype_boxes_left4+.8 ;top, bottom, left, right 433 WIN_FRAME_STD surf_decotype_boxes_top, surf_decotype_boxes_bottom, surf_decotype_boxes_left4, surf_decotype_boxes_left4+.8 ;top, bottom, left, right
434 DISP_active_gas_surfmode6: 434 DISP_active_gas_surfmode6:
435 call TFT_disabled_color 435 rcall TFT_disabled_color
436 movff opt_gas_type+4,hi ; 0=Disabled, 1=First, 2=Travel, 3=Deco 436 movff opt_gas_type+4,hi ; 0=Disabled, 1=First, 2=Travel, 3=Deco
437 tstfsz hi 437 tstfsz hi
438 rcall TFT_standard_color 438 rcall TFT_standard_color
439 WIN_LEFT surf_decotype_boxes_left5+.1 439 WIN_LEFT surf_decotype_boxes_left5+.1
440 STRCPY_PRINT "5" 440 STRCPY_PRINT "5"
2397 call customview_show_mix ; Put "Nxlo", "Txlo/hi", "Air" or "O2" into Postinc2 2397 call customview_show_mix ; Put "Nxlo", "Txlo/hi", "Air" or "O2" into Postinc2
2398 STRCAT_PRINT "" 2398 STRCAT_PRINT ""
2399 return 2399 return
2400 2400
2401 TFT_active_setpoint_bail: 2401 TFT_active_setpoint_bail:
2402 STRCPY_TEXT_PRINT tDiveBailout ; Bailout 2402 WIN_SMALL dm_active_gas_column, dm_active_gas_row+.3 ; colides with diluent in FT_MEDIUM
2403 STRCPY_TEXT_PRINT tDiveBailout ; Bailout
2403 bra TFT_active_setpoint_diluent 2404 bra TFT_active_setpoint_diluent
2404 2405
2405 global TFT_active_gas_divemode 2406 global TFT_active_gas_divemode
2406 TFT_active_gas_divemode: ; Display gas/Setpoint 2407 TFT_active_gas_divemode: ; Display gas/Setpoint
2407 btfsc divemode_menu ; Is the dive mode menu shown? 2408 btfsc divemode_menu ; Is the dive mode menu shown?