1
0
This repository has been archived on 2025-12-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
setr2-monorepo/P7_SETR2/P7_SMT4497/TouchGFX/ApplicationTemplate.touchgfx.part
2025-12-19 17:13:32 +01:00

34 lines
766 B
Plaintext

{
"Application": {
"Name": "STM32F746G_DISCO",
"TouchGfxPath": "../Middlewares/ST/touchgfx",
"AvailableColorDepths": [ 16 ],
"AvailableLCDs":
{
"16": "LCD16bpp"
},
"AvailableResolutions": [
{
"Width": 480,
"Height": 272
}
],
"PostGenerateTargetCommand": "touchgfx update_project",
"Family": "STM32F7",
"SubFamily": "STM32F7x6",
"Platform": "m7",
"Toolchain": "STM32CubeIDE",
"ProjectFile": "../STM32F746G_DISCO.ioc",
"OptionalComponentsRoot": "../Middlewares/ST/touchgfx_components",
"OptionalComponents": [
],
"AdditionalFeatures": [
"CWRVector",
"VectorFonts",
"Video"
]
},
"Version": "4.26.0"
}