update READ.me
This commit is contained in:
@@ -8,6 +8,14 @@ Clone this repository and open it with platformIO. Build and upload. On a termin
|
|||||||
```bash
|
```bash
|
||||||
pio run -t upload
|
pio run -t upload
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# how to make a screenshot
|
||||||
|
|
||||||
|
The firmware has an integrated webserver. Over this a screenshot can be triggered. The image has the format RGB565 and can be read with gimp. From bash it look like this
|
||||||
|
```bash
|
||||||
|
wget x.x.x.x/shot ; wget x.x.x.x/screen.565
|
||||||
|
```
|
||||||
|
|
||||||
# Interface
|
# Interface
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
Reference in New Issue
Block a user