diff --git a/ASSETS/ag-dashboard/screenshot-1.png b/ASSETS/ag-dashboard/screenshot-1.png new file mode 100644 index 0000000..2a637ea Binary files /dev/null and b/ASSETS/ag-dashboard/screenshot-1.png differ diff --git a/ASSETS/ag-dashboard/screenshot-2.png b/ASSETS/ag-dashboard/screenshot-2.png new file mode 100644 index 0000000..29f0b26 Binary files /dev/null and b/ASSETS/ag-dashboard/screenshot-2.png differ diff --git a/ASSETS/ag-dashboard/screenshot-3.png b/ASSETS/ag-dashboard/screenshot-3.png new file mode 100644 index 0000000..c98d19b Binary files /dev/null and b/ASSETS/ag-dashboard/screenshot-3.png differ diff --git a/README.md b/README.md index 06f00a5..ac093b6 100644 --- a/README.md +++ b/README.md @@ -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. ![Turn Your Radio's LEDs Into a Throttle Indicator | EdgeTX Tutorial](ASSETS/rgb-throttle-indicator/screenshot-1.jpg) + +### [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) diff --git a/scripts.json b/scripts.json index 641c91a..96d0197 100644 --- a/scripts.json +++ b/scripts.json @@ -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" + ] } ]