Stuffe has talked about making a pixel screen object. Real pixel screens have "blanking periods" in which nothing is drawn and attempting to draw something might even damage the device, so computer engineers have to be careful to get the timing right.
My suggestion: have an input pin that tells the screen when to start drawing the next line and which is ignored if it's already being drawn. Those of us who care about mimicking real hardware can work out the appropriate timing ourselves. Those who don't can just tie this pin high with an On object and be done with it.
