https://github.com/globalpolicy/constdisplay
A windows program to maintain a constant brightness level for your desktop
https://github.com/globalpolicy/constdisplay
Last synced: about 1 month ago
JSON representation
A windows program to maintain a constant brightness level for your desktop
- Host: GitHub
- URL: https://github.com/globalpolicy/constdisplay
- Owner: globalpolicy
- License: mit
- Created: 2024-07-31T05:28:52.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T07:38:21.000Z (10 months ago)
- Last Synced: 2025-02-12T11:53:17.803Z (3 months ago)
- Language: C
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ConstDisplay
A windows program to maintain a constant brightness level for your desktop
### Settings:
> Target brightness: The program will attempt to bring the overall brightness of the screen to this specified value. Goes without saying but the lower it's set, the darker it'll be.> Brightness delta tolerance: The limiting difference between the target brightness and screen's calculated brightness. Once this limit is reached, the program stops modulating the brightness.
> Brightness check interval: The amount of time to wait between consecutive brightness checks and thus modulation.
> Brightness change step size: The increment step to use when modulating brightness. It's actually changing the overlay window's opacity behind the scenes.
> Overlay colors: The color for the overlay window. Pure black (RGB of 0,0,0) recommended for most cases.