comparison Discovery/Src/base.c @ 505:06b21f1e47a5

Removed second big font profile The nex big font views have been introduced using an additional profile because an individual selection was not possible. By introducing the selection dialog for big font data views this additional profile is no longer needed.
author Ideenmodellierer
date Sun, 30 Aug 2020 17:14:31 +0200
parents 0d2449e9d659
children ffd01ead2c80
comparison
equal deleted inserted replaced
504:8428195a4967 505:06b21f1e47a5
745 openInfo(StILOGLIST); 745 openInfo(StILOGLIST);
746 else if ((status.page == PageDive) 746 else if ((status.page == PageDive)
747 && (settingsGetPointer()->design < 7)) { 747 && (settingsGetPointer()->design < 7)) {
748 settingsGetPointer()->design = 7; // auto switch to 9 if necessary 748 settingsGetPointer()->design = 7; // auto switch to 9 if necessary
749 } else if ((status.page == PageDive) && (status.line != 0)) { 749 } else if ((status.page == PageDive) && (status.line != 0)) {
750 if ((settingsGetPointer()->extraDisplay == EXTRADISPLAY_BIGFONT) 750 if (settingsGetPointer()->extraDisplay == EXTRADISPLAY_BIGFONT)
751 #ifdef ENABLE_BIGFONT_VX
752 || (settingsGetPointer()->extraDisplay == EXTRADISPLAY_BIGFONT2)
753 #endif
754 )
755 { 751 {
756 settingsGetPointer()->design = 3; 752 settingsGetPointer()->design = 3;
757 if(settingsGetPointer()->MotionDetection == MOTION_DETECT_SECTOR) 753 if(settingsGetPointer()->MotionDetection == MOTION_DETECT_SECTOR)
758 { 754 {
759 DefinePitchSectors(stateRealGetPointer()->lifeData.compass_pitch,CUSTOMER_DEFINED_VIEWS); 755 DefinePitchSectors(stateRealGetPointer()->lifeData.compass_pitch,CUSTOMER_DEFINED_VIEWS);