comparison code_part1/OSTC_code_asm_part1/altimeter.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 8a0bbe43df65
children 797e2ac42d24
comparison
equal deleted inserted replaced
336:9ee86a19f1fa 337:6bdf80d7276c
301 call PLED_menu_cursor ; Display cursor 301 call PLED_menu_cursor ; Display cursor
302 bcf switch_left ; reset buttons state 302 bcf switch_left ; reset buttons state
303 bcf switch_right 303 bcf switch_right
304 304
305 alt_menu_loop1: ; Wait for button. 305 alt_menu_loop1: ; Wait for button.
306 btfsc uart_dump_screen ; Asked to dump screen contains ?
307 call dump_screen ; Yes!
308
306 btfsc switch_right ; [[MENU]] button 309 btfsc switch_right ; [[MENU]] button
307 bra alt_menu_next 310 bra alt_menu_next
308 311
309 btfsc switch_left ;[[ENTER]] button 312 btfsc switch_left ;[[ENTER]] button
310 bra alt_menu_do_it 313 bra alt_menu_do_it