[FL-3770, FL-3680] HID App improvements and little extra (#3518)

* FL-3680: change capitalisation
* Replace D-Pad graphic
* Fix the bluetooth indicator not showing
* Remove exit confirm scene
* Fix wrong back button durations
* Improve application structure
* Improve mouse clicker view
* Improve mouse jiggler view
* Improve media view
* Improve mouse and media views
* Improve tiktok view
* Reset mouse jiggler state on view exit
* Use alpha in mouse and tiktok views
* Reset mouse left button state on view exit
* Improve button graphics
* Improve mouse graphics

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Georgii Surkov
2024-03-25 10:00:35 +03:00
committed by GitHub
parent 763e2f5bab
commit 11d7f53854
43 changed files with 323 additions and 369 deletions

View File

@@ -297,7 +297,7 @@ void subghz_scene_receiver_config_on_enter(void* context) {
SubGhzCustomEventManagerSet) {
item = variable_item_list_add(
subghz->variable_item_list,
"Bin_RAW:",
"Bin_Raw:",
BIN_RAW_COUNT,
subghz_scene_receiver_config_set_bin_raw,
subghz);