Where I can find the code of the "Radio Info" widget? #6718
-
|
Because of the not so good display of my TX16S I would like to change and test the colours of the "Radio Info" display widget. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
"Radio Info" is a built-in Widget (meaning it will require rebuilding the firmware to change), not a Lua widget, hence why it is not on the SD card. Source code for all the built-in widgets can be found here: https://github.com/EdgeTX/edgetx/tree/main/radio/src/gui/colorlcd/widgets . Or https://github.com/EdgeTX/edgetx/tree/2.11/radio/src/gui/colorlcd/widgets for 2.11. |
Beta Was this translation helpful? Give feedback.
"Radio Info" is a built-in Widget (meaning it will require rebuilding the firmware to change), not a Lua widget, hence why it is not on the SD card.
Source code for all the built-in widgets can be found here: https://github.com/EdgeTX/edgetx/tree/main/radio/src/gui/colorlcd/widgets . Or https://github.com/EdgeTX/edgetx/tree/2.11/radio/src/gui/colorlcd/widgets for 2.11.