diff Discovery/Inc/tStructure.h @ 815:ce8f71217f45

Bugfix CustomView selection during dive mode: The CustomView selection during dive mode was limited to two pages, while meanwhile three are needed to show all options. The problem did not showup in surface mode selection. Rootcause was a static definition instead of the dynamic one used in surface mode. In addition with every page shift a new page was created which might cause display errors after some times. To solve this the pages are now updated instead of rebuilding the pages.
author Ideenmodellierer
date Sun, 03 Sep 2023 18:03:49 +0200
parents 4c41d9a18c7f
children 7b0033246b12
line wrap: on
line diff
--- a/Discovery/Inc/tStructure.h	Sun Sep 03 17:58:12 2023 +0200
+++ b/Discovery/Inc/tStructure.h	Sun Sep 03 18:03:49 2023 +0200
@@ -340,6 +340,13 @@
 #define StMSYS5_ResetBluetooth	_MB(2,8,6,12,0)
 #define StMSYS5_SetSampleIndx   _MB(2,8,6,13,0)
 
+#define StMSYS_Custom0			_MB(2,8,1,0,0)
+#define StMSYS_Custom1			_MB(2,8,2,0,0)
+#define StMSYS_Custom2			_MB(2,8,3,0,0)
+#define StMSYS_Custom3			_MB(2,8,4,0,0)
+#define StMSYS_Custom4			_MB(2,8,5,0,0)
+#define StMSYS_Custom5			_MB(2,8,6,0,0)
+
  /* PAGE 9 */
 
  # define StMCustom 	_MB(2,9,0,0,0)