removed instant clear

This commit is contained in:
reenoo
2002-02-21 20:03:57 +00:00
parent 8556c03d56
commit ca5f3d1f37
+4 -2
View File
@@ -333,8 +333,10 @@ lcdm001_clear (Driver *drvthis)
{
if (framebuf != NULL)
memset (framebuf, ' ', (width * height));
write (fd, "~C", 2); // instant clear...
/* An instant clear is NOT neccessary, it only makes the display
* flicker
*/
/*write (fd, "~C", 2);*/ /* instant clear...*/
clear = 1;
debug (RPT_DEBUG, "LCDM001: cleared screen");