Working build of App - can use dpad not just centre button

This commit is contained in:
Jon
2026-05-02 22:21:41 +01:00
commit ef0ecf97e1
12 changed files with 396 additions and 0 deletions

14
application.fam Normal file
View File

@@ -0,0 +1,14 @@
App(
appid="bt_home_controller",
name="BT Home Controller",
apptype=FlipperAppType.EXTERNAL,
entry_point="bt_home_controller_app",
stack_size=2 * 1024,
fap_category="Bluetooth",
fap_version="0.1",
fap_icon="bthome.png",
fap_description="BTHome D-pad controller for the Flipper Zero",
fap_author="Alessandro Ghedini",
fap_weburl="https://github.com/ghedo/flipper-bthome",
fap_icon_assets="assets",
)