Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 169:e26f49674956
Merge decoplan display for both GF and Buhlmann models.
+ Add CF(54) to reverse deco plan display order.
+ Clean state machine to faster redisplay in divemode.
Fix don't flip screen for soft emulation.
author | JeanDo |
---|---|
date | Wed, 26 Jan 2011 19:19:02 +0100 |
parents | cb055a7d75f3 |
children | 53b16a746166 |
comparison
equal
deleted
inserted
replaced
168:494587193f5d | 169:e26f49674956 |
---|---|
486 #DEFINE customfunction_page flag12,6 ;=1: Use 2nd Page of Custom Functions | 486 #DEFINE customfunction_page flag12,6 ;=1: Use 2nd Page of Custom Functions |
487 #DEFINE uart_send_int_eeprom2 flag12,7 ;=1: Send internal EEPROM BANK 1 | 487 #DEFINE uart_send_int_eeprom2 flag12,7 ;=1: Send internal EEPROM BANK 1 |
488 | 488 |
489 #DEFINE internal_eeprom_write2 flag13,0 ;=1: start routine to access internal EEPROM BANK 1 via the UART | 489 #DEFINE internal_eeprom_write2 flag13,0 ;=1: start routine to access internal EEPROM BANK 1 via the UART |
490 #DEFINE button_delay_done flag13,1 ;=1: Button was pressed for more then 500ms, start counting | 490 #DEFINE button_delay_done flag13,1 ;=1: Button was pressed for more then 500ms, start counting |
491 #DEFINE multi_gf_display flag13,2 ;=1: Display the Multi-GF screen instead of normal divemode screen | 491 ; free flag13,2 ;=1: unused |
492 #DEFINE deco_mode_changed flag13,3 ;=1: The Decomode was changes, show decomode description! | 492 #DEFINE deco_mode_changed flag13,3 ;=1: The Decomode was changes, show decomode description! |
493 #DEFINE pled_velocity_display flag13,4 ;=1: Velocity is displayed | 493 #DEFINE pled_velocity_display flag13,4 ;=1: Velocity is displayed |
494 #DEFINE depth_greater_100m flag13,5 ;=1: Depth is greater then 100m | 494 #DEFINE depth_greater_100m flag13,5 ;=1: Depth is greater then 100m |
495 #DEFINE display_set_setpoint flag13,6 ;=1: SetPoint list active | 495 #DEFINE display_set_setpoint flag13,6 ;=1: SetPoint list active |
496 #DEFINE toggle_customview flag13,7 ;=1: Next customview | 496 #DEFINE toggle_customview flag13,7 ;=1: Next customview |