feed(); $display -> text($line); usleep(500000); } // Finish by showing "Hello World" $display -> clear(); $display -> text("Hello World\n"); // Dont forget to close the device $display -> close();