touchgfx compilation attempt
This commit is contained in:
@ -3,25 +3,12 @@
|
||||
"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"
|
||||
}
|
||||
],
|
||||
"Components": [],
|
||||
"Interactions": [
|
||||
{
|
||||
"InteractionName": "Interaction1",
|
||||
"Trigger": {
|
||||
"Type": "TriggerClicked",
|
||||
"TriggerComponent": "button1"
|
||||
"Type": "TriggerClicked"
|
||||
},
|
||||
"Action": {
|
||||
"Type": "ActionNone"
|
||||
@ -71,7 +58,9 @@
|
||||
},
|
||||
"GenerateAssetsCommand": "make -f simulator/gcc/Makefile assets -j8",
|
||||
"PostGenerateCommand": "touchgfx update_project --project-file=simulator/msvs/Application.vcxproj",
|
||||
"PostGenerateCommandOverride": "",
|
||||
"PostGenerateTargetCommand": "touchgfx update_project",
|
||||
"PostGenerateTargetCommandOverride": "",
|
||||
"CompileSimulatorCommand": "make -f simulator/gcc/Makefile -j8",
|
||||
"RunSimulatorCommand": "build\\bin\\simulator.exe",
|
||||
"LandscapeSkinX": 0,
|
||||
@ -81,7 +70,7 @@
|
||||
"DisplayOrientation": "Landscape",
|
||||
"Family": "STM32H7",
|
||||
"SubFamily": "STM32H7A3/7B3",
|
||||
"Toolchain": "STM32CubeIDE",
|
||||
"Toolchain": "Makefile",
|
||||
"Platform": "m7",
|
||||
"ProjectFile": "../FT23_Charger.ioc",
|
||||
"OptionalComponentsRoot": "../Middlewares/ST/touchgfx_components",
|
||||
|
||||
Reference in New Issue
Block a user