The solution I came to was similar to your own, with one important difference. I broke down my original huge data file(mine were 8-bit-text) into many smaller ones.
I did this because whenever...
Type: Posts; User: pdl101; Keyword(s):
The solution I came to was similar to your own, with one important difference. I broke down my original huge data file(mine were 8-bit-text) into many smaller ones.
I did this because whenever...
I'd be very interested to hear the solution to this myself.
Cheers,
Peter
I saw somewhere a recommendation that you do the following:
-- Test to see if the device is double buffered and if so write directly to the regular Graphics for the framebuffer.
This of course...
Has anybody found a workaround for this problem yet?
I tried a few obvious things like doing multiple setcolors and shuffling the order of code around to put some other processing between the...