Initial check-in for scenes demo.
This commit is contained in:
41
plugins/scenes/README.md
Normal file
41
plugins/scenes/README.md
Normal file
@@ -0,0 +1,41 @@
|
||||
# BASIC DEMO
|
||||
|
||||
## Introduction
|
||||
|
||||
This is a scenes and view application for the Flipper Zero, using both a custom
|
||||
'knob' component and a widget. The goal of this project is to use demonstrate
|
||||
how to use sceness and views.
|
||||
|
||||
TODO: WRITE TUTORIAL ON SCENES AND VIEWS.
|
||||
|
||||
## Installation Directions
|
||||
|
||||
This project is intended to be overlayed on top of an existing firmware repo.
|
||||
|
||||
- Clone, Build & Deploy an existing flipper zero firmware repo. See this [tutorial](/firmware/updating/README.md) for updating firmware.
|
||||
- Copy the "scenes" [folder](..) to the \applications\plugins\scenes folder in your firmware.
|
||||
- Build & deploy the firmware. See this [tutorial](/firmware/updating/README.md) for updating firmware.
|
||||
- NOTE: You can also extract the scenes.FAP from resources.tar file and use qFlipper to copy the file to the SD Card/apps/Misc folder.
|
||||
|
||||
## Running the updated firmware
|
||||
|
||||
These directions assume you are starting at the flipper desktop. If not, please press the back button until you are at the desktop.
|
||||
|
||||
- Press the OK button on the flipper to pull up the main menu.
|
||||
- Choose "Applications" from the menu.
|
||||
- Choose "Misc" from the sub-menu.
|
||||
- Choose "Scenes Demo"
|
||||
|
||||
- The flipper should say "VOLUME" and "Knob demo 50".
|
||||
- Press UP/DOWN buttons to change value.
|
||||
- Press OK button to switch to "FREQUENCY" and "Knob demo 440".
|
||||
- Press UP/DOWN buttons to change value.
|
||||
- Press OK button to go to Summary page.
|
||||
- Press UP/DOWN buttons to scroll message.
|
||||
- Press OK button to go to "VOLUME" page.
|
||||
- Press BACK button for previous page.
|
||||
- Keep pressing BACK button until exit.
|
||||
|
||||
## How it works
|
||||
|
||||
TODO: WRITE TUTORIAL ON SCENES AND VIEWS.
|
||||
Reference in New Issue
Block a user