Trying to output a 256 color BMP converted over by using bmp2c but my problem is, when outputted to the LCD the image is off by 180? degrees and mirrored.
I can fix it by rotating and flipping the image before hand but I'd like a perm fix but I don't know how to do it?
Is that a quick fix? Or doesn't it flip the image properly?
Guest
Posted: Sat Oct 31, 2009 3:28 pm
No, my quick fix is to use an image editor and flip and rotate the image then run it thru bmp2c. It is a hassle to do that everytime I edit the image and save it.
John P wrote:
Code:
for(i=16384; i>0; i++)
putc(rawData1[i-1]);
}
Is that a quick fix? Or doesn't it flip the image properly?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum