Skip to content

This script mitigates OLED burn-in by moving visible windows. Literally: move windows by X pixels every Y seconds.

Notifications You must be signed in to change notification settings

YounessMoustaouda/OLED_avoid_burnin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

A python script that randomly moves visible windows on screen to mitigate OLED burn-in issues

usage: OLED_avoid_burnin.py [-h] [--m M] [--s S]

Move non-minimized windows randomly on screen.

options:
  -h, --help  show this help message and exit
  --m M       The maximum number of pixels to move the window in any direction
  --s S       The time to wait before moving the windows again, in seconds

About

This script mitigates OLED burn-in by moving visible windows. Literally: move windows by X pixels every Y seconds.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages