-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use submenu orientation function only in case of unleashed firmware
- Loading branch information
Showing
6 changed files
with
49 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
## flipper-xremote | ||
Advanced IR Remote App for Flipper Device | ||
|
||
## About | ||
Navigation to the menu to press each button individually can be often uncomfortable because it requires scrolling to the desired button and selecting it. The idea behind XRemote is that all physical buttons are pre-mapped to specific category buttons, and a physical button directly sends an infrared signal. This allows the flipper device to be used as a remote rather than as a tool that has a remote. | ||
|
||
XRemote also introduces a more user-friendly learning approach. Instead of having to manually name each button on the flipper when cloning a remote, the learning tool informs you upfront which buttons it will record. All you need to do is press the corresponding button on your existing remote, eliminating the need to name them individually. | ||
|
||
The application is compatible with standard .ir files. However, to ensure functionality, names within these files must align with the predefined naming scheme. If the button is not highlighted when pressed or the notification LED does not light up, the button with the appropriate name cannot be found in the file. | ||
|
||
## Button schema | ||
Button name | Description | ||
------------|------------------- | ||
Power | Power | ||
Setup | Setup/Settings | ||
Input | Input/Source | ||
Menu | Menu | ||
List | List | ||
Info | Info | ||
Mode | Mode | ||
Back | Back | ||
Ok | Enter/Ok | ||
Up | Up | ||
Down | Down | ||
Left | Left | ||
Right | Right | ||
Mute | Mute | ||
Vol_up | Volume up | ||
Vol_dn | Volume down | ||
Ch_next | Next channel | ||
Ch_prev | Previous channel | ||
Next | Jump forward | ||
Prev | Jump backward | ||
Fast_fo | Fast forward | ||
Fast_ba | Fast backward | ||
Play_pa | Play/Pause | ||
Pause | Pause | ||
Play | Play | ||
Stop | Stop | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters