diff 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
line wrap: on
line diff
--- a/Discovery/Src/tMenu.c	Wed May 10 16:24:57 2023 +0200
+++ b/Discovery/Src/tMenu.c	Wed May 10 16:25:39 2023 +0200
@@ -1402,3 +1402,9 @@
     }
     tMscreen.FBStartAdress = pBackup;
 }
+
+
+char *makeGrey(bool isGrey)
+{
+    return isGrey ? "\031" : "";
+}