Mercurial > public > hwos_code
comparison src/menu_tree.asm @ 502:0910c227018f
BUGFIX: PSCR mode showed bailout gaslist instead of diluent gaslist
NEW: More customviews in surface mode for PSCR mode
BUGFIX: several minor graphic issues in logbook fixed
author | heinrichsweikamp |
---|---|
date | Fri, 09 Jun 2017 14:47:02 +0200 |
parents | 3e643ec05dac |
children | bef07a837a60 |
comparison
equal
deleted
inserted
replaced
501:69a98f3f3b84 | 502:0910c227018f |
---|---|
34 ; Main Menu | 34 ; Main Menu |
35 global do_main_menu,do_main_menu2 | 35 global do_main_menu,do_main_menu2 |
36 do_main_menu: | 36 do_main_menu: |
37 movff menupos3,customview_surfmode; save last customview | 37 movff menupos3,customview_surfmode; save last customview |
38 do_main_menu2: | 38 do_main_menu2: |
39 call TFT_boot | |
39 bcf sleepmode ; for timeout | 40 bcf sleepmode ; for timeout |
40 call menu_processor_reset ; restart from first icon. | 41 call menu_processor_reset ; restart from first icon. |
41 | 42 |
42 do_continue_main_menu: | 43 do_continue_main_menu: |
43 rcall menu_tree_double_pop ; drop exit line and back to last line | 44 rcall menu_tree_double_pop ; drop exit line and back to last line |