steering-wheel/TouchGFX/steering-wheel.touchgfx

99 lines
2.6 KiB
Plaintext

{
"Application": {
"Screens": [
{
"Name": "screen",
"CanvasBufferSize": 7200,
"Components": [
{
"Type": "TextArea",
"Name": "textArea1",
"X": 190,
"Y": 29,
"Width": 100,
"Height": 25,
"TextId": "__SingleUse_6GPV",
"TextRotation": "0",
"Color": {
"Red": 255
},
"AutoSize": true
},
{
"Type": "Circle",
"Name": "circle1",
"X": 97,
"Y": 120,
"Width": 80,
"Height": 80,
"Color": {
"Red": 3,
"Green": 255,
"Blue": 226
},
"CenterX": 40.0,
"CenterY": 40.0,
"Radius": 40.0,
"EndAngle": 360.0,
"CapPrecision": "Butt"
}
],
"Interactions": []
}
],
"CustomContainerDefinitions": [],
"Name": "MyApplication",
"Resolution": {
"Width": 320,
"Height": 480
},
"SelectedColorDepth": 16,
"StartupScreenName": "screen",
"SelectedStartupLanguage": "GB",
"TouchGfxPath": "../Middlewares/ST/touchgfx",
"UIPath": ".",
"AvailableColorDepths": [
16
],
"AvailableLCDs": {
"16": "LCD16bpp"
},
"AvailableSections": [
"ExtFlashSection",
"IntFlashSection"
],
"AvailableResolutions": [
{
"Width": 320,
"Height": 480
}
],
"PhysicalButtons": [],
"FrameworkFeatures": {
"LCD16bpp": {
"Id": "LCD16bpp",
"IsEnabled": true
}
},
"GenerateAssetsCommand": "make -f simulator/gcc/Makefile assets -j8",
"PostGenerateCommand": "touchgfx update_project --project-file=simulator/msvs/Application.vcxproj",
"PostGenerateTargetCommand": "touchgfx update_project",
"PostGenerateTargetCommandOverride": "touchgfx update_project --project-file=../steering-wheel.ioc --platform=m7",
"CompileSimulatorCommand": "make -f simulator/gcc/Makefile -j8",
"RunSimulatorCommand": "build\\bin\\simulator.exe",
"LandscapeSkinX": 0,
"LandscapeSkinY": 0,
"PortraitSkinX": 0,
"PortraitSkinY": 0,
"DisplayOrientation": "Landscape",
"Family": "STM32H7",
"SubFamily": "STM32H7A3/7B3",
"Toolchain": "Makefile",
"Platform": "m7",
"ProjectFile": "../steering-wheel.ioc",
"OptionalComponentsRoot": "../Middlewares/ST/touchgfx_components",
"OptionalComponents": [],
"AdditionalFeatures": []
},
"Version": "4.21.2"
}