removed instant clear
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user