# HG changeset patch # User heinrichsweikamp # Date 1411995372 -7200 # Node ID d696a824682dabef403b9cb95a788a85374ab368 # Parent e8af55eb83cbda2ef899425bf81ec87fe581a5a1 BUGFIX: Color of "Menu?" in divemode diff -r e8af55eb83cb -r d696a824682d code_part1/OSTC_code_asm_part1/changelog.txt --- a/code_part1/OSTC_code_asm_part1/changelog.txt Mon Sep 29 12:11:17 2014 +0200 +++ b/code_part1/OSTC_code_asm_part1/changelog.txt Mon Sep 29 14:56:12 2014 +0200 @@ -2,6 +2,7 @@ BETA Version BUGFIX: Surface interval was paused during simulator BUGFIX: False Bailout and Gas 6 flags in logbook +BUGFIX: Color of "Menu?" in divemode New in 2.94: BETA Version diff -r e8af55eb83cb -r d696a824682d code_part1/OSTC_code_asm_part1/divemode_menu.asm --- a/code_part1/OSTC_code_asm_part1/divemode_menu.asm Mon Sep 29 12:11:17 2014 +0200 +++ b/code_part1/OSTC_code_asm_part1/divemode_menu.asm Mon Sep 29 14:56:12 2014 +0200 @@ -49,9 +49,11 @@ btfsc FLAG_apnoe_mode ; In Apnoe mode? bra test_switches_divemode1 ; Yes! + call DISP_divemask_color ; Set Color for Divemode mask WIN_INVERT .1 DISPLAYTEXT .4 ;Menu? WIN_INVERT .0 + call DISP_standard_color return test_switches_divemode0: @@ -111,10 +113,11 @@ btfss switch_right return + bcf switch_right ; Left button pressed + btfsc display_see_deco ; Is the Decoplan displayed? bra divemenu_see_decoplan2 ; Yes, exit menu on left button press - bcf switch_right ; Left button pressed clrf timeout_counter3 ; timout_divemenu! incf menupos,F