Mercurial > public > ostc4
comparison 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 |
comparison
equal
deleted
inserted
replaced
541:6fbf7cd391cb | 542:6960df7ddb09 |
---|---|
468 pSettings->cv_config_BigScreen &= pSettings->cv_configuration ^= 1 << CVIEW_T3_DepthData; | 468 pSettings->cv_config_BigScreen &= pSettings->cv_configuration ^= 1 << CVIEW_T3_DepthData; |
469 // no break | 469 // no break |
470 case 0xFFFF001B: | 470 case 0xFFFF001B: |
471 pSettings->compassInertia = 0; /* no inertia */ | 471 pSettings->compassInertia = 0; /* no inertia */ |
472 pSettings->tX_customViewPrimaryBF = CVIEW_T3_Decostop; | 472 pSettings->tX_customViewPrimaryBF = CVIEW_T3_Decostop; |
473 pSettings->cv_config_BigScreen &= pSettings->cv_configuration ^= 1 << CVIEW_T3_DecoTTS; | |
473 // no break | 474 // no break |
474 default: | 475 default: |
475 pSettings->header = pStandard->header; | 476 pSettings->header = pStandard->header; |
476 break; // no break before!! | 477 break; // no break before!! |
477 } | 478 } |