comparison 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
comparison
equal deleted inserted replaced
332:1828234369fc 335:d36fe3651d56
105 test_switches_divemode_menu: 105 test_switches_divemode_menu:
106 btfsc switch_left 106 btfsc switch_left
107 bra test_switches_divemode_menu3 107 bra test_switches_divemode_menu3
108 btfss switch_right 108 btfss switch_right
109 return 109 return
110
111 btfsc uart_dump_screen ; Asked to dump screen contains ?
112 call dump_screen ; Yes!
110 113
111 btfsc display_see_deco ; Is the Decoplan displayed? 114 btfsc display_see_deco ; Is the Decoplan displayed?
112 bra divemenu_see_decoplan2 ; Yes, exit menu on left button press 115 bra divemenu_see_decoplan2 ; Yes, exit menu on left button press
113 116
114 bcf switch_right ; Left button pressed 117 bcf switch_right ; Left button pressed