Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tollyh/lcd_remote_controller
- Owner: TollyH
- Created: 2024-03-29T17:53:01.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-29T22:32:23.000Z (7 months ago)
- Last Synced: 2024-04-30T17:48:00.748Z (7 months ago)
- Topics: csharp, dotnet, hd44780, hd44780-display, lcd, lcd-display, wpf
- Language: C#
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).