comparison Discovery/Src/t3.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 47a9ba771119
children 92bf7bf9fb8a
comparison
equal deleted inserted replaced
738:30717de00f3a 739:4a6bffaa38b3
667 } 667 }
668 else 668 else
669 { 669 {
670 switch(get_globalState()) 670 switch(get_globalState())
671 { 671 {
672 case StDMENU: snprintf(text,TEXTSIZE,"\a\003\001%c%c", TXT_2BYTE, TXT2BYTE_DiveMenuQ);
673 GFX_write_string_color(&FontT42,tXr1,text,1,CLUT_WarningYellow);
674 break;
672 case StDBEAR: snprintf(text,TEXTSIZE,"\a\003\001%c%c", TXT_2BYTE, TXT2BYTE_DiveBearingQ); 675 case StDBEAR: snprintf(text,TEXTSIZE,"\a\003\001%c%c", TXT_2BYTE, TXT2BYTE_DiveBearingQ);
673 GFX_write_string_color(&FontT42,tXr1,text,1,CLUT_WarningYellow); 676 GFX_write_string_color(&FontT42,tXr1,text,1,CLUT_WarningYellow);
674 break; 677 break;
675 case StDRAVG: snprintf(text,TEXTSIZE,"\a\003\001%c%c", TXT_2BYTE, TXT2BYTE_DiveResetAvgQ); 678 case StDRAVG: snprintf(text,TEXTSIZE,"\a\003\001%c%c", TXT_2BYTE, TXT2BYTE_DiveResetAvgQ);
676 GFX_write_string_color(&FontT42,tXr1,text,1,CLUT_WarningYellow); 679 GFX_write_string_color(&FontT42,tXr1,text,1,CLUT_WarningYellow);