diff Discovery/Src/tMenuCustom.c @ 739:4a6bffaa38b3

Enable start dive in Big font display: The diver had to manually switch to the big font view in dive mode. By selecting the big font view as default view in the custom menu the BF view will now be shown from the start of the dive. In order to have a qucker access to the settings menu, the settings menu has been added to the quick menu selection. The settings menu will then also be left to the BF view.
author Ideenmodellierer
date Thu, 02 Feb 2023 17:26:54 +0100
parents b9d4baa4f6fa
children
line wrap: on
line diff
--- a/Discovery/Src/tMenuCustom.c	Thu Feb 02 17:19:24 2023 +0100
+++ b/Discovery/Src/tMenuCustom.c	Thu Feb 02 17:26:54 2023 +0100
@@ -74,9 +74,9 @@
 		   case EXTRADISPLAY_BIGFONT:
 			   text[textPointer++] = TXT2BYTE_ExtraBigFont;
 			   break;
-		   /* DecoGame */
-		   case EXTRADISPLAY_DECOGAME:
-			   text[textPointer++] = TXT2BYTE_ExtraDecoGame;
+		   /* Start screen */
+		   case EXTRADISPLAY_BFACTIVE:
+			   text[textPointer++] = TXT2BYTE_ExtraActive;
 			   break;
 		   /* none */
 		   case EXTRADISPLAY_none: