comparison Discovery/Inc/gfx_engine.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 65d35e66efb9
children
comparison
equal deleted inserted replaced
1052:3029dd4398a5 1053:36fa1c44e597
76 int left; 76 int left;
77 int right; 77 int right;
78 int top; 78 int top;
79 int bottom; 79 int bottom;
80 } SWindowGimpStyle; 80 } SWindowGimpStyle;
81
82 typedef struct {
83 uint32_t length;
84 uint8_t type, dummy5, dummy6, dummy7;
85 uint32_t checksum;
86 } SIconHeader;
81 87
82 /* Exported variables --------------------------------------------------------*/ 88 /* Exported variables --------------------------------------------------------*/
83 89
84 /** 90 /**
85 * \001 center 91 * \001 center