Merge pull request #1 from andy5995/sp

README.md: spelling, grammar and format suggestions
This commit is contained in:
Martijn de Boer 2018-01-04 02:01:04 +01:00 committed by GitHub
commit 04806d0979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 7 deletions

View File

@ -1,14 +1,15 @@
A small application to drive LED matrix dusplays, such as the pimoroni unicorn, from nodejs. Intends to become a digital graffiti/guestbook system.
A small application to drive LED matrix displays, such as the pimoroni unicorn, from nodejs. My intention is to create a digital graffiti/guestbook system.
Make sure you are on a recent nodejs version. Raspbian has old version. Use nodesource ;).
Make sure you are on a recent nodejs version. Raspbian has an old version. Use nodesource ;).
copy config.example.json to config.json and pick a driver + display size.
Copy config.example.json to config.json and pick a driver + display size.
npm install
execute:
nodejs pixdisp.js
npm install
nodejs pixdisp.js
http://localhost:8080/
Navigate to http://localhost:8080/
Matrix driver & Unicorn Hat HD driver inspired by https://github.com/vesteraas/node-unicornhathd
@ -25,4 +26,4 @@ The webinterface allows you to capture your camera and submit images from there.
### Webinterface
![Web interface](https://raw.githubusercontent.com/sexybiggetje/pixdisp/screenshots/webui.png "Webinterface")
A simple web interface is included for drawing on the device. Defaults to port 8080.
A simple web interface is included for drawing on the device. Defaults to port 8080.