1
0
Fork
You've already forked flipper-app-hello
0
A simple hello world app for the Flipper Zero, for learning and demonstration
  • C 100%
Florian Limberger 71f012dd4b Introduce ViewDispatcher
Replace the ViewPort with a ViewDispatcher and an additional vertical
view. Both views use the same on_draw() and on_input() callbacks, as
they differ only in their orientation and name. Views are switched by
pressing the ok button.
The app is now left by a short back key press, because this is the only
way to invoke the navigation event handler of the view dispatcher. This
is also nice because there are no repeat or long press events which
would trigger a lot of view switches, as there is only a single short
press event per key press.
2024年02月03日 23:58:42 +01:00
.github/workflows Initial commit: simple app with view port and message queue 2024年02月03日 19:52:41 +01:00
images Initial commit: simple app with view port and message queue 2024年02月03日 19:52:41 +01:00
.gitignore Initial commit: simple app with view port and message queue 2024年02月03日 19:52:41 +01:00
application.fam Initial commit: simple app with view port and message queue 2024年02月03日 19:52:41 +01:00
hello.c Introduce ViewDispatcher 2024年02月03日 23:58:42 +01:00
hello.png Initial commit: simple app with view port and message queue 2024年02月03日 19:52:41 +01:00
LICENSE Add license and readme 2024年02月03日 19:59:17 +01:00
README.md Add license and readme 2024年02月03日 19:59:17 +01:00

Flipper Zero Hello World App

A simple hello world app for the Flipper Zero, for learning and demonstration purposes.

Sources