Showing text on LCD Display with C# UWP and GPIO

2.3k Views Asked by At

I'm currently trying to show "Hello World" on 16x2 LCD display which I have already connected to the breadboard, which is connecting to Raspberry Pi with Windows 10 IoT Core. I have searched libraries that might be able to handle. I found RaspberryPiDotNet Library but it is not compatible with UWP as it seems.

Is there any libraries or ways to get "Hello World" on my screen?

What I have tried:

  • Import the library to the project. It is in .sln format so I tried to make .dll out of it, and it causes incompatibility that one is using .NET Core, while other uses .NET Framework
  • Find C# APIs that allows LCD display
1

There are 1 best solutions below

0
On

You can find a lot of samples for this topic on the Microsoft Developers page.

Microsoft projects

Example 1 Example 2