charger/Software/TouchGFX/FT23_Charger.touchgfx
2025-02-23 01:57:50 +01:00

92 lines
2.6 KiB
Plaintext

{
"Application": {
"Screens": [
{
"Name": "screen",
"Components": [
{
"Type": "Button",
"Name": "button1",
"X": 327,
"Y": 275,
"Width": 370,
"Height": 50,
"Pressed": "__generated\\alternate_theme_images_widgets_button_regular_height_50_large_round_pressed.png",
"Released": "__generated\\alternate_theme_images_widgets_button_regular_height_50_large_round_action.png",
"Preset": "alternate_theme\\presets\\button\\regular\\height_50\\large_round_action.json"
}
],
"Interactions": [
{
"InteractionName": "Interaction1",
"Trigger": {
"Type": "TriggerClicked",
"TriggerComponent": "button1"
},
"Action": {
"Type": "ActionNone"
}
}
],
"CustomActions": [
{
"Name": "action1"
}
]
}
],
"CustomContainerDefinitions": [],
"Name": "MyApplication",
"Resolution": {
"Width": 1024,
"Height": 600
},
"SelectedColorDepth": 24,
"StartupScreenName": "screen",
"SelectedStartupLanguage": "GB",
"TouchGfxPath": "../Middlewares/ST/touchgfx",
"UIPath": ".",
"AvailableColorDepths": [
24
],
"AvailableLCDs": {
"24": "LCD24bpp"
},
"AvailableSections": [
"ExtFlashSection",
"IntFlashSection"
],
"AvailableResolutions": [
{
"Width": 1024,
"Height": 600
}
],
"PhysicalButtons": [],
"FrameworkFeatures": {
"LCD24bpp": {
"Id": "LCD24bpp",
"IsEnabled": true
}
},
"GenerateAssetsCommand": "make -f simulator/gcc/Makefile assets -j8",
"PostGenerateCommand": "touchgfx update_project --project-file=simulator/msvs/Application.vcxproj",
"PostGenerateTargetCommand": "touchgfx update_project",
"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": "STM32CubeIDE",
"Platform": "m7",
"ProjectFile": "../FT23_Charger.ioc",
"OptionalComponentsRoot": "../Middlewares/ST/touchgfx_components",
"OptionalComponents": [],
"AdditionalFeatures": []
},
"Version": "4.24.2"
}