Mercurial > public > ostc4
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 773:2c243233c999 | 774:6169309d6eb9 |
|---|---|
| 29 #define TMENU_H | 29 #define TMENU_H |
| 30 | 30 |
| 31 /* Includes ------------------------------------------------------------------*/ | 31 /* Includes ------------------------------------------------------------------*/ |
| 32 #include <stdio.h> | 32 #include <stdio.h> |
| 33 #include <string.h> | 33 #include <string.h> |
| 34 #include <stdbool.h> | |
| 35 | |
| 34 #include "stm32f4xx_hal.h" | 36 #include "stm32f4xx_hal.h" |
| 35 #include "base.h" | 37 #include "base.h" |
| 36 #include "gfx.h" | 38 #include "gfx.h" |
| 37 #include "gfx_colors.h" | 39 #include "gfx_colors.h" |
| 38 #include "gfx_engine.h" | 40 #include "gfx_engine.h" |
| 83 void block_diluent_page(void); | 85 void block_diluent_page(void); |
| 84 void unblock_diluent_page(void); | 86 void unblock_diluent_page(void); |
| 85 | 87 |
| 86 void selectPage(uint32_t selection); | 88 void selectPage(uint32_t selection); |
| 87 | 89 |
| 90 char *makeGrey(bool isGrey); | |
| 88 #endif /* TMENU_H */ | 91 #endif /* TMENU_H */ |
