1
0

add screen library

This commit is contained in:
2024-01-13 19:15:18 +01:00
parent 7b660f0fe2
commit 65ff5de90f
533 changed files with 113575 additions and 2 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:/devel/TouchGFX-4.16.1/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:\devel\TouchGFX-4.16.1\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>