comparison Discovery/Src/gfx_engine.c @ 884:940f8e132638 Evo_2_23

Minor screen cleanup: In flipped mode some visualization did not match the non flipped version. Also depth display in T7 view has been moved
author Ideenmodellierer
date Sun, 01 Sep 2024 20:31:01 +0200
parents 943918a69836
children 8d3f3a635397
comparison
equal deleted inserted replaced
883:7755a476f164 884:940f8e132638
2056 minimal = 1; 2056 minimal = 1;
2057 else 2057 else
2058 minimal = 0; 2058 minimal = 0;
2059 2059
2060 if(Font == &FontT144) 2060 if(Font == &FontT144)
2061 {
2061 settings.TinyFont = (uint32_t)&FontT84; 2062 settings.TinyFont = (uint32_t)&FontT84;
2063 settings.Ydelta = 12;
2064 }
2062 else 2065 else
2063 if(Font == &FontT105) 2066 if(Font == &FontT105)
2064 settings.TinyFont = (uint32_t)&FontT54; 2067 settings.TinyFont = (uint32_t)&FontT54;
2065 else 2068 else
2066 if(Font == &FontT54) 2069 if(Font == &FontT54)