1
0

fin SETR2

This commit is contained in:
Jose
2025-12-19 17:13:32 +01:00
parent b9c332427d
commit ec45536183
740 changed files with 465505 additions and 284 deletions

View File

@@ -0,0 +1,33 @@
{
"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"
}