https://github.com/moattarwork/lcdcontroller
https://github.com/moattarwork/lcdcontroller
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/moattarwork/lcdcontroller
- Owner: moattarwork
- Created: 2021-05-23T18:33:58.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-23T21:55:47.000Z (about 5 years ago)
- Last Synced: 2025-06-27T13:44:46.325Z (about 1 year ago)
- Language: C#
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LcdController
The project has been developed on .Net 5 so in order to build/run the project .net 5.0 SDK/runtime need to be installed. You can download them from https://dotnet.microsoft.com/download/dotnet/5.0 depend on your operating system and also your hardware configuration.
## How to build/run
In order to run the project:
```
git clone https://github.com/moattarwork/LcdController
cd LcdController
dotnet build
dotnet run
```