comparison src/menu_tree.asm @ 645:070528a88715

3.16 release
author heinrichsweikamp
date Sun, 07 Nov 2021 12:39:23 +0100
parents 7d8a4c60ec1a
children ef2ed7e3a895
comparison
equal deleted inserted replaced
644:1e695355dfc4 645:070528a88715
1535 ; Settings Menu - 2nd Layer - Display Settings - Page 1 1535 ; Settings Menu - 2nd Layer - Display Settings - Page 1
1536 ; 1536 ;
1537 do_menu_dispsets: 1537 do_menu_dispsets:
1538 IF _language_2!=none 1538 IF _language_2!=none
1539 MENU_BEGIN tDispSets, .7 1539 MENU_BEGIN tDispSets, .7
1540 MENU_OPT_INC tBright, oBrightness 1540 MENU_CALL tBright, do_menu_Brightness
1541 MENU_OPT_INC tLayout, oLayout 1541 MENU_OPT_INC tLayout, oLayout
1542 MENU_OPT_INC tUnits, oUnits 1542 MENU_OPT_INC tUnits, oUnits
1543 MENU_OPT_INC tLanguage, oLanguage 1543 MENU_OPT_INC tLanguage, oLanguage
1544 MENU_OPT_INC tFlip, oFlipScreen 1544 MENU_OPT_INC tFlip, oFlipScreen
1545 MENU_CALL tColorScheme, do_menu_color_scheme 1545 MENU_CALL tColorScheme, do_menu_color_scheme
1546 MENU_CALL tMore, do_menu_dispsets_more 1546 MENU_CALL tMore, do_menu_dispsets_more
1547 MENU_END 1547 MENU_END
1548 ELSE 1548 ELSE
1549 MENU_BEGIN tDispSets, .6 1549 MENU_BEGIN tDispSets, .6
1550 MENU_OPT_INC tBright, oBrightness 1550 MENU_CALL tBright, do_menu_Brightness
1551 MENU_OPT_INC tLayout, oLayout 1551 MENU_OPT_INC tLayout, oLayout
1552 MENU_OPT_INC tUnits, oUnits 1552 MENU_OPT_INC tUnits, oUnits
1553 MENU_OPT_INC tFlip, oFlipScreen 1553 MENU_OPT_INC tFlip, oFlipScreen
1554 MENU_CALL tColorScheme, do_menu_color_scheme 1554 MENU_CALL tColorScheme, do_menu_color_scheme
1555 MENU_CALL tMore, do_menu_dispsets_more 1555 MENU_CALL tMore, do_menu_dispsets_more
1556 MENU_END 1556 MENU_END
1557 ENDIF 1557 ENDIF
1558 1558
1559 1559 ;-----------------------------------------------------------------------------
1560 ; Settings Menu - 3rd Layer - Display Settings - Brightness
1561 ;
1562 do_menu_Brightness:
1563 MENU_BEGIN tBright, .3
1564 MENU_OPT_INC tDvMode, oBrightness_dive
1565 MENU_OPT_INC tBrightsurface, oBrightness_surface
1566 MENU_CALL tBack, do_return_dispsets_menu
1567 MENU_END
1568
1569
1560 ;----------------------------------------------------------------------------- 1570 ;-----------------------------------------------------------------------------
1561 ; Settings Menu - 3rd Layer - Display Settings - Color Schemes 1571 ; Settings Menu - 3rd Layer - Display Settings - Color Schemes
1562 ; 1572 ;
1563 do_menu_color_scheme: 1573 do_menu_color_scheme:
1564 bsf imprint_color_schemes ; activate color schemes demonstration 1574 bsf imprint_color_schemes ; activate color schemes demonstration