diff Discovery/Inc/tStructure.h @ 811:4c41d9a18c7f

Added function to skip lines which are not needed for operation: It was not possible in the previous version to skip lines in the top level menu view which were not used for operation. In the past context sensitive menus as well as layout changes have been introduced which cause the cursor to be placed on lines without function. To avoid this it is not possible to mark a line as not in use by enabling / disabling it by the individual meni Id.
author Ideenmodellierer
date Sun, 27 Aug 2023 20:59:12 +0200
parents dd7ce655db26
children ce8f71217f45
line wrap: on
line diff
--- a/Discovery/Inc/tStructure.h	Sun Aug 27 20:55:57 2023 +0200
+++ b/Discovery/Inc/tStructure.h	Sun Aug 27 20:59:12 2023 +0200
@@ -180,6 +180,13 @@
 #define StMSP			_MB(2,3,0,0,0)
 
 /* PAGE 3 EDIT FIELD CONTENT */
+#define StMSP_SPLow		_MB(2,3,1,0,0)
+#define StMSP_SPHigh	_MB(2,3,2,0,0)
+#define StMSP_SPDeco	_MB(2,3,3,0,0)
+#define StMSP_Blank		_MB(2,3,4,0,0)
+#define StMSP_DelayDeco	_MB(2,3,5,0,0)
+#define StMSP_Auto		_MB(2,3,6,0,0)
+
 #define StMSP_ppo2_setting	_MB(2,3,255,1,0)
 #define StMSP_Active				_MB(2,3,255,3,0)