- From: steve AT nexusuk.org (Steve Hill)
- Subject: [Lcdproc] Release 0.5.1 ?
- Date: Tue Sep 19 18:43:01 2006
On Tue, 19 Sep 2006, Peter Marschall wrote:
I've worked around this by making it to send a "ping" command to the
display on every render cycle. It's a bit of a kludge, but it works.
Do you mind to post the patch ?
No problem - the patch is attached.
--
- Steve
xmpp:steve AT nexusuk.org
sip:steve AT nexusuk.org
http://www.nexusuk.org/
Servatis a periculum, servatis a maleficum - Whisper, Evanescence
Index: server/drivers/CFontzPacket.c
===================================================================
*** server/drivers/CFontzPacket.c (revision 94)
--- server/drivers/CFontzPacket.c (revision 95)
***************
*** 623,642 ****
--- 623,643 ----
debug(RPT_DEBUG, "%s: l=%d c=%d count=%d string='%.*s'",
__FUNCTION__, out[0], out[1], length, length, sp);
memcpy(&out[2], sp, length);
send_bytes_message(p->fd, CF633_Send_Data_to_LCD, length + 2, out);
}
#endif
} // i < p->height
memcpy(p->backingstore, p->framebuf, p->width * p->height);
}
+ send_bytes_message(p->fd,CF633_Ping_Command,0,NULL);
}
/*
* Return one char from the KeyRing
*/
MODULE_EXPORT const char *
CFontzPacket_get_key (Driver *drvthis)
{
//PrivateData *p = drvthis->private_data;
- [Lcdproc] Update: MtxOrb driver update, (continued)
[Lcdproc] Release 0.5.1 ?, Russell Krayer, 09/19/2006
Archive powered by MHonArc 2.6.18.