diff Discovery/Inc/tMenu.h @ 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 15f6f0b5786c
children 4c41d9a18c7f
line wrap: on
line diff
--- a/Discovery/Inc/tMenu.h	Wed May 10 16:24:57 2023 +0200
+++ b/Discovery/Inc/tMenu.h	Wed May 10 16:25:39 2023 +0200
@@ -31,6 +31,8 @@
 /* Includes ------------------------------------------------------------------*/
 #include <stdio.h>
 #include <string.h>
+#include <stdbool.h>
+
 #include "stm32f4xx_hal.h"
 #include "base.h"
 #include "gfx.h"
@@ -85,4 +87,5 @@
 
 void selectPage(uint32_t selection);
 
+char *makeGrey(bool isGrey);
 #endif /* TMENU_H */