comparison Discovery/Src/tHome.c @ 541:6fbf7cd391cb

Added default view selection and auto return to view to t3 visualization: In previous version the ostc tried to applied the t7 default view selection to t3 view. As t3 has different views than t3, a new selection menu has been added to the custom view menu enabling the selection of the big font default view. In parallel the auto return function has been adapted to use the new parameter.
author Ideenmodellierer
date Sat, 10 Oct 2020 18:34:10 +0200
parents bd66f4910993
children 6960df7ddb09
comparison
equal deleted inserted replaced
540:ffd01ead2c80 541:6fbf7cd391cb
432 tHome_tick_count_cview = 0; 432 tHome_tick_count_cview = 0;
433 if(settingsGetPointer()->design == 7) 433 if(settingsGetPointer()->design == 7)
434 { 434 {
435 t7_set_customview_to_primary(); 435 t7_set_customview_to_primary();
436 } 436 }
437 if(settingsGetPointer()->design == 3)
438 {
439 t3_set_customview_to_primary();
440 }
437 } 441 }
438 } 442 }
439 } 443 }
440 444
441 445