Fix handling of custom characters. ccmode was not reset on screen clear().
Remove unused ccmode from serialPOS.
This commit is contained in:
@@ -387,6 +387,7 @@ NoritakeVFD_clear (Driver *drvthis)
|
||||
PrivateData *p = drvthis->private_data;
|
||||
|
||||
memset(p->framebuf, ' ', p->width * p->height);
|
||||
p->ccmode = standard;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user