{"id":17058779,"url":"https://github.com/smkent/f0-apps","last_synced_at":"2025-10-12T11:32:19.001Z","repository":{"id":150156499,"uuid":"582844901","full_name":"smkent/f0-apps","owner":"smkent","description":"Flipper Zero applications","archived":false,"fork":false,"pushed_at":"2025-03-09T06:32:03.000Z","size":107,"stargazers_count":23,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-26T12:11:26.029Z","etag":null,"topics":["c","flipper-plugin","flipper-zero"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smkent.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-28T02:53:40.000Z","updated_at":"2025-03-09T06:32:06.000Z","dependencies_parsed_at":"2023-04-12T05:33:02.019Z","dependency_job_id":null,"html_url":"https://github.com/smkent/f0-apps","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smkent%2Ff0-apps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smkent%2Ff0-apps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smkent%2Ff0-apps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smkent%2Ff0-apps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smkent","download_url":"https://codeload.github.com/smkent/f0-apps/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248610402,"owners_count":21132920,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","flipper-plugin","flipper-zero"],"created_at":"2024-10-14T10:30:52.807Z","updated_at":"2025-10-12T11:32:13.979Z","avatar_url":"https://github.com/smkent.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Applications for Flipper Zero\n\nThese are applications for the [Flipper Zero][f0] for me to experiment with\ncode.\n\n# List of Applications\n\n* `images_example`: Example application with images and animations\n* `led_rainbow`: Loop the Flipper Zero LED through every color\n* `sprite_sandbox`: Experimenting with images/sprites\n* `submenu_example`: Example application which uses a menu to select views\n* `viewport_example`: Example application which uses a single viewport\n* `view_dispatcher_example`: Example application which uses a view dispatcher\n\n# Screenshots\n\n![Apps list](docs/apps_list.png)\n![submenu_example](/docs/submenu_example.png)\n![images_example](/docs/images_example.gif)\n\n# Setup\n\n[Install the latest official firmware][f0-update] on your Flipper Zero device.\n\nClone the official [Flipper Zero firmware repository][f0-firmware-repo], and\ncheck out the version tag for the currently released firmware version:\n\n```shell\ngit clone https://github.com/flipperdevices/flipperzero-firmware\ngit checkout 0.74.2  # Use tag for latest official firmware release\n```\n\nChange to the firmware's `applications_user` subdirectory and clone this\nrepository:\n\n```shell\ncd applications_user\ngit clone https://github.com/smkent/f0-apps\n```\n\n# Usage\n\nReplace `\u003cmy_app\u003e` in the below commands with the ID of the application you want\nto use (see \"List of Applications\" above).\n\nAll of these commands should be run in the `flipperzero-firmware` repository\nroot directory.\n\nCompile only:\n\n```shell\n./fbt fap_\u003cmy_app\u003e\n```\n\nCompile, copy to Flipper Zero via USB, and launch app:\n\n```shell\n./fbt launch APPSRC=\u003cmy_app\u003e\n```\n\nOnce launched, applications are available on the Flipper Zero within\n`Applications` -\u003e `smkent`.\n\nCompile and copy all apps to Flipper Zero via USB:\n\n```shell\n./fbt faps_deploy\n```\n\n[f0]: https://flipperzero.one\n[f0-update]: http://update.flipperzero.one/\n[f0-firmware-repo]: https://github.com/flipperdevices/flipperzero-firmware\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmkent%2Ff0-apps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmkent%2Ff0-apps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmkent%2Ff0-apps/lists"}