first software regen
This commit is contained in:
30
Software/TouchGFX/ApplicationTemplate.touchgfx.part
Normal file
30
Software/TouchGFX/ApplicationTemplate.touchgfx.part
Normal file
@ -0,0 +1,30 @@
|
||||
|
||||
{
|
||||
"Application": {
|
||||
"Name": "FT23_Charger",
|
||||
"TouchGfxPath": "../Middlewares/ST/touchgfx",
|
||||
"AvailableColorDepths": [ 24 ],
|
||||
"AvailableLCDs":
|
||||
{
|
||||
"24": "LCD24bpp"
|
||||
},
|
||||
"AvailableResolutions": [
|
||||
{
|
||||
"Width": 1024,
|
||||
"Height": 600
|
||||
}
|
||||
],
|
||||
"PostGenerateTargetCommand": "touchgfx update_project",
|
||||
"Family": "STM32H7",
|
||||
"SubFamily": "STM32H7A3/7B3",
|
||||
"Platform": "m7",
|
||||
"Toolchain": "STM32CubeIDE",
|
||||
"ProjectFile": "../FT23_Charger.ioc",
|
||||
"OptionalComponentsRoot": "../Middlewares/ST/touchgfx_components",
|
||||
"OptionalComponents": [
|
||||
],
|
||||
"AdditionalFeatures": [
|
||||
],
|
||||
},
|
||||
"Version": "4.21.0"
|
||||
}
|
||||
Reference in New Issue
Block a user