Peter Feerick

Results 1073 comments of Peter Feerick

Ah, good, it's not just me then. It's definitely a regression... 2.7 was fine, but 2.8 is doing the double step (I've been using the +/- keys on the keyboard...

I would if I could - I have no idea how this Simulator Companion stuff works. Nearest I can tell atm is for some reason https://github.com/EdgeTX/edgetx/blob/7a06eb1d964e16e3d4efb1b576fdddf53b29d649/companion/src/simulation/simulateduiwidget.cpp#L164 is firing twice per...

Just noticed that on the TX12 simulator it works fine - one step per wheel scroll step, so perhaps we should be looking more at the interface between LVGL and...

~~D8 or D16? As it seems there may be a bug affecting both OpenTX and EdgeTX for D8 receivers as I've seen a few mentions now of this, and that...

I've just been using a FS-iA6B receiver with effectively 2.6.0-RC3 and had no issues with needing to rebind. Changing models and power cycling the radio. TX16S+MPM.

Can you be more specific about the receiver than just "Flysky receiver"? Anyone have any idea as to what model of receiver your are using? i.e. I have been using...

@HThuren Basically what this means is for Danish, you'd need both the ``` #elif defined(TRANSLATIONS_DA) static wchar_t _utf8_lut[] = { L'å', L'æ', L'ø', L'Å', L'Æ', L'Ø', }; ``` block you...

I'm think relevant sections are for colorlcd: https://github.com/EdgeTX/edgetx/blob/ce8cc0b540dc287c41d52e1c601b37e762e8c35c/radio/src/gui/colorlcd/trims_setup.cpp#L66-L69 for 128x64 B&W https://github.com/EdgeTX/edgetx/blob/ce8cc0b540dc287c41d52e1c601b37e762e8c35c/radio/src/gui/128x64/model_setup.cpp#L697-L711 and for 212x64 B&W https://github.com/EdgeTX/edgetx/blob/ce8cc0b540dc287c41d52e1c601b37e762e8c35c/radio/src/gui/212x64/model_setup.cpp#L601-L615

I can reproduce this on latest nightly... a0770beb5f8616e2f14f2828de12b3ff8b1f3397. The dead stick value not saving is specific to `0` - i.e. if it is set to other values, like 2, it...

There are two different parts to this... there is the "what type is the internal module" setting (which is what you are changing in the hardware setttings, and is getting...