i have a problem when i load a image to my fez tocuh.
I make a easy example in the attached image.
In two words, the image has the first line instead of the last…
The image is 50x50 and is converted by FEZ Touch Image Converter, and i use Fez panda II.
the driver is: Enhanced FEZ Touch Driver http://www.tinyclr.com/codeshare/entry/390
Which version of the driver are you using? In the optimized driver I posted a few months ago on the Codeshare I did fix a few things that caused a ‘off by one’ painting error like you are seeing.
When I was testing the driver I was using images stored as resources, not from the SD card. It is not clear to me if the issue is due to the way the image is being generated or the way it is being displayed. Can you email me the image file? birt_j@ soigeneris.com
Thanks for Valkyrie for emailing me his test image. The problem was that in certain orientations you have to change the cursor position after defining the drawing window. If you don’t then the first data written to the second row instead of the first. I fixed a couple of other little things and uploaded the new version to the Codeshare.
I found the easiest way to test for this problem was to create a 100x100 image that was black with one row of green pixels around the outer edge. When displayed on a red background at position (1, 1) it was easy to see if it was in the right position and that it was rendered properly.
It’s for Fez Touch, which is not primarily focussed on EMX. Can Fez Touch work on EMX, it can probably be done. Whether you can or not is a matter of experience. What do you not get from existing software on EMX?