[FL-2882] BLE tiktok controller (#1859)

* bt hid: introduce tiktok controller
* assets: add bt tiktok assets
* bt hid: finish tiktok draw
* bt hid: add input process to tiktok view
* bt hid: add tiktok swipe emulation
* bt hid: fix exit from tiktok controller
* ble hid: add delay to emulate double tap
* ble hid: change options order
* bt hid: build as external application
* ble hid: fix naming

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
gornekich
2022-10-12 20:48:13 +05:00
committed by GitHub
parent 92a738bf77
commit afff1adf8f
25 changed files with 250 additions and 9 deletions

View File

@@ -5,6 +5,5 @@ App(
provides=[
"music_player",
"snake_game",
"bt_hid",
],
)