edgetx
edgetx copied to clipboard
EdgeTX is the cutting edge open source firmware for your R/C radio
Uniform usage of "MPM" for Multi-Protocol-Module instead of mixing "MULTI" and "MULTIMODULE". Makes it easier to search for MPM related keywords, as MULTI is used also for other designators in...
Initally mentioned as part of https://github.com/EdgeTX/edgetx/issues/1393#issue-1097222007 > The Failsafe Mode and Failsafe Settings do not appear in the Model Settings screen on my radio for Internal mm RF module set...
### Problem When a users sets an outputs widget on 1/4 of the screen it shows 5 outputs. The common use case is to see the pitch/roll/yaw/throttle outputs, so the...
Fullscreen (lua) widgets don't get the emulated trim hat input benefits that #985 brings, so need some consideration as to how they will be interacted with on the NV14 (and...
Resolves #776 Needs corresponding update to luadocs
Resolves #774 Needs corresponding update to luadocs
After some readings about TOUCH API implementations I do believe some of them should be handled by OS exposing results (Touch event) to LUA API As an example Double Tap...
So after implementing new functions groups #777 #782 #783 and moving some functions to appropriate groups #784 there 2 few left in General 1. killEvents() We may leave it in...
**from General** popupConfirmation -> lcd.drawPopupConfirmation() popupInput -> lcd.drawPopupInput() popupWarning -> lcd.drawPopupWarning() also GREY() -> lcd.GREY() **from Bitmap** Bitmap.open -> lcd.bitmapOpen() Bitmap.getSize -> lcd.bitmapGetSize() Then Bitmap.* grup can be depreciated over...
Group sound functions in own 'class/object' playDuration -> sound.playDuration playFile -> sound.playFile() playHaptic -> sound.playHaptic() - this is not actually sound so we can leave it in sound or move...