**Describe the bug** <!-- A clear and concise description of what the bug is. --> I am trying out the code snippet on the [Readme](https://github.com/dotnet/iot/blob/74f56fae18917dd20379254e76dc21ae1c69e52c/src/devices/Ili934x/README.md) and could not get it to compile. **Steps to reproduce** ```csharp // put sample code here ``` **Expected behavior** Expect it to run on Raspberry Pi 4. <!-- Describe what you expected to happen --> **Actual behavior** <!-- Describe what actually happened --> **Versions used** dotnet 6.0 SDK Latest Nuget <!-- Please add the following information: - `dotnet --info` on the machine being used to build - `dotnet --info` on the machine where app is being run (not applicable for self-contained apps) - Version of `System.Device.Gpio` package - Version of `Iot.Device.Bindings` package (not needed if bug is in `System.Device.Gpio`) -->