diff code_part1/OSTC_code_asm_part1/divemode_menu.asm @ 335:d36fe3651d56 ScreenDump

Updated to 1.91beta Added screen dumps in cf menu, and in GasList (second page). --> Need a centralized subroutine when waitting switches...
author JeanDo
date Fri, 13 May 2011 02:09:06 +0200
parents 4dbff2aa31ee
children 6bdf80d7276c
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/divemode_menu.asm	Wed May 11 01:37:29 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/divemode_menu.asm	Fri May 13 02:09:06 2011 +0200
@@ -108,6 +108,9 @@
 	btfss	switch_right
 	return
 
+	btfsc	uart_dump_screen                ; Asked to dump screen contains ?
+	call	dump_screen     			    ; Yes!
+
 	btfsc 	display_see_deco			; Is the Decoplan displayed?
 	bra		divemenu_see_decoplan2		; Yes, exit menu on left button press