The Simon 0 Posted October 21, 2017 Share Posted October 21, 2017 Hi! I have a elevator program that controls a elevator though buttons on a screen. I have a new screen on each new floor that gets re-bound to the gpu every time to save computer resources. These other screens are never turned off, they only sit there until the elevator is on the same floor as it. So my question is: Does it drain less power (rf/t) to turn off the screens when they are not in use? Or does it not matter whenever they are on or off. In real life if you turn off a computer screen you will save more power, but I'm not sure how it is in OpenComputers. Quote Link to post Share on other sites
Bodo Eggert 0 Posted March 27, 2018 Share Posted March 27, 2018 The screens are documented to drain power by the amount of characters on screen (non-space). So I'd assume that they always drain a basic amount plus x * number_of_non_space_characters and none if turned off. Thermal expansion generators and EnderIO probes may be a way to verify that. I don't know about colored characters and spaces with background - if you can tell, I'd like to know that too. Quote Link to post Share on other sites
payonel 21 Posted March 28, 2018 Share Posted March 28, 2018 screens drain power if chars are visible, regardless of machine state -- though note that screens are turned off when a machine poweroff occurs Quote Link to post Share on other sites