Risto

Results 109 comments of Risto

It would be interesting to learn if the ADC twitch issue is still there when running with FreeRTOS instead of CooCox CoOS: https://github.com/EdgeTX/edgetx/pull/499 ?

I do not have NV14 to test, but IMHO one could replace https://github.com/EdgeTX/edgetx/blob/8150b00823ca0a37ade72c41bb2fa35cbe31e594/radio/src/targets/nv14/touch_driver.cpp#L479-L500 with https://github.com/EdgeTX/edgetx/blob/8150b00823ca0a37ade72c41bb2fa35cbe31e594/radio/src/targets/horus/tp_gt911.cpp#L766-L799 (plus minor adjustments and additions to make it work).

@JimB40 I tried to match the touch handling of NV14 code 1-to-1 with that of TX16S. As I have no NV14 to test, I was not brave enough to put...

Thanks for testing Robert, and sorry for wasting your time. I have been comparing my "work" with the horus branch tp_gt911 code and cannot see a change, so I am...

@pki791 disclaimer - I have no experience with 9XR-PRO. By looking at OpenTX source code, I see 9XR-PRO is built with CMake option -DPCB=9XRPRO: https://github.com/opentx/opentx/blob/ad64ce0ced3067517a81b9272d031c27bf631196/radio/src/targets/sky9x/CMakeLists.txt#L19 When I look at the...

@bsongis which file defines what files/folder should be included into the libsim *.vcxproj under Win? I see it presently include thirdparty\STM32F4xx_DSP_StdPeriph_Lib_V1.8.0, which I would like to remove for x86_x64 to...

Moschotto's LUA GPS telemetry widget at least partially solves the original issue: https://github.com/moschotto/OpenTX_GPS_Telemetry

Just put the LUA full screen widget to the first telemetry page, as this will be the one showed on startup.

Solved by https://github.com/EdgeTX/edgetx/pull/1363

Thank you for a swift answer. I have 8GB RAM, during build I see 4GB free, but maybe 32-bit process, so can only access 2GB and hits this limit. Would...