comparison Discovery/Inc/tStructure.h @ 567:1c95f811967c

-Add 12HR Time Support -Add firmware image only font extensions -Show english units when required in log's graphs -Show decompression info with Font84 if 10 characters long -Remove usage of ' symbol to denote minutes and instead use min abbreviation -Show english units when required on the simulation configuration screen -Remove usage of ' symbol to denote feet in in non-metric mode and use ft abbrevation
author izzni
date Tue, 24 Nov 2020 13:22:23 -0600
parents ec76fa85009e
children fb5bb04ad914
comparison
equal deleted inserted replaced
566:7761dd028386 567:1c95f811967c
271 #define StMSYS1_Time _MB(2,8,1,2,0) 271 #define StMSYS1_Time _MB(2,8,1,2,0)
272 #define StMSYS1_DDMMYY _MB(2,8,1,3,0) 272 #define StMSYS1_DDMMYY _MB(2,8,1,3,0)
273 #define StMSYS1_MMDDYY _MB(2,8,1,4,0) 273 #define StMSYS1_MMDDYY _MB(2,8,1,4,0)
274 #define StMSYS1_YYMMDD _MB(2,8,1,5,0) 274 #define StMSYS1_YYMMDD _MB(2,8,1,5,0)
275 #define StMSYS1_DST _MB(2,8,1,6,0) 275 #define StMSYS1_DST _MB(2,8,1,6,0)
276 #define StMSYS1_12HR _MB(2,8,1,7,0)
276 277
277 #define StMSYS2_English _MB(2,8,2,1,0) 278 #define StMSYS2_English _MB(2,8,2,1,0)
278 #define StMSYS2_German _MB(2,8,2,2,0) 279 #define StMSYS2_German _MB(2,8,2,2,0)
279 #define StMSYS2_French _MB(2,8,2,3,0) 280 #define StMSYS2_French _MB(2,8,2,3,0)
280 #define StMSYS2_Italian _MB(2,8,2,4,0) 281 #define StMSYS2_Italian _MB(2,8,2,4,0)