View Single Post
  #175 (permalink)  
Old 20th Aug 2009, 11:35 am
knob's Avatar
knob knob is offline
Senior Member
Valued Member
 
Join Date: May 2007
Posts: 1,285
Default

Had another go at displaying the pic in the music player screen
using this:-
FILE *ArtFile;
ArtFile = FileOpen("U:\\", "FOLDER.RES","R");
DisplayPicFromFile(1,20,ArtFile, 0, vinyl_XSIZE,vinyl_YSIZE, NULL, Normal, 220);//actual album art

The player just crashed, dunno whats wrong, this should work.
__________________
-----------------------------------------------------------------------------------------------------------
Reply With Quote