Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/menu_custom.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 | 2f21f7a77608 |
children | 6bdf80d7276c |
comparison
equal
deleted
inserted
replaced
332:1828234369fc | 335:d36fe3651d56 |
---|---|
297 btfsc onesecupdate | 297 btfsc onesecupdate |
298 call set_dive_modes | 298 call set_dive_modes |
299 | 299 |
300 bcf onesecupdate ; end of 1sek. tasks | 300 bcf onesecupdate ; end of 1sek. tasks |
301 | 301 |
302 btfsc uart_dump_screen ; Dumps screen contains ? | |
303 call dump_screen ; Yes! | |
304 | |
302 btfsc sleepmode | 305 btfsc sleepmode |
303 bra exit_customfunctions | 306 bra exit_customfunctions |
304 | 307 |
305 bra customfunctions_loop | 308 bra customfunctions_loop |
306 | 309 |