After a widget has been setup, long pressing on the widget will give you the two menu options: Full screen and Widget settings. For some widgets, full-screen mode will offer additional functionality. To exit out of full-screen mode, long-press the RTN / Back button.
Below are descriptions and configuration options for widgets included with EdgeTX.
Value - displays a numeric value of the defined source as text. The configurable options are:
Source - source for the text to be displayed
Color - Opens the color picker to choose the color for the text. User can choose between RGB and HSV color model to choose the color.
Shadow - When enabled, adds a shadow to the text.
Timer - Displays the selected timer. No configurable options other than timer selection.
Text - Displays a user-customizable text field. The configurable options are:
Text - Text to display
Color - Opens the color picker to choose the color for the text.
Size - Size for the text. Options are STD (Default), BOLD, XXS, XS, L, XL, XXL
Shadow - When enabled, adds a shadow to the text.
Outputs - Shows the channel output values in a bar graph. The number of channels that are displayed is dependent on the size of the widget. The configurable options are:
First channel - selects the first channel to display in the widget.
Fill background - Adds a solid background color to the widget when enabled
BG Color - Opens the color picker to choose the color for the background.
Text Color - Opens the color picker to choose the color for the text.
Color - Opens the color picker to choose the color for the output bars.
Model info - Displays the selected model name and picture (if configured in model settings). The configurable options are:
Color - Opens the color picker to choose the color for the name text.
Size - Size for the name text. Options are STD (Default), BOLD, XXS, XS, L, XL, XXL
Fill background? - Adds a solid background color to the widget when enabled
BG Color - Opens the color picker to choose the color for the background.
Use Theme Color - When enabled, overrides the text color with the text color of the configured theme.
Gauge - Shows a bar graph for the source value. The configurable options are:
Source - Source for the gauge.
Min - Minimum value for the gauge. This value will be 0%
Max - Maximum value for the gauge. This value will be 100%
Color - Opens the color picker to choose the color for the gauge text and bar.
BattAnalog - Displays a graphical representation of the charge level of a Lipo/Li-ion. It will automatically detect the cell count of the battery. It works with telemetry where only the total battery voltage is received. The configurable options are:
Sensor - Sensor for the battery voltage to use.
Color - Opens the color picker to choose the color for the text.
Show_Total_Voltage - Shows total battery voltage (instead of calculated cell voltage) when enabled.
Lithium_Ion - Adjusts the minumum battery voltage used in calculating the remaining battery percentage from 3.0 to 2.8 when enabled.
BattCheck - Displays a graphical representation of the charge level of a Lipo/Li-ion. It works with telemetry where individual cell voltage is received, such as FLVSS liPo Voltage Sensor. The configurable options are:
Sensor - Sensor for the battery voltage to use.
Color - Opens the color picker to choose the color for the text.
Shadow - When enabled, adds a shadow to the text.
LowestCell - When enabled, shows only the voltage of the lowest cell (vs. showing all cell voltages).
Lithium_Ion - Adjusts the minimum battery voltage used in calculating the remaining battery percentage from 3.0 to 2.8 when enabled.
Counter - It incrementally counts. The configurable options are:
Color - Opens the color picker to choose the color for the text.
Shadow - When enabled, adds a shadow to the text.
Event Demo - Demonstrates handling of key and touch events in full screen mode. For demo purposed only. The configurable options are:
Size - Changes the size of the box in full screen mode.
Flights - Counts your number of flights. The configurable options are:
switch - Designated Arm/Safe switch.
motor_channel - Channel for the motor.
min_flight_duration - Minimum flight duration for the flight to be counted.
text_color - Opens the color picker to choose the color for the text.
debug - When enabled, shows status information on the widget.
Additional notes regarding this widget:
The flight is considered successful if after 30sec the engine is above 25%, telemetry is active (to indicated that the model connected), and safe switch ON. The flight is considered ended after 8 seconds of battery disconnection (detected by no telemetry) -- warning: do NOT use this widget if model is using GV9!!!
The widget assumes the following: the model has a motor, the motor is activated on channel 3 (can be configured in settings), there is telemetry with one of the above [RSSI|RxBt|A1|A2|1RSS|2RSS|RQly], there is a safe switch (arm switch), and global variable GV9 is free (i.e. not used).
Gauge Rotary - a configurable analog style gauge with a needle. Also shows the minimum and maximum values that were read by the gauge with green and red needles. The configurable options are:
Source - Source for the gauge.
Min - The minimum (lowest) gauge value.
Max - The maximum (highest) gauge value.
HighasGreen - Enable for a sensor where high values are good. Disable for sensor where low values are good.
Precision - The precision of the number value to display in decimals.
Ghost- The Ghost widget will display RF receiver or video transmitter telemetry data based on the mode that is configured.
In normal mode, the widget provides RF Mode (RFMD), Frame Rate (FRATE), Link Quality (RQLY), and Transmit Power (TPWR)
In video mode, the widget provides Video Band (VBAN), Video Frequency (VFRQ), Video channel (VCHAN), and Video Power (VPWR)
LibGUI Demo - This widget is a demo for the LibGUI library. This library is not normally run by itself. Instead, it provides interactive functions to other Lua scripts that use it. The widget must be run in full-screen mode to demo the library's functionality.
SOARETX - The EdgeTX version of the SoarOTX tool. It is a package of sailplane models for EdgeTX transmitters. It provides Lua scripts for timing and scorekeeping, graphing of log data (e.g. altitude graphs), and model configuration.
For more information about the configuration and use of this widget please see https://github.com/jfrickmann/SoarOTX/wiki/SoarETX-for-color-radios.
A demo of this tool can be seen here: https://www.youtube.com/watch?v=5NSvxUNKM_c
Timer2 - Displays the selected timer with the timer text scaled based on the select widget size and has the following configuration options:
TextColor - Opens the color picker to choose the color for the text.
Timer - Timer to display.
use_days - Shows days when the time value is over 24 hours when enabled.
TxGPStest - Displays GPS Information in text format. There are no configurable options.
The Screen settings section of EdgeTX is where you can customize your main views and add additional views. When selecting Screen Settings from the main navigation menu it will open Main view 1. If other main views have been added, you may select them from the number tab at the top of the screen to adjust their settings. All main view tabs have the following configuration options and are configured individually:
Layout - Selects the screen layout for the widgets. It is possible to divide the screen in up to two columns and up to 4 rows, with a widget in each cell.
Setup Widgets - see Setting up widgets below.
Top bar - Toggles whether the top widget bar will be visible on the selected main view.
Flight mode - Toggles whether the flight mode name (if configured) will be visible on the selected main view.
Sliders - Toggles whether the slider bars will be visible on the selected main view.
Trims - Toggles whether the trim bars will be visible on the selected main view.
Mirror - Toggles whether to mirror the selected widget layout.
Selecting the user Interface button to the left of the Main view 1 tab will open the user interface configuration screen. It contains the following options:
Top bar Setup Widgets button - Sets up the widgets that will be displayed on the top bar. See Setting up widgets below for information on how to setup widgets.
Theme - Applies the selected theme to EdgeTX. A preview of the theme is below the dropdown. EdgeTX comes with several themes installed. Additional themes to download as well as instructions for creating your own themes can be found here: https://github.com/EdgeTX/themes
Selecting the setup widgets button will display the main view or top bar with the widget cells outlined in a hashed line. You can assign a widget to a cell by selecting the cell and then the widget you want to assign to it from the drop-down menu. After selecting the widget, it will then open the configuration options for the widget for further configuration. Widget descriptions and configuration options for widgets included with EdgeTX are below.