Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added ASSETS/ag-dashboard/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ASSETS/ag-dashboard/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ASSETS/ag-dashboard/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -533,3 +533,12 @@ A script that lights up LED's based on the throttle input.
Only supports radios that have RGB leds special function capabilities.

<a href="https://www.youtube.com/watch?v=Pv36h7FIiYc">![Turn Your Radio's LEDs Into a Throttle Indicator | EdgeTX Tutorial](ASSETS/rgb-throttle-indicator/screenshot-1.jpg)</a>

### [AG Dashboard](https://github.com/agnauck/EdgeTX-Widgets/tree/main/WIDGETS/Dashboard)

A simple fullscreen widget to show model information and selected values.

The grid for the values get adjusted automatically based on the number of selected values.

![Screenshot Dashboard](ASSETS/ag-dashboard/screenshot-1.png)
![Widget options Dashboard](ASSETS/ag-dashboard/screenshot-3.png)
17 changes: 17 additions & 0 deletions scripts.json
Original file line number Diff line number Diff line change
Expand Up @@ -816,5 +816,22 @@
"color",
"gps"
]
},
{
"name": "AG Dashboard",
"category": "Telemetry & Widgets",
"description": "A simple widget to display model information and configurable values, telemetry and timers.",
"infourl": "https://github.com/agnauck/EdgeTX-Widgets/tree/main/WIDGETS/Dashboard",
"images": [
"ASSETS/ag-dashboard/screenshot-1.png",
"ASSETS/ag-dashboard/screenshot-2.png",
"ASSETS/ag-dashboard/screenshot-3.png"
],
"tags": [
"widget",
"color",
"fixed-wing",
"heli"
]
}
]
Loading