Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tollyh/lcd_remote_controller

WPF app that controls a Raspberry Pi Pico programmed to be a LCD display controller
https://github.com/tollyh/lcd_remote_controller

csharp dotnet hd44780 hd44780-display lcd lcd-display wpf

Last synced: 4 days ago
JSON representation

WPF app that controls a Raspberry Pi Pico programmed to be a LCD display controller

Awesome Lists containing this project

README

        

# LCD Remote Controller

A C# WPF app that controls a Hitachi HD44780 compatible LCD display through a Raspberry Pi Pico over a serial COM port. The Pi Pico must be programmed with my [`uart_lcd` application](https://github.com/TollyH/raspberry-pi-pico/tree/main/uart_lcd).