comparison Discovery/Src/tMenu.c @ 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 93c98a28406c
children
comparison
equal deleted inserted replaced
1052:3029dd4398a5 1053:36fa1c44e597
48 #include "tMenuPlanner.h" 48 #include "tMenuPlanner.h"
49 #include "tMenuSetpoint.h" 49 #include "tMenuSetpoint.h"
50 #include "tMenuSystem.h" 50 #include "tMenuSystem.h"
51 #include "tMenuXtra.h" 51 #include "tMenuXtra.h"
52 #include "tMenuCustom.h" 52 #include "tMenuCustom.h"
53 #include "tStructure.h"
53 54
54 /* Private types -------------------------------------------------------------*/ 55 /* Private types -------------------------------------------------------------*/
55 #define MAXPAGES 12 56 #define MAXPAGES 12
56 #define CURSOR_HIGH 25 57 #define CURSOR_HIGH 25
57 #define TAB_HEADER_HIGH 25 58 #define TAB_HEADER_HIGH 25