Skip to content

Taranis x-lite joystick not operating normally: lua 1.4 #261

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
deebem opened this issue Oct 14, 2019 · 3 comments
Closed

Taranis x-lite joystick not operating normally: lua 1.4 #261

deebem opened this issue Oct 14, 2019 · 3 comments

Comments

@deebem
Copy link

deebem commented Oct 14, 2019

On lua 1.4 when using the joystick of the x-lite radio for moving among the pages:

joystick right and left -> move inside the page
joystick down -> go to next page
joystick up -> also go to next page
there is no possibility to go backward but keep moving forward until completing the loop

Am I the only one having this trouble?
Would it be more normal to change it in this way?

joystick right -> go to next page
joystick left -> go to previous page
Joystick up and down -> move inside the page

@raphaelcoeffic
Copy link
Member

This is mainly dependent on the events generated by OpenTx. The navigation will be rotated by 90° in next minor release (2.3.2). Are you actually executing the script from the telemetry pages or as a standalone script? This changes which logical key is responsible for paging ("next page" vs "menu"). Please note that the current navigation is now consistent with what you have in the rest of the OpenTX navigation.

Please have a look at this PR: opentx/opentx#6916.
You should also test the fixes for 1.4.0 located in #260.

@deebem
Copy link
Author

deebem commented Oct 14, 2019

I see, #6916 seems will solve the issue in 2.3.2 release.

I tested lua 1.4.1 and there is a difference if the script is executed as standalone or via the telemetry page:

Telemetry page:
joystick right and left -> move inside the page
joystick down -> go to next page
joystick up -> no behavior

as Standalone (opening it from the sd card):
joystick right and left -> move inside the page
joystick down -> no behavior
joystick up -> go to next page

@raphaelcoeffic
Copy link
Member

@mdibe thx, that‘s expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants