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:
@@ -402,7 +402,7 @@ MtxOrb_clear ()
|
|||||||
if (MtxOrb->framebuf != NULL)
|
if (MtxOrb->framebuf != NULL)
|
||||||
memset (MtxOrb->framebuf, ' ', (MtxOrb->wid * MtxOrb->hgt));
|
memset (MtxOrb->framebuf, ' ', (MtxOrb->wid * MtxOrb->hgt));
|
||||||
|
|
||||||
write(fd, "\x0FE" "X", 2); // instant clear...
|
//write(fd, "\x0FE" "X", 2); // instant clear...
|
||||||
clear = 1;
|
clear = 1;
|
||||||
|
|
||||||
if (debug_level > 3)
|
if (debug_level > 3)
|
||||||
|
|||||||
Reference in New Issue
Block a user