[Lcdproc] MtxOrb problem
Peter Marschall
peter@adpm.de
Sun Oct 8 14:17:01 2006
Hi,
On Thursday, 5. October 2006 22:14, Michelle Dupuis wrote:
> I'm using the Oct 4 nightly build - so I should have recent code.
>
> I tried the test program - and strange characters appear. In one case a
> heart overlayed into a white box, etc. There is still some strange
> flicker. (perhaps this is not simply an overwrite / scroll problem).
Two random thoughts about the MtxOrb driver:
- in the MtxOrb_clear() function the driver sets the backingstore
so that it always differs from framebuf
- the MtxOrb_flush() functio writes out one characer at a time.
These both may lead to the effects that Michelle is observing.
Things to test:
- remove the setting of the backingstore in MtxOrb_clear()
- try to find a more fficient implementation of the MtxOrb_flush()
function [maybe the one from the CFontzPacket driver can
work as a template]
Peter
--
Peter Marschall
peter@adpm.de