Mercurial > public > ostc4
diff Discovery/Src/settings.c @ 542:6960df7ddb09
Added new t3 view showing first deco stop and tts in parallel:
TTS and deco stop may already be shown individually. Now also available in one view where TTS is limited to 99minutes (switch to hours) to avoid string overlap.
author | Ideenmodellierer |
---|---|
date | Sat, 10 Oct 2020 21:02:05 +0200 |
parents | 6fbf7cd391cb |
children | daa8d4474ba0 |
line wrap: on
line diff
--- a/Discovery/Src/settings.c Sat Oct 10 18:34:10 2020 +0200 +++ b/Discovery/Src/settings.c Sat Oct 10 21:02:05 2020 +0200 @@ -470,6 +470,7 @@ case 0xFFFF001B: pSettings->compassInertia = 0; /* no inertia */ pSettings->tX_customViewPrimaryBF = CVIEW_T3_Decostop; + pSettings->cv_config_BigScreen &= pSettings->cv_configuration ^= 1 << CVIEW_T3_DecoTTS; // no break default: pSettings->header = pStandard->header;