nanoFramework.Iot.Device.XPT2046 1.0.106

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package nanoFramework.Iot.Device.XPT2046 --version 1.0.106
                    
NuGet\Install-Package nanoFramework.Iot.Device.XPT2046 -Version 1.0.106
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="nanoFramework.Iot.Device.XPT2046" Version="1.0.106" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="nanoFramework.Iot.Device.XPT2046" Version="1.0.106" />
                    
Directory.Packages.props
<PackageReference Include="nanoFramework.Iot.Device.XPT2046" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add nanoFramework.Iot.Device.XPT2046 --version 1.0.106
                    
#r "nuget: nanoFramework.Iot.Device.XPT2046, 1.0.106"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package nanoFramework.Iot.Device.XPT2046@1.0.106
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=nanoFramework.Iot.Device.XPT2046&version=1.0.106
                    
Install as a Cake Addin
#tool nuget:?package=nanoFramework.Iot.Device.XPT2046&version=1.0.106
                    
Install as a Cake Tool

This package includes the nanoFramework.Iot.Device.XPT2046 assembly for .NET nanoFramework C# projects.

XPT2046 - Touch screen controller

The XPT2046 from XPTEK is a 4-wire resistive touch screen controller that incorporates a 12-bit 125 kHz successive approximation register type A/D converter. The XPT2046 can detect the pressed screen location by performing two A/D conversions. As well as the location, the XPT2046 also measures touch screen pressure.

Communication is via the SPI bus which can communicate at maximum speed of 2Mhz and uses Mode 0 for the clock polarity/phase setting.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0-preview-109 50 7/13/2026
2.0.0-preview-094 62 6/22/2026
2.0.0-preview-085 67 6/1/2026
2.0.0-preview-080 61 5/27/2026
2.0.0-preview-062 64 5/13/2026
2.0.0-preview-049 58 5/4/2026
2.0.0-preview-045 73 4/29/2026
2.0.0-preview-037 68 4/22/2026
2.0.0-preview-032 71 4/20/2026
2.0.0-preview-016 86 3/10/2026
1.0.106 91 7/13/2026
1.0.92 98 7/1/2026
1.0.81 119 6/22/2026
1.0.30 245 11/26/2025
1.0.1 243 10/6/2025

Initial release of XPT2046 touch screen controller driver for nanoFramework.