encounter touchgfx build problem, giving up for now

This commit is contained in:
Johnny Hsu 2025-04-03 16:47:15 +02:00
parent 03a04019e2
commit 910810899c
506 changed files with 4724 additions and 5726 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,28 +0,0 @@
/* USER CODE BEGIN Header */
/**
******************************************************************************
* @file
* @author MCD Application Team
* @version V2.0.0
******************************************************************************
* @attention
*
* Copyright (c) 2025 STMicroelectronics.
* All rights reserved.
*
* This software is licensed under terms that can be found in the LICENSE file
* in the root directory of this software component.
* If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
/* USER CODE END Header */
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __RTE_COMPONENTS_H__
#define __RTE_COMPONENTS_H__
/* Defines ------------------------------------------------------------------*/
/* STMicroelectronics.X-CUBE-TOUCHGFX.4.25.0 */
#define TOUCHGFX_APP
#endif /* __RTE_COMPONENTS_H__ */

View File

@ -19,7 +19,6 @@
/* USER CODE END Header */
/* Includes ------------------------------------------------------------------*/
#include "main.h"
#include "app_touchgfx.h"
/* Private includes ----------------------------------------------------------*/
/* USER CODE BEGIN Includes */
@ -131,7 +130,6 @@ int main(void)
MX_UART5_Init();
MX_LTDC_Init();
MX_CRC_Init();
MX_TouchGFX_Init();
/* USER CODE BEGIN 2 */
//uint32_t sdramcheck = MemoryCheck(&huart5, &hsdram1);
@ -153,7 +151,6 @@ int main(void)
{
/* USER CODE END WHILE */
MX_TouchGFX_Process();
/* USER CODE BEGIN 3 */

View File

@ -175,9 +175,8 @@ Mcu.Pin94=PE1
Mcu.Pin95=VP_CRC_VS_CRC
Mcu.Pin96=VP_SYS_VS_Systick
Mcu.Pin97=VP_MEMORYMAP_VS_MEMORYMAP
Mcu.Pin98=VP_STMicroelectronics.X-CUBE-TOUCHGFX_VS_GraphicsJjApplication_4.25.0
Mcu.PinsNb=99
Mcu.ThirdParty0=STMicroelectronics.X-CUBE-TOUCHGFX.4.25.0
Mcu.PinsNb=98
Mcu.ThirdParty0=STMicroelectronics.X-CUBE-TOUCHGFX.4.24.2
Mcu.ThirdPartyNb=1
Mcu.UserConstants=
Mcu.UserName=STM32H7A3ZITx
@ -625,14 +624,8 @@ SH.FMC_SDNRAS.0=FMC_SDNRAS,13b-sda1
SH.FMC_SDNRAS.ConfNb=1
SH.FMC_SDNWE.0=FMC_SDNWE,13b-sda1
SH.FMC_SDNWE.ConfNb=1
STMicroelectronics.X-CUBE-TOUCHGFX.4.25.0.ApplicationCcGraphicsJjApplication=TouchGFXOoGenerator
STMicroelectronics.X-CUBE-TOUCHGFX.4.25.0.GraphicsJjApplication_Checked=true
STMicroelectronics.X-CUBE-TOUCHGFX.4.25.0.IPParameters=ApplicationCcGraphicsJjApplication,tgfx_custom_height,tgfx_display_interface,tgfx_vsync
STMicroelectronics.X-CUBE-TOUCHGFX.4.25.0.tgfx_custom_height=600
STMicroelectronics.X-CUBE-TOUCHGFX.4.25.0.tgfx_display_interface=disp_ltdc
STMicroelectronics.X-CUBE-TOUCHGFX.4.25.0.tgfx_vsync=vsync_ltdc
STMicroelectronics.X-CUBE-TOUCHGFX.4.25.0_IsPackSelfContextualization=true
STMicroelectronics.X-CUBE-TOUCHGFX.4.25.0_SwParameter=ApplicationCcGraphicsJjApplication\:TouchGFXOoGenerator;
STMicroelectronics.X-CUBE-TOUCHGFX.4.24.2_IsPackSelfContextualization=true
STMicroelectronics.X-CUBE-TOUCHGFX.4.24.2_SwParameter=ApplicationCcGraphicsJjApplication\:TouchGFXOoGenerator;
USART10.IPParameters=VirtualMode-Asynchronous
USART10.VirtualMode-Asynchronous=VM_ASYNC
USB_OTG_HS.IPParameters=VirtualMode-Device_Only_FS
@ -641,8 +634,6 @@ VP_CRC_VS_CRC.Mode=CRC_Activate
VP_CRC_VS_CRC.Signal=CRC_VS_CRC
VP_MEMORYMAP_VS_MEMORYMAP.Mode=CurAppReg
VP_MEMORYMAP_VS_MEMORYMAP.Signal=MEMORYMAP_VS_MEMORYMAP
VP_STMicroelectronics.X-CUBE-TOUCHGFX_VS_GraphicsJjApplication_4.25.0.Mode=GraphicsJjApplication
VP_STMicroelectronics.X-CUBE-TOUCHGFX_VS_GraphicsJjApplication_4.25.0.Signal=STMicroelectronics.X-CUBE-TOUCHGFX_VS_GraphicsJjApplication_4.25.0
VP_SYS_VS_Systick.Mode=SysTick
VP_SYS_VS_Systick.Signal=SYS_VS_Systick
board=custom

View File

@ -1,5 +1,5 @@
##########################################################################################################################
# File automatically-generated by tool: [projectgenerator] version: [4.5.0-RC5] date: [Thu Apr 03 01:50:52 CEST 2025]
# File automatically-generated by tool: [projectgenerator] version: [4.5.0-RC5] date: [Thu Apr 03 16:40:31 CEST 2025]
##########################################################################################################################
# ------------------------------------------------
@ -85,8 +85,7 @@ Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pcd_ex.c \
Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_usb.c \
Core/Src/system_stm32h7xx.c \
Core/Src/sysmem.c \
Core/Src/syscalls.c \
TouchGFX/App/app_touchgfx.c
Core/Src/syscalls.c
# ASM sources
ASM_SOURCES = \
@ -152,16 +151,13 @@ C_INCLUDES = \
-IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy \
-IDrivers/CMSIS/Device/ST/STM32H7xx/Include \
-IDrivers/CMSIS/Include \
-ITouchGFX/App \
-ITouchGFX/target/generated \
-ITouchGFX/target \
-IMiddlewares/ST/touchgfx/framework/include \
-ITouchGFX/generated/fonts/include \
-ITouchGFX/generated/gui_generated/include \
-ITouchGFX/generated/images/include \
-ITouchGFX/generated/texts/include \
-ITouchGFX/generated/videos/include \
-ITouchGFX/gui/include \
-ITouchGFX/gui/include
# compile gcc flags

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.
@ -13,9 +13,9 @@
#ifndef TOUCHGFX_VERSION_HPP
#define TOUCHGFX_VERSION_HPP
#define TOUCHGFX_VERSION 42402
#define TOUCHGFX_VERSION 42500
#define TOUCHGFX_VERSION_MAJOR 4
#define TOUCHGFX_VERSION_MINOR 24
#define TOUCHGFX_VERSION_PATCH 2
#define TOUCHGFX_VERSION_MINOR 25
#define TOUCHGFX_VERSION_PATCH 0
#endif // TOUCHGFX_VERSION_HPP

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.
@ -49,6 +49,16 @@ public:
T::add(text);
}
/**
* Get the TypedText.
*
* @return The TypedText assigned to the button
*/
const TypedText& getText()
{
return text.getTypedText();
}
/**
* Sets a text.
*

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

View File

@ -1,8 +1,8 @@
/******************************************************************************
* Copyright (c) 2018(-2024) STMicroelectronics.
* Copyright (c) 2018(-2025) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.24.2 distribution.
* This file is part of the TouchGFX 4.25.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of this software component.

Some files were not shown because too many files have changed in this diff Show More