Mercurial > public > ostc4
comparison Discovery/Src/gfx_engine.c @ 737:5071d554aaa5
NEW: Add mini compass with marker declination indication
Contribution from mikeller
| author | heinrichsweikamp |
|---|---|
| date | Mon, 06 Mar 2023 16:03:00 +0100 |
| parents | 158d612a9f4d |
| children | aa6006975e76 |
comparison
equal
deleted
inserted
replaced
| 736:8a2337c7af52 | 737:5071d554aaa5 |
|---|---|
| 2082 } | 2082 } |
| 2083 } | 2083 } |
| 2084 else | 2084 else |
| 2085 /* Font style changes */ | 2085 /* Font style changes */ |
| 2086 if(*pText == '\a') | 2086 if(*pText == '\a') |
| 2087 settings.invert = 1; | 2087 settings.invert = settings.invert ? 0 : 1; |
| 2088 else | 2088 else |
| 2089 if((*pText == '\016') && !minimal) | 2089 if((*pText == '\016') && !minimal) |
| 2090 { | 2090 { |
| 2091 if(settings.dualFont == 0) | 2091 if(settings.dualFont == 0) |
| 2092 settings.dualFont = 1; | 2092 settings.dualFont = 1; |
