I am connecting the uVGAIII module to an old Z180 based computer and lots of stuff are working - but now I'm stuck with the problem of displaying images from the SDCARD. I suppose, that the file format is raw 565 format ? At least I was able to load a screen capture in GIMP by selecting the the 565 filter.
But there are other problems: I have an image of 640x360 and want to display on my screen (format 640x480) - but that never worked:
a) Actually I do not understand, how the Picasso can know the dimension of the image in that file. So how can he display it at all ?
b) I logged all stuff and as I interpret it: I got a file handle, and the DisplayImage command returns zero error (0x00, 0x00)
Any idea to get around this ???
Thanks,
Marten
But there are other problems: I have an image of 640x360 and want to display on my screen (format 640x480) - but that never worked:
a) Actually I do not understand, how the Picasso can know the dimension of the image in that file. So how can he display it at all ?
b) I logged all stuff and as I interpret it: I got a file handle, and the DisplayImage command returns zero error (0x00, 0x00)
Any idea to get around this ???
Thanks,
Marten
Comment