Code Monkey home page Code Monkey logo

f0-apps's Introduction

Applications for Flipper Zero

These are applications for the Flipper Zero for me to experiment with code.

List of Applications

  • images_example: Example application with images and animations
  • led_rainbow: Loop the Flipper Zero LED through every color
  • sprite_sandbox: Experimenting with images/sprites
  • submenu_example: Example application which uses a menu to select views
  • viewport_example: Example application which uses a single viewport
  • view_dispatcher_example: Example application which uses a view dispatcher

Screenshots

Apps list submenu_example images_example

Setup

Install the latest official firmware on your Flipper Zero device.

Clone the official Flipper Zero firmware repository, and check out the version tag for the currently released firmware version:

git clone https://github.com/flipperdevices/flipperzero-firmware
git checkout 0.74.2  # Use tag for latest official firmware release

Change to the firmware's applications_user subdirectory and clone this repository:

cd applications_user
git clone https://github.com/smkent/f0-apps

Usage

Replace <my_app> in the below commands with the ID of the application you want to use (see "List of Applications" above).

All of these commands should be run in the flipperzero-firmware repository root directory.

Compile only:

./fbt fap_<my_app>

Compile, copy to Flipper Zero via USB, and launch app:

./fbt launch_app APPSRC=<my_app>

Once launched, applications are available on the Flipper Zero within Applications -> smkent.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.