1
0
Fork 0
mirror of https://github.com/sexybiggetje/pixdisp.git synced 2024-11-25 03:31:02 +01:00

Update README.md

This commit is contained in:
Martijn de Boer 2017-12-28 10:29:50 +01:00
parent ba74bd2de2
commit 9b12cdef64

View file

@ -1,4 +1,4 @@
NEEDS BETTER README! A small application to drive LED matrix dusplays, such as the pimoroni unicorn, from nodejs. Intends to become 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 old version. Use nodesource ;).
@ -10,4 +10,16 @@ nodejs pixdisp.js
http://localhost:8080/ http://localhost:8080/
Matrix driver & Unicorn Hat HD driver inspired by https://github.com/vesteraas/node-unicornhathd Matrix driver & Unicorn Hat HD driver inspired by https://github.com/vesteraas/node-unicornhathd
### 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.
### Drawing
![Device drawing](https://raw.githubusercontent.com/sexybiggetje/pixdisp/screenshots/device.jpg "Drawing on the device")
Simple clicking on the canvas in the responsive webinterface makes things light up.
### Camera
![Using your camera](https://raw.githubusercontent.com/sexybiggetje/pixdisp/screenshots/camera.jpg "Using your camera")
The webinterface allows you to capture your camera and submit images from there.