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) if (framebuf != NULL)
memset (framebuf, ' ', (width * height)); memset (framebuf, ' ', (width * height));
/* An instant clear is NOT neccessary, it only makes the display
write (fd, "~C", 2); // instant clear... * flicker
*/
/*write (fd, "~C", 2);*/ /* instant clear...*/
clear = 1; clear = 1;
debug (RPT_DEBUG, "LCDM001: cleared screen"); debug (RPT_DEBUG, "LCDM001: cleared screen");