small fixes

This commit is contained in:
marschap
2005-07-27 19:31:08 +00:00
parent 3dfab66f45
commit 9db867e71f
4 changed files with 17 additions and 6 deletions
+1 -1
View File
@@ -402,7 +402,7 @@ CFontz633_flush (Driver *drvthis)
out[0] = (unsigned char) (i % p->width); // column
out[1] = (unsigned char) (i / p->width); // line
out[2] = p->framebuf[i]; // character
send_bytes_message(fd, CF633_Send_Data_to_LCD, 3, out);
send_bytes_message(p->fd, CF633_Send_Data_to_LCD, 3, out);
p->backingstore[i] = p->framebuf[i];
}
}