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:
parent
ba74bd2de2
commit
9b12cdef64
1 changed files with 14 additions and 2 deletions
14
README.md
14
README.md
|
@ -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 ;).
|
||||
|
||||
|
@ -11,3 +11,15 @@ nodejs pixdisp.js
|
|||
http://localhost:8080/
|
||||
|
||||
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.
|
Loading…
Reference in a new issue