fin SETR2
This commit is contained in:
128
P7_SETR2/P7_SMT4497/TouchGFX/P7_SMT4497.touchgfx
Normal file
128
P7_SETR2/P7_SMT4497/TouchGFX/P7_SMT4497.touchgfx
Normal file
@@ -0,0 +1,128 @@
|
||||
{
|
||||
"Application": {
|
||||
"Screens": [
|
||||
{
|
||||
"Name": "MainScreen",
|
||||
"Components": [
|
||||
{
|
||||
"Type": "Image",
|
||||
"Name": "background",
|
||||
"Width": 480,
|
||||
"Height": 272,
|
||||
"RelativeFilename": "fondo_blanco.png"
|
||||
},
|
||||
{
|
||||
"Type": "Image",
|
||||
"Name": "led_off",
|
||||
"X": 341,
|
||||
"Y": 87,
|
||||
"Width": 54,
|
||||
"Height": 98,
|
||||
"RelativeFilename": "led_off.png"
|
||||
},
|
||||
{
|
||||
"Type": "Image",
|
||||
"Name": "led_on",
|
||||
"X": 341,
|
||||
"Y": 87,
|
||||
"Width": 54,
|
||||
"Height": 98,
|
||||
"Visible": false,
|
||||
"RelativeFilename": "led_on.png"
|
||||
},
|
||||
{
|
||||
"Type": "Gauge",
|
||||
"Name": "temperature",
|
||||
"X": 16,
|
||||
"Y": 16,
|
||||
"Width": 240,
|
||||
"Height": 240,
|
||||
"Preset": "alternate_theme\\presets\\gauges\\medium\\active.json",
|
||||
"FileNameBackground": "__generated\\alternate_theme_images_widgets_gauge_medium_backgrounds_active.png",
|
||||
"RotationCenterX": 120.0,
|
||||
"RotationCenterY": 120.0,
|
||||
"StartAngle": -113.0,
|
||||
"EndAngle": 112.0,
|
||||
"RangeMax": 100.0,
|
||||
"InitialValue": 50.0,
|
||||
"Easing": "Linear",
|
||||
"EasingOption": "In",
|
||||
"FileNameNeedle": "__generated\\alternate_theme_images_widgets_gauge_medium_needles_smooth.png",
|
||||
"NeedleRotationCenterX": 7.0,
|
||||
"NeedleRotationCenterY": 67.0,
|
||||
"NeedleMovingRenderingAlgorithm": "Bilinear Interpolation",
|
||||
"NeedleSteadyRenderingAlgorithm": "Bilinear Interpolation",
|
||||
"ArcColor": {
|
||||
"Red": 20,
|
||||
"Green": 151,
|
||||
"Blue": 197
|
||||
},
|
||||
"ArcCapStyle": "Butt"
|
||||
}
|
||||
],
|
||||
"Interactions": []
|
||||
}
|
||||
],
|
||||
"CustomContainerDefinitions": [],
|
||||
"Name": "P7_SMT4497",
|
||||
"Resolution": {
|
||||
"Width": 480,
|
||||
"Height": 272
|
||||
},
|
||||
"SelectedColorDepth": 16,
|
||||
"StartupScreenName": "MainScreen",
|
||||
"SelectedStartupLanguage": "GB",
|
||||
"TouchGfxPath": "../Middlewares/ST/touchgfx",
|
||||
"UIPath": ".",
|
||||
"AvailableColorDepths": [
|
||||
16
|
||||
],
|
||||
"AvailableLCDs": {
|
||||
"16": "LCD16bpp"
|
||||
},
|
||||
"AvailableSections": [
|
||||
"ExtFlashSection",
|
||||
"IntFlashSection"
|
||||
],
|
||||
"AvailableResolutions": [
|
||||
{
|
||||
"Width": 480,
|
||||
"Height": 272
|
||||
}
|
||||
],
|
||||
"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",
|
||||
"CompileSimulatorCommand": "make -f simulator/gcc/Makefile -j8",
|
||||
"RunSimulatorCommand": "build\\bin\\simulator.exe",
|
||||
"CompileTargetCommand": "make -f ../gcc/Makefile -j8",
|
||||
"FlashTargetCommand": "make -f ../gcc/Makefile flash -j8",
|
||||
"FlashTargetIntCommandOverride": "make -f ../gcc/Makefile intflash -j8",
|
||||
"LandscapeSkinX": 0,
|
||||
"LandscapeSkinY": 0,
|
||||
"PortraitSkinX": 0,
|
||||
"PortraitSkinY": 0,
|
||||
"DisplayOrientation": "Landscape",
|
||||
"Family": "STM32F7",
|
||||
"SubFamily": "STM32F7x6",
|
||||
"Toolchain": "STM32CubeIDE",
|
||||
"Platform": "m7",
|
||||
"ProjectFile": "../STM32F746G_DISCO.ioc",
|
||||
"OptionalComponentsRoot": "../Middlewares/ST/touchgfx_components",
|
||||
"OptionalComponents": [],
|
||||
"AdditionalFeatures": [
|
||||
"CWRVector",
|
||||
"VectorFonts",
|
||||
"Video"
|
||||
]
|
||||
},
|
||||
"Version": "4.26.0",
|
||||
"CreatedBy": "4.26.0"
|
||||
}
|
||||
Reference in New Issue
Block a user