Mercurial > public > hwos_code
comparison src/logbook.asm @ 436:95ee78f4a974
no screen reboot after logbook exit
author | heinrichsweikamp |
---|---|
date | Fri, 24 Jun 2016 12:51:14 +0200 |
parents | 0590b8fafc8d |
children | 23b58c4bc6aa |
comparison
equal
deleted
inserted
replaced
435:0590b8fafc8d | 436:95ee78f4a974 |
---|---|
371 movlw logbook_row_number+.2 ; exit? | 371 movlw logbook_row_number+.2 ; exit? |
372 cpfseq menupos | 372 cpfseq menupos |
373 bra display_profile_or_exit2 ; No, check for "Next Page" | 373 bra display_profile_or_exit2 ; No, check for "Next Page" |
374 | 374 |
375 exit_logbook: | 375 exit_logbook: |
376 call TFT_DisplayOff | 376 ; call TFT_DisplayOff |
377 call TFT_boot | 377 ; call TFT_boot |
378 goto do_main_menu2 | 378 goto do_main_menu2 |
379 | 379 |
380 display_profile_or_exit2: | 380 display_profile_or_exit2: |
381 movlw logbook_row_number+.1 ; Next page? | 381 movlw logbook_row_number+.1 ; Next page? |
382 cpfseq menupos | 382 cpfseq menupos |