Use TouchGFX

This commit is contained in:
2023-03-06 21:21:00 +01:00
parent 2cadbff590
commit 8a2bdc347c
1214 changed files with 358250 additions and 87 deletions

View File

@ -0,0 +1,8 @@
# Relative location of the TouchGFX framework from root of application
touchgfx_path := ../Middlewares/ST/touchgfx
# Location of the TouchGFX Environment
touchgfx_env := C:/TouchGFX/4.21.2/env
# Optional additional compiler flags
user_cflags := -DUSE_BPP=16

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<ImportGroup Label="PropertySheets"/>
<PropertyGroup Label="UserMacros">
<UseBPP>16</UseBPP>
<TouchGFXReleasePath>..\..\..\Middlewares\ST\touchgfx</TouchGFXReleasePath>
<TouchGFXEnvPath>C:\TouchGFX\4.21.2\env</TouchGFXEnvPath>
<ApplicationRoot>..\..</ApplicationRoot>
</PropertyGroup>
<PropertyGroup/>
<ItemDefinitionGroup/>
<ItemGroup>
<BuildMacro Include="UseBPP">
<Value>$(UseBPP)</Value>
</BuildMacro>
<BuildMacro Include="TouchGFXReleasePath">
<Value>$(TouchGFXReleasePath)</Value>
</BuildMacro>
<BuildMacro Include="TouchGFXEnvPath">
<Value>$(TouchGFXEnvPath)</Value>
</BuildMacro>
<BuildMacro Include="ApplicationRoot">
<Value>$(ApplicationRoot)</Value>
</BuildMacro>
</ItemGroup>
</Project>