This repository has been archived on 2024-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
ButtonManager/ide-touchgfx-gen/TouchGFX/ApplicationTemplate.touchgfx.part

22 lines
463 B
Plaintext
Raw Permalink Normal View History

2023-11-26 19:13:49 +00:00
{
"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"
}