Advertising
Brightness Control v1.6 - 6.20, 6.35, 6.39, 6.60 and 6.61
Re: Brightness Control v1.6 - 6.20, 6.35, 6.39, 6.60 and 6.61
Turned off Backlight Auto-Off in Power Save Settings, seems ok now.
-
riccetto80
- Posts: 2
- Joined: Tue Mar 05, 2019 4:41 pm
Re: Brightness Control v1.6 - 6.20, 6.35, 6.39, 6.60 and 6.61
hello people!
if i understand correctly, to set the 5 level to be the maxim possible i have to edit the Brightness.ini file from:
TO:
this will made the 5 level, 20% mor bright compared to default 4, maximum level, right?
if i understand correctly, to set the 5 level to be the maxim possible i have to edit the Brightness.ini file from:
Code: Select all
# You can make up to 5 brightness levels.
# If you want to disable this feature, set 0 in all levels.
# The value must be greater than 10 and less than 101.
Livel1 = 20;
Livel2 = 40;
Livel3 = 60;
Livel4 = 80;
Livel5 = 0;Code: Select all
# You can make up to 5 brightness levels.
# If you want to disable this feature, set 0 in all levels.
# The value must be greater than 10 and less than 101.
Livel1 = 20;
Livel2 = 40;
Livel3 = 60;
Livel4 = 80;
Livel5 = 100;
Advertising