Mercurial > public > ostc4
comparison Discovery/Src/tMenu.c @ 774:6169309d6eb9
more menu items for the compass menu: Delete bearing, and reset to land based bearing. I have also re-enabled the real time bearing display in the menu - makes it easier to set the correct bearing. (mikeller)
author | heinrichsweikamp |
---|---|
date | Wed, 10 May 2023 16:25:39 +0200 |
parents | 1b995079c045 |
children | 4abfb8a2a435 |
comparison
equal
deleted
inserted
replaced
773:2c243233c999 | 774:6169309d6eb9 |
---|---|
1400 } | 1400 } |
1401 } | 1401 } |
1402 } | 1402 } |
1403 tMscreen.FBStartAdress = pBackup; | 1403 tMscreen.FBStartAdress = pBackup; |
1404 } | 1404 } |
1405 | |
1406 | |
1407 char *makeGrey(bool isGrey) | |
1408 { | |
1409 return isGrey ? "\031" : ""; | |
1410 } |