Jan 14
Add Advanced Burn-in protection
Add technique for burn-in that will draw a semi-translucent chess board covering the screen that gets inverted every minute. This will cause every other pixel to change brightness.
Minute 1:
[ ] [ X ]
[ X ] [ ]
Minute 2:
[ X ] [ ]
[ ] [ X ]
The x are pixels that will become semi-translucent. There would be a slider to control how translucent pixels will become.
This approach will cause some visual noise that is noticeable from close up, mainly reduce brightness but I believe it will be the most efficient way to do it in screens that are susceptible to it.
Completed