Skip to content

Commit 12a9297

Browse files
authored
New feature: Support big characters on 20x4 displays (dotnet#1578)
* New feature: Support big characters on 20x4 displays * Add missing methods
1 parent fd6bb1d commit 12a9297

15 files changed

+1329
-5
lines changed

src/Iot.Device.Bindings/Iot.Device.Bindings.csproj

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
<PackageReference Include="System.Management" Version="$(SystemManagementPackageVersion)" />
3333
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="$(MicrosoftExtensionsLoggingAbstractionsPackageVersion)" />
3434
</ItemGroup>
35-
35+
<ItemGroup>
36+
<EmbeddedResource Include="../devices/CharacterLcd/BigFontMap.txt" />
37+
</ItemGroup>
3638
<!-- This target will call into each device binding project to get out the source files for the framework we are building
3739
and then it will add the results to the Compile item group. -->
3840
<Target Name="GetCompileItemsFromProjects"

0 commit comments

Comments
 (0)