简体   繁体   中英

Showing text on LCD Display with C# UWP and GPIO

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

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

Microsoft projects

Example 1 Example 2

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM