Mercurial > public > ostc4
diff 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 |
line wrap: on
line diff
--- a/Discovery/Src/base.c Mon Aug 24 19:31:05 2020 +0200 +++ b/Discovery/Src/base.c Mon Aug 24 19:36:18 2020 +0200 @@ -747,7 +747,11 @@ && (settingsGetPointer()->design < 7)) { settingsGetPointer()->design = 7; // auto switch to 9 if necessary } else if ((status.page == PageDive) && (status.line != 0)) { - if (settingsGetPointer()->extraDisplay == EXTRADISPLAY_BIGFONT) + if ((settingsGetPointer()->extraDisplay == EXTRADISPLAY_BIGFONT) +#ifdef ENABLE_BIGFONT_VX + || (settingsGetPointer()->extraDisplay == EXTRADISPLAY_BIGFONT2) +#endif + ) { settingsGetPointer()->design = 3; if(settingsGetPointer()->MotionDetection == MOTION_DETECT_SECTOR)