From f48dc29bd6e9fdabf5f6e3442f6052da181a5d1b Mon Sep 17 00:00:00 2001 From: Kyle Reed <3761006+kallanreed@users.noreply.github.com> Date: Fri, 29 Sep 2023 14:58:58 -0700 Subject: [PATCH] Updated Remote (markdown) --- Remote.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Remote.md b/Remote.md index 1f6cd4a..98e33df 100644 --- a/Remote.md +++ b/Remote.md @@ -15,6 +15,19 @@ The remote app allows you to create a custom remote UI and bind buttons to captu * **New Remote** - Start editing a new, empty remote. * **Open Remote** - Open an existing remote file (REM) from the SD card. +## Button Edit UI + +* **Name** - The button's text. +* **Path** - Select to pick a capture file. +* **Freq** - The center frequency to send on. Will default to the capture file's metadata if found. +* **Rate** - The sample rate of the capture file. Uses the capture file's metadata or defaults to 500K. Cannot be set in the UI. +* **Icon** - The icon to show on the button. +* **FG Color** - The button's foreground color. +* **BG Color** - The button's background color. +* **Preview** - Shows what the button will look like. +* **Trash** - Deletes this button and returns to the main screen. +* **Done** - Save this button and returns to the main screen. + ## Tips * Remotes are automatically saved on exit. * Use the IQ Trim tool to trim silence from captures so they start instantly. @@ -24,6 +37,7 @@ Remote files can be edited in a text editor. Empty lines and lines starting with `#` are ignored. The first non-ignored line is the remote "Title". The remaining lines (up to 12) are read as remote buttons. They have the following format. + `capture path,button text,icon index,fg color index,bg color index,center frequency,samplerate`