Initial commit
This commit is contained in:
21
ide-touchgfx-gen/TouchGFX/ApplicationTemplate.touchgfx.part
Normal file
21
ide-touchgfx-gen/TouchGFX/ApplicationTemplate.touchgfx.part
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
{
|
||||
"Application": {
|
||||
"Name": "STM32F746G_DISCO",
|
||||
"TouchGfxPath": "../Middlewares/ST/touchgfx",
|
||||
"AvailableColorDepths": [ 16 ],
|
||||
"AvailableLCDs":
|
||||
{
|
||||
"16": "LCD16bpp"
|
||||
},
|
||||
"AvailableResolutions" : [
|
||||
{
|
||||
"Width": 480,
|
||||
"Height": 272
|
||||
}
|
||||
],
|
||||
"PostGenerateTargetCommand" : "touchgfx update_project --project-file=../STM32F746G_DISCO.ioc --platform=m7",
|
||||
"Family" : "STM32F7"
|
||||
},
|
||||
"Version": "4.16.0"
|
||||
}
|
||||
Reference in New Issue
Block a user