Skip to content
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

(Zenbook Flip UP5302Z) numpad works except backlight #118

Open
Shogu opened this issue Jan 30, 2024 · 3 comments
Open

(Zenbook Flip UP5302Z) numpad works except backlight #118

Shogu opened this issue Jan 30, 2024 · 3 comments

Comments

@Shogu
Copy link

Shogu commented Jan 30, 2024

Hi!

I've tested a range of scripts and fixes, but i am now blocked.

Your driver is the best of all i tested (congratulations!), and it works fine on my Zenbook S Flip UP5302Z
Hi!

I tested a range of scripts and fixes, but i am now blocked.

Your driver is the best of all i tested, and it works fine on my Zenbook S Fliip UP5302Z

Unfortunately there is NO backlight, so the numpad i quite unusable :(

I tried the workarounds find here in the issues section (for example editing the *.py file with "change_brightness(1)"), but it fails.

Have you any idea?

Please note that i am not sure that this laptop is set up to have numpad, maybe the touchpad cannot be backlighted? The documentation is uncertain...
Unfortunately there is NO backlight, so the numpad i quite unusable :(

I tried the workarounds find here in the issues section (for example editing the *.py file with "change_brightness(1)"), but it fails.

Have you any idea?

Please note that i am not sure that this laptop is set up to have numpad, maybe the touchpad cannot be backlighted? The documentation is uncertain...

Thans in advance

Ogu from France

@Shogu
Copy link
Author

Shogu commented Feb 19, 2024

Hi again.

Is this project abandoned?

Thanks

Ogu

@LittleBigOwI
Copy link

#71

@theT4mer
Copy link

theT4mer commented May 29, 2024

Hi there,
I had the same problem: numpad itself works like a charm but the backlight did not. I kinda solved it trought copy + pasting the "brightness = change_brightness(brightness)" line into the first if-condition:

            if (x > 0.95 * maxx) and (y < 0.09 * maxy):
                numlock = not numlock
                if numlock:
                    activate_numlock(brightness)
                    brightness = change_brightness(brightness)
                else:
                    deactivate_numlock()
                continue

            # Check if caclulator was hit #
            elif (x < 0.06 * maxx) and (y < 0.07 * maxy):
                if numlock:
                    brightness = change_brightness(brightness)
                else:
                    launch_calculator()
                continue

The this way, everything works perfectly and the light is triggerd when tapping the right icon. The left icon opens the system calculator. You can try if this works for you. I am however kind of hesitant to create a pull request because i don't understand the code fully and have done limited testing, so i might have caused some other weirdness with this change.
Greetings back from Germany!

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

No branches or pull requests

3 participants