flipper-zero-tutorial-app icon indicating copy to clipboard operation
flipper-zero-tutorial-app copied to clipboard

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

Results 4 flipper-zero-tutorial-app issues
Sort by recently updated
recently updated
newest added

the menu icons included in the demo don't work

adds custom icons you created to the test_app main menu

Not exactly sure what is causing this, but the Flipper lags significantly after closing the app via the back button

Hello, I think that the view dispatcher uses the index passed to `view_dispatcher_add_view()` to know which module to use for that view. When you do `scene_manager_next_scene()` I believe the view...