[FL-2692, FL-2604, FL-2632] New first start sequence (#1456)

* desktop: restored automatic power off & manual power off on slideshow view; assets: added frames for new first start sequence; docs: added info on slideshow compilation
* desktop: restarting long timer on OK button release

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
hedger
2022-07-26 15:44:03 +03:00
committed by GitHub
parent 056446dfed
commit 3fa5e18c5a
10 changed files with 49 additions and 1 deletions

View File

@@ -58,3 +58,16 @@ Run in the root folder of the repo:
```bash
python scripts/storage.py -p <flipper_cli_port> send assets/resources /ext
```
# Slideshow creation
Put fullscreen slideshow frames in .png format into `assets/slideshow/my_show` folder, named frame_xx.png, where xx is zero-padded frame number, starting with #0.
Then run
```bash
python scripts/slideshow.py -i assets/slideshow/my_show/ -o assets/slideshow/my_show/.slideshow
```
Upload generated .slideshow file to Flipper's internal storage and restart it.