Changed clear function in Matrix Orbital driver: now only changes

within buffer (no clear function code sent to the LCD display).
This commit is contained in:
ddouthitt
2001-10-03 05:52:42 +00:00
parent 7bc81c1a3c
commit a1a557a767
+1 -1
View File
@@ -402,7 +402,7 @@ MtxOrb_clear ()
if (MtxOrb->framebuf != NULL)
memset (MtxOrb->framebuf, ' ', (MtxOrb->wid * MtxOrb->hgt));
write(fd, "\x0FE" "X", 2); // instant clear...
//write(fd, "\x0FE" "X", 2); // instant clear...
clear = 1;
if (debug_level > 3)