https://github.com/alex313031/blackscreen
Simple, cross platform program to blank a screen (turn all pixels black to #000000)
https://github.com/alex313031/blackscreen
Last synced: 13 days ago
JSON representation
Simple, cross platform program to blank a screen (turn all pixels black to #000000)
- Host: GitHub
- URL: https://github.com/alex313031/blackscreen
- Owner: Alex313031
- License: gpl-2.0
- Created: 2023-03-07T06:12:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T07:06:17.000Z (over 2 years ago)
- Last Synced: 2025-10-04T19:34:39.497Z (17 days ago)
- Language: C++
- Size: 625 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BlackScreen
Simple, cross platform program to blank a screen (turn all pixels black to #000000)
This is a fork and continuation of this > https://sourceforge.net/projects/black-screen/
The site for it is a deviant art page here > https://www.deviantart.com/michaelsboost/art/BlackScreen-184509075
It was originally designed as a prank application, but I found it useful for watching movies with multiple monitors, to blank out the side ones, \
and it could also be used for things like stuck pixel detection, or for cleaning the screen.
NOTE: Sometimes it can be hard to close it, so I reccomend using task manager on Windows to close the process, or to use \`killall BlackScreen\`.– Originally by [michaelsboost](https://sourceforge.net/u/mikethedj4/)