comparison 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
comparison
equal deleted inserted replaced
814:26ae9e8f24fd 815:ce8f71217f45
338 #define StMSYS5_ScreenTest _MB(2,8,6,10,0) 338 #define StMSYS5_ScreenTest _MB(2,8,6,10,0)
339 #define StMSYS5_SetFactoryBC _MB(2,8,6,11,0) 339 #define StMSYS5_SetFactoryBC _MB(2,8,6,11,0)
340 #define StMSYS5_ResetBluetooth _MB(2,8,6,12,0) 340 #define StMSYS5_ResetBluetooth _MB(2,8,6,12,0)
341 #define StMSYS5_SetSampleIndx _MB(2,8,6,13,0) 341 #define StMSYS5_SetSampleIndx _MB(2,8,6,13,0)
342 342
343 #define StMSYS_Custom0 _MB(2,8,1,0,0)
344 #define StMSYS_Custom1 _MB(2,8,2,0,0)
345 #define StMSYS_Custom2 _MB(2,8,3,0,0)
346 #define StMSYS_Custom3 _MB(2,8,4,0,0)
347 #define StMSYS_Custom4 _MB(2,8,5,0,0)
348 #define StMSYS_Custom5 _MB(2,8,6,0,0)
349
343 /* PAGE 9 */ 350 /* PAGE 9 */
344 351
345 # define StMCustom _MB(2,9,0,0,0) 352 # define StMCustom _MB(2,9,0,0,0)
346 353
347 /* PAGE 9 EDIT FIELD CONTENT */ 354 /* PAGE 9 EDIT FIELD CONTENT */