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

Add adjustable PWM frequency to minimize buzzing noise #1179

Merged
merged 8 commits into from Dec 12, 2023

Conversation

tGecko
Copy link
Member

@tGecko tGecko commented Oct 3, 2023

Adds the option to control the backlights PWM frequency.

This can improve the constant buzzing of the device by making it a less annoying frequency.
From my testing, at 200 Hz the buzzing is much less noticeable and there does not seem to be a negative impact on the image quality. At 100 Hz the flicker might be visible to sensitive eyes.

I would have preferred to go above the audible hearing range, but everything above 1000 Hz makes the brightness control unstable/unusable.

MainUI has been patched to not set the PWM value every time it is launched.

@tGecko tGecko added this to the v4.3 milestone Oct 3, 2023
@tGecko tGecko self-assigned this Oct 3, 2023
@XK9274
Copy link
Member

XK9274 commented Oct 3, 2023

Tested this briefly in its current state in games/general UI stuff & works well - high pitch whine is just about gone! awesome work 👍

@Aemiii91 Aemiii91 added the enhancement New or improved feature label Oct 3, 2023
@tGecko tGecko marked this pull request as ready for review October 13, 2023 14:05
@schmurtzm schmurtzm mentioned this pull request Oct 20, 2023
@schmurtzm
Copy link
Member

Not tested on MM for now.

@schmurtzm schmurtzm added this pull request to the merge queue Dec 12, 2023
Merged via the queue into main with commit 794a9d5 Dec 12, 2023
3 checks passed
@schmurtzm schmurtzm deleted the feat-pwm-control branch December 12, 2023 00:15
github-merge-queue bot pushed a commit that referenced this pull request Dec 12, 2023
MainUI patched to react to SIGTERM signal.

A sighandler to break out of the main loop was incorrectly implemented,
set up to act on SIGKILL (9) which is not possible, as SIGKILL will
always kill and leave the process no time to react.


![image](https://github.com/OnionUI/Onion/assets/6023076/8934189a-fe33-4dd6-97fc-25fd4c0e5b3a)

The sighandler simply sets a value which is checked early in the main
`while(true)` loop

This allows us to shut down MainUI gracefully by sending SIGTERM instead
of SIGKILL which can cause all sorts of troubles, notably black screens.

This _includes_ the patches from #1179 and thus should be merged after
#1179

---------

Co-authored-by: Schmurtz <Schmurtz@gmail.com>
@tGecko tGecko changed the title FEAT: PWM control Add adjustable PWM frequency to minimize buzzing noise Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New or improved feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants