Where is the Image Converter Plugin?

Discuss the Integrated Development Environment (IDE)

Moderators: David Barker, Jerry Messina

Post Reply
CS
Posts: 127
Joined: Thu Nov 02, 2006 9:14 am

Where is the Image Converter Plugin?

Post by CS » Mon Dec 11, 2006 4:59 pm

Hi David,

in the help file I have found the tip to use the image converter plugin.

But where is the plugin? I haven't found it.

I'm using the Version 1.2.0.8

Thanks

CS

User avatar
David Barker
Swordfish Developer
Posts: 1214
Joined: Tue Oct 03, 2006 7:01 pm
Location: Saltburn by the Sea, UK
Contact:

Post by David Barker » Mon Dec 11, 2006 5:26 pm

The image converter referenced in the help file is for the S1D15G00. If you are using monochrome, you will need a different image converter.

Steven Wright has written one for Swordfish which he is just testing. When he is happy with it, I'll put it on the wiki for download...

CS
Posts: 127
Joined: Thu Nov 02, 2006 9:14 am

Post by CS » Mon Dec 11, 2006 6:15 pm

Hi David,

I wanted to see, if it is possible to use the following Sub for my project:

sub SetImage(pX, pY as TXY, byrefconst pImage() as byte)

pX - x position

pY - y position

pImage - Image to display

Display an image at location pX, pY. By default, the GLCD will render monochrome images for 1 bit display drivers only. You should refer to individual driver documentation to to determine if this default implementation has been overridden, as some drivers are able to render full color images.



Swordfish compatible images can be created using the IDE Image Converter plugin.
Where can I find the referenced Image-Converter? Anyway if it is for the S1D15G00 or other. I have no Image converter.

Thanks

CS

Post Reply