From ae96e8f53ba80350df14a214616a21da2d46060b Mon Sep 17 00:00:00 2001 From: Krzysztof Wicher Date: Thu, 22 Jan 2026 17:47:21 +0100 Subject: [PATCH 1/2] Fix README link casing for Ili934x example --- src/devices/SkiaSharpAdapter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/SkiaSharpAdapter/README.md b/src/devices/SkiaSharpAdapter/README.md index ad498b9894..1ccd902f7d 100644 --- a/src/devices/SkiaSharpAdapter/README.md +++ b/src/devices/SkiaSharpAdapter/README.md @@ -6,7 +6,7 @@ This folder contains the SkiaSharp adapter for Iot.Device.Bindings. It provides [SkiaSharp](https://github.com/mono/SkiaSharp) multi-platform graphics library. This folder is compiled into its own .nuget file, so that no external dependencies are included when they're not needed. -See [Ili934x](../Ili934x/Readme.md) for an usage example. +See [Ili934x](../Ili934x/README.md) for an usage example. To use SkiaSharp as image library with Iot.Device.Bindings, reference (in addition to `Iot.Device.Bindings.nuget`) the `Iot.Device.Bindings.SkiaSharpAdapter.nuget` and put a line with `SkiaSharpAdapter.Register()` somewhere at the beginning of your application. From c593f2b0c9d423dc206805c720325a5628e8a32e Mon Sep 17 00:00:00 2001 From: Krzysztof Wicher Date: Thu, 29 Jan 2026 17:47:32 +0100 Subject: [PATCH 2/2] FT4222 casing in Pn5180 --- src/devices/Pn5180/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/devices/Pn5180/README.md b/src/devices/Pn5180/README.md index c3a552c348..1b9dc546af 100644 --- a/src/devices/Pn5180/README.md +++ b/src/devices/Pn5180/README.md @@ -10,13 +10,13 @@ Application note on how to operate PN5180 without a [library](https://www.nxp.co ## Board -You will find different implementation of this board. All boards should have full SPI pins plus the reset and busy ones and additionnaly 5V and or 3.3V plus ground. This pictures shows an example of one of the implementation connected with a [FT4222](../FT4222/README.md) chipset to provide the necessary GPIO and SPI features: +You will find different implementation of this board. All boards should have full SPI pins plus the reset and busy ones and additionnaly 5V and or 3.3V plus ground. This pictures shows an example of one of the implementation connected with a [FT4222](../Ft4222/README.md) chipset to provide the necessary GPIO and SPI features: ![PN5180](./pn5180_ft4222.png) ## Usage -You will find a full example in the [samples directory](./samples/Program.cs). This example covers the usage of most of the public functions and properties. This example shows as well how to use the [FT4222](../FT4222/README.md) as a SPI and GPIO controller. Note that the development for the PN5180 has been done fully on a Windows 10 64 bit machine using this FT42222 to add the IoT capabilities. +You will find a full example in the [samples directory](./samples/Program.cs). This example covers the usage of most of the public functions and properties. This example shows as well how to use the [FT4222](../Ft4222/README.md) as a SPI and GPIO controller. Note that the development for the PN5180 has been done fully on a Windows 10 64 bit machine using this FT42222 to add the IoT capabilities. PN5180 is operated thru SPI and GPIO. GPIO is used to control the SPI behavior as the PN5180 is using SPI in specific way. This does then require to manually manage the pin selection for SPI. And another pin called pin busy is used to understand when the PN5180 is available to receive and send information.