Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/menu.asm @ 337:6bdf80d7276c ScreenDump
Added screen dumps of general menus.
Added screen dumps in logbook, gassetup, license.
Added screen dumps in altimeter, decoplan.
author | JeanDo |
---|---|
date | Tue, 17 May 2011 01:05:04 +0200 |
parents | ceedf078b2d8 |
children | efe06a146773 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/menu.asm Mon May 16 23:52:38 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/menu.asm Tue May 17 01:05:04 2011 +0200 @@ -78,7 +78,10 @@ bra menu_loop -check_switches_menu: ; checks switches +check_switches_menu: ; checks switches + btfsc uart_dump_screen ; Asked to dump screen contains ? + call dump_screen ; Yes! + btfss switch_right bra check_switches_menu2 bsf menubit3 @@ -424,6 +427,9 @@ bcf switch_left bcf switch_right show_rawdata_loop: + btfsc uart_dump_screen ; Asked to dump screen contains ? + call dump_screen ; Yes! + btfsc switch_left ; Ack? bsf menubit2 btfsc switch_right ; Ack?