edgetx icon indicating copy to clipboard operation
edgetx copied to clipboard

EdgeTX is the cutting edge open source firmware for your R/C radio

Results 683 edgetx issues
Sort by recently updated
recently updated
newest added

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...

compilation

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...

enhancement ✨
companion

### 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...

enhancement ✨
widget

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...

enhancement ✨
UX-UI
widget
touch

Resolves #776 Needs corresponding update to luadocs

documentation
lua-api

Resolves #774 Needs corresponding update to luadocs

documentation
lua-api

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...

enhancement ✨
color
UX-UI

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...

lua-api

**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...

lua-api

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...

lua-api