From d9e8b895628f2399b31f247dd750e93e6927ffe2 Mon Sep 17 00:00:00 2001 From: sharandac Date: Fri, 10 Jul 2020 09:49:36 +0200 Subject: [PATCH] update READ.me --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a8c4bd8..6020957 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ Clone this repository and open it with platformIO. Build and upload. On a termin ```bash 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 ![screenshot](https://github.com/sharandac/My-TTGO-Watch/blob/master/images/screen1.png)