Mercurial > public > hwos_code
comparison src/menu_tree.asm @ 335:3d43da7acfe1 new_screen_layout
Always show ppO2 (warning position, standard color) option
author | janos_kovacs <kovjanos@gmail.com> |
---|---|
date | Sun, 28 Jun 2015 05:02:45 +0200 |
parents | 14b466f66a7f |
children | 508d7fb98b34 |
comparison
equal
deleted
inserted
replaced
333:14b466f66a7f | 335:3d43da7acfe1 |
---|---|
622 MENU_OPTION tBright, oBrightness, 0 | 622 MENU_OPTION tBright, oBrightness, 0 |
623 MENU_CALL tColorScheme, do_color_scheme | 623 MENU_CALL tColorScheme, do_color_scheme |
624 MENU_OPTION tFlip, oFlipScreen, 0 | 624 MENU_OPTION tFlip, oFlipScreen, 0 |
625 MENU_OPTION tMODwarning, oMODwarning, 0 | 625 MENU_OPTION tMODwarning, oMODwarning, 0 |
626 MENU_CALL tDispSetVSI, do_dispsets_VSI_menu | 626 MENU_CALL tDispSetVSI, do_dispsets_VSI_menu |
627 MENU_CALL tMore, do_dispsets_menu_more | |
628 MENU_CALL tExit, do_return_settings | |
629 MENU_END | |
630 | |
631 do_dispsets_menu_more: | |
632 MENU_BEGIN tDispSets, .3 | |
627 MENU_OPTION tExtCeiling, oExtCeiling, 0 | 633 MENU_OPTION tExtCeiling, oExtCeiling, 0 |
628 MENU_CALL tExit, do_return_settings | 634 MENU_OPTION tShowppO2, oShowppO2, 0 |
635 MENU_CALL tExit, do_dispsets_menu_3stack | |
629 MENU_END | 636 MENU_END |
630 | 637 |
631 do_dispsets_VSI_menu: | 638 do_dispsets_VSI_menu: |
632 MENU_BEGIN tDispSetVSItitle, .4 | 639 MENU_BEGIN tDispSetVSItitle, .4 |
633 MENU_DYNAMIC TFT_VSImenu_dynamictitle, 0 | 640 MENU_DYNAMIC TFT_VSImenu_dynamictitle, 0 |