A simple hello world app for the Flipper Zero, for learning and demonstration
|
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. |
||
|---|---|---|
| .github/workflows | Initial commit: simple app with view port and message queue | |
| images | Initial commit: simple app with view port and message queue | |
| .gitignore | Initial commit: simple app with view port and message queue | |
| application.fam | Initial commit: simple app with view port and message queue | |
| hello.c | Introduce ViewDispatcher | |
| hello.png | Initial commit: simple app with view port and message queue | |
| LICENSE | Add license and readme | |
| README.md | Add license and readme | |
Flipper Zero Hello World App
A simple hello world app for the Flipper Zero, for learning and demonstration purposes.