Mercurial > public > ostc4
comparison Discovery/Src/t7.c @ 743:6871d4b586ff
Enable start dive in Big font display:
The screen selection is historically done in the T7 refresh cycle in case a switch to dive mode is recognised. Added a switch condition to allow direct start in large font display mode.
author | Ideenmodellierer |
---|---|
date | Sun, 19 Feb 2023 21:48:47 +0100 |
parents | 5078da3845c0 |
children | be25ab2d902c |
comparison
equal
deleted
inserted
replaced
742:e23fe82cbf8c | 743:6871d4b586ff |
---|---|
590 t7_change_customview(ACTION_END); | 590 t7_change_customview(ACTION_END); |
591 | 591 |
592 if((settingsGetPointer()->MotionDetection != MOTION_DETECT_OFF)) | 592 if((settingsGetPointer()->MotionDetection != MOTION_DETECT_OFF)) |
593 { | 593 { |
594 InitMotionDetection(); | 594 InitMotionDetection(); |
595 } | |
596 | |
597 if(settingsGetPointer()->extraDisplay == EXTRADISPLAY_BFACTIVE) | |
598 { | |
599 settingsGetPointer()->design = 3; | |
600 releaseAllFramesExcept(22,t7screen.FBStartAdress); | |
601 releaseFrame(22,t7screen.FBStartAdress); | |
602 set_globalState(StD); | |
603 return; | |
595 } | 604 } |
596 } | 605 } |
597 | 606 |
598 if(status.page == PageSurface) | 607 if(status.page == PageSurface) |
599 set_globalState(StD); | 608 set_globalState(StD); |