diff Common/Inc/data_central.h @ 944:44599695df41 Evo_2_23

Restructure Date/Time menu: To have more space for upcoming optins the selection of the date format (DDMMYY) has been moved into a submenu. In addition the function was upgraded to support multi language handling.
author Ideenmodellierer
date Thu, 19 Dec 2024 18:58:18 +0100
parents 6d8ae8fbccf5
children aad1a6b9aaec
line wrap: on
line diff
--- a/Common/Inc/data_central.h	Mon Dec 16 19:33:20 2024 +0100
+++ b/Common/Inc/data_central.h	Thu Dec 19 18:58:18 2024 +0100
@@ -567,4 +567,8 @@
 
 uint8_t drawingColor_from_ascentspeed(float speed);
 
+void convertStringOfDate_DDMMYY(char* pString, uint8_t strLen, uint8_t day, uint8_t month, uint8_t year);
+void getStringOfFormat_DDMMYY(char* pString, uint8_t strLen);
+
+
 #endif // DATA_CENTRAL_H