Got this now:-
HANDLE ArtFile;
ArtFile = FileOpen("U:\\FOLDER.RES","U:\\","R");
DisplayPicFromFile(1,20,ArtFile, 0, vinyl_XSIZE,vinyl_YSIZE, NULL, Normal, 220);//actual album art
FileClose(ArtFile);
and I got FOLDER.RES in the root, it still crashes just the same as before :-(
Strange they use "U" as the drive in Rk26xx, Rk2706 uses "D" but I have tried "C" and "D" and the crash is just the same.
I'll have a go at using a char string next to store the file params.
__________________
-----------------------------------------------------------------------------------------------------------
|