Mercurial > public > ostc4
diff Discovery/Inc/tMenu.h @ 993:df052f0347fb GasConsumption
Add settings that have been missing in the bluetooth API:
flip display
compass declination
(mikeller)
| author | heinrichsweikamp |
|---|---|
| date | Fri, 25 Apr 2025 08:26:03 +0200 |
| parents | bc2fcd002fc4 |
| children | 808153ba3fec |
line wrap: on
line diff
--- a/Discovery/Inc/tMenu.h Sat Apr 12 12:21:49 2025 +0200 +++ b/Discovery/Inc/tMenu.h Fri Apr 25 08:26:03 2025 +0200 @@ -68,6 +68,7 @@ void nextline(char * text, uint8_t *textPointer); void tM_init(void); +void tM_build_pages(void); void openMenu(uint8_t freshWithFlipPages); void openMenu_first_page_with_OC_gas_update(void); void updateMenu(void);
