horus telemetry widget originally by johfla http://fpv-community.de/showthread.php?47985-LUA-scripts-zum-testen&p=989044&viewfull=1#post989044
Example widget definition for KISS FC
widgetDefinition = {{"rssi1", "battery1"},{"vfas","curr","fuel"}, {"lost", "armed", "timer"}}
defines the following widget:
To use it u need to
- copy the content of the WIDGETS directory to the SD card folder of your Horus.
- And adjust the widget definition according your model names and needs in the /WIDGETS/Telemetry/main.lua file.
- To make it finally working with your adjusted settings OpenTX needs to be installed with the "luac" (LUA compile) besides the "lua" option.