Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.41 KB

File metadata and controls

40 lines (24 loc) · 1.41 KB

flipper-zero-experimental-apps

Experimenting with app development for flipper zero.

Apps

NB. These apps are in development - and will be marked complete when ready.

App Description State
resistors Coloured band resistance calculator. In development

Build tools

These apps are built using ufbt - a subset of the flipper build tool (fbt) targeted at building apps. Install it with:

pip install ufbt

Each directory contains the following scripts:

  • build.sh - invokes ufbt to build the tool
  • deploy.sh - invokes ufbt to deploy and launch the app on a flipper over USB

Build outputs are found in the dist directory for each application.

TODO

Credits

### See also