comparison 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
comparison
equal deleted inserted replaced
738:30717de00f3a 739:4a6bffaa38b3
72 { 72 {
73 /* BigFont */ 73 /* BigFont */
74 case EXTRADISPLAY_BIGFONT: 74 case EXTRADISPLAY_BIGFONT:
75 text[textPointer++] = TXT2BYTE_ExtraBigFont; 75 text[textPointer++] = TXT2BYTE_ExtraBigFont;
76 break; 76 break;
77 /* DecoGame */ 77 /* Start screen */
78 case EXTRADISPLAY_DECOGAME: 78 case EXTRADISPLAY_BFACTIVE:
79 text[textPointer++] = TXT2BYTE_ExtraDecoGame; 79 text[textPointer++] = TXT2BYTE_ExtraActive;
80 break; 80 break;
81 /* none */ 81 /* none */
82 case EXTRADISPLAY_none: 82 case EXTRADISPLAY_none:
83 text[textPointer++] = TXT2BYTE_ExtraNone; 83 text[textPointer++] = TXT2BYTE_ExtraNone;
84 break; 84 break;