diff src/menu_tree.asm @ 303:9b1b0b32e7d5 new_screen_layout

Add configuration option to control depth warning blinking
author janos_kovacs <kovjanos@gmail.com>
date Mon, 01 Jun 2015 15:21:25 +0200
parents 2fe34fc0e2ae
children 6d003c08bacd
line wrap: on
line diff
--- a/src/menu_tree.asm	Mon Jun 01 11:48:05 2015 +0200
+++ b/src/menu_tree.asm	Mon Jun 01 15:21:25 2015 +0200
@@ -614,11 +614,12 @@
     call    menu_processor_pop
 
 do_dispsets_menu:
-    MENU_BEGIN  tDispSets, .4
-        MENU_OPTION tBright,    oBrightness,    0
-        MENU_CALL   tColorScheme,               do_color_scheme
-        MENU_OPTION tFlip,     oFlipScreen,     0
-        MENU_CALL   tExit,                      do_return_settings
+    MENU_BEGIN  tDispSets, .5
+        MENU_OPTION tBright,       oBrightness,   0
+        MENU_CALL   tColorScheme,                 do_color_scheme
+        MENU_OPTION tFlip,         oFlipScreen,   0
+        MENU_OPTION tDepthBlink,   oDepthBlink,   0
+        MENU_CALL   tExit,                        do_return_settings
     MENU_END