-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
Touch ui ftdi eve fixes #17704
Touch ui ftdi eve fixes #17704
Conversation
What about this: I have not tested it but it looks to me like this limits the value to a range from 1....11 which is completely broken. |
is one of things i not touch because idk how code it, also i disable the dim for my panel so i can't test |
As I wrote, just go with: I tried it and it works, 11 is low enough for my display as well. I tried the other line now and as I expected it is not working, I can not even change the value between 1 and 11, the slider is just limited to 11. |
seems the limits is between 1 and 11, not between 11 to max
done |
Thanks for the corrections. I changed code according to answers to my questions and comparing code from two sources. Apparently I was mistaken to believe that the brightness should range between 1 and 11. |
Fix little typos and back to use default
PWM_HZ
since the brightness dim is disabled for Fysetc TFT81050, this not need anymore. also0x2710
can damage the backlight in this panel (due @RudolphRiedel recomendations in #17644 (comment). seems is a hardware limitation)