Mercurial > public > ostc4
comparison Discovery/Src/base.c @ 500:0d2449e9d659
Added possibility to switch between "classic" bigfont views and a selection with a new information combination
New strings for the selection have been added and the menu handling has been updated to enable the selection.
author | Ideenmodellierer |
---|---|
date | Mon, 24 Aug 2020 19:36:18 +0200 |
parents | 19cff811616d |
children | 06b21f1e47a5 |
comparison
equal
deleted
inserted
replaced
499:668471c5f410 | 500:0d2449e9d659 |
---|---|
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 ) | |
751 { | 755 { |
752 settingsGetPointer()->design = 3; | 756 settingsGetPointer()->design = 3; |
753 if(settingsGetPointer()->MotionDetection == MOTION_DETECT_SECTOR) | 757 if(settingsGetPointer()->MotionDetection == MOTION_DETECT_SECTOR) |
754 { | 758 { |
755 DefinePitchSectors(stateRealGetPointer()->lifeData.compass_pitch,CUSTOMER_DEFINED_VIEWS); | 759 DefinePitchSectors(stateRealGetPointer()->lifeData.compass_pitch,CUSTOMER_DEFINED_VIEWS); |