Giter Site home page Giter Site logo

ironwill647 / flipper-zero-tutorial-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from instantiator/flipper-zero-tutorial-app

0.0 0.0 0.0 13 KB

Code supporting a tutorial series on developing apps for the Flipper Zero

License: MIT License

Shell 0.41% C 99.59%

flipper-zero-tutorial-app's Introduction

flipper-zero-tutorial-app

This is a simple app for the Flipper Zero, intended to accompany the Flipper Zero developer tutorials at: instantiator.dev

Known issues

  • This code runs on the release firmware, but hangs on the dev firmware. I'm working on it.
    • Issue was twofold:
      1. I was calling view_set_context on each GUI module's views. This is unnecessary, and the various module functions rely on view contexts pointing to the modules. Callback contexts for our callback methods are set using the various module functions (popup_set_context, and menu_add_item).
      2. I was providing static icons (a single frame, no framerate) to the menu - which always animates its icons. Having a framerate of zero results in a division by zero error.

Supporting references

A lot of the code here is derived from the work I did building the resistance calculator app, and you're welcome to sift through that code and plunder what you need for your own projects.

In turn, that app relies heavily on the patterns provided in Derek Jamison's basic scenes tutorial. Derek has been kindly supporting and debugging my work in the background, and has produced a vast library of valuable learning resources.

With thanks

This tutorial series would not have been possible without the help and support of various people in the Flipper Zero community. Many thanks to:

If you're interested in developing apps for the Flipper, you should really check out Derek's YouTube channel: @MrDerekJamison

flipper-zero-tutorial-app's People

Contributors

instantiator avatar

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.