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

Screen brightness thing #180

Open
DenizAydin01 opened this issue Apr 27, 2024 · 3 comments
Open

Screen brightness thing #180

DenizAydin01 opened this issue Apr 27, 2024 · 3 comments

Comments

@DenizAydin01
Copy link

DenizAydin01 commented Apr 27, 2024

When on old 3ds device, Opened rosalina menu. In change screen brightness sub menu, you can see screen luminance values between 16 and 142. So i wonder why does it say minimum 20 in readme.md for old 3ds devices. Because 16 and 142 isnt just there like sembolic things it actually works and i can see the screen getting slowly dimmer between 16 and 20 via using luma3ds menu. Also when setting old 3ds's brightness without cfw normally between 1-5 levels, 5 sets it to 142 and 1 sets it to 16. Instead of 20 and 117

@profi200
Copy link
Owner

I'm not sure where the old limits come from but the old brightness system is based on PWM duty cycles which is not great but was easy to implement. The new system used in the libn3ds_gfx_lgycap branch uses luminance and requires hardware calibration. Current Luma versions also show luminance if i remember correctly.

@DenizAydin01
Copy link
Author

DenizAydin01 commented Apr 28, 2024

I'm not sure where the old limits come from but the old brightness system is based on PWM duty cycles which is not great but was easy to implement. The new system used in the libn3ds_gfx_lgycap branch uses luminance and requires hardware calibration. Current Luma versions also show luminance if i remember correctly.

So is it okay if i leave the brightness config set to 16 in config.ini file for an old 3ds xl, will it even do anything?

@profi200
Copy link
Owner

It will likely get set back to 20 somewhere. I don't even know if we are talking about luminance or PWM duty cycle here. It does matter because brightness is not linear.

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

2 participants