flipper-zero-tutorials/plugins/scenes
2023-06-11 17:03:26 -05:00
..
application.fam appid must be lowercase in latest firmware 2023-06-11 17:03:26 -05:00
README.md Initial check-in for scenes demo. 2023-03-08 08:57:38 -05:00
scenes_demo_app.c Initial check-in for scenes demo. 2023-03-08 08:57:38 -05:00
scenes_demo.png Initial check-in for scenes demo. 2023-03-08 08:57:38 -05:00

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 for updating firmware.
  • Copy the "scenes" folder to the \applications\plugins\scenes folder in your firmware.
  • Build & deploy the firmware. See this tutorial 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.