diff Discovery/Inc/tStructure.h @ 1053:36fa1c44e597 Icon_Integration

Added upload command for icon: It is now possible to upload a custom icon which is shown during startup and while writing settings (instead of the HW string). The icons are limited to 256 colors and 800x480 pixels. The icon may not be larger than 200kByte because of storage avability. For upload the same CRC functions as for the common firmware updates are in use,
author Ideenmodellierer
date Wed, 31 Dec 2025 17:49:05 +0100
parents f8e2895c91e5
children
line wrap: on
line diff
--- a/Discovery/Inc/tStructure.h	Mon Dec 15 17:56:25 2025 +0100
+++ b/Discovery/Inc/tStructure.h	Wed Dec 31 17:49:05 2025 +0100
@@ -34,7 +34,7 @@
 
 /* Includes ------------------------------------------------------------------*/
 #include "stdint.h"
-
+#include "configuration.h"
 /** @addtogroup Template
 	* @{
 	*/
@@ -366,6 +366,8 @@
 #define StMSYS5_SetSampleIndx   _MB(2,9,6,13,0)
 #define StMSYS5_AdjustSurfPres  _MB(2,9,6,14,0)
 #define StMSYS5_FlashBoot		_MB(2,9,6,15,0)
+#define StMSYS5_Reset			_MB(2,9,6,16,0)
+#define StMSYS5_ResetIcon		_MB(2,9,6,17,0)
 
 #else