Hello everybody
I'm trying to display a picture from my host controler which is a pic18F448 on my LCD 43P GFX But I don't suceed.I tryed to use graphic composer but there are some errors .
I added a new entrie and changed screen size . Then I saved and build on 4DGL uSD-RAW.
I selected my drive which is a 2GB card formated in FAT16 and NTFS and I put a sector offset off 0 when I clicked ok there was an error window that say "error2Paramètre incorrect" and no files on my card
Even if there was this error I tryed to send instructions from my pic
FFCD // to clear screen
FF89 // MEDIA init
FF92 0000 0000 // set sector adress
FF8B 0000 0000// media image
But no result on the screen for the picture but I can clear screen and may be init the media .So my communication is good.I reckon It may have a problem in my step to put and control my picture on my sd card
Thanks to help me
I'm trying to display a picture from my host controler which is a pic18F448 on my LCD 43P GFX But I don't suceed.I tryed to use graphic composer but there are some errors .
I added a new entrie and changed screen size . Then I saved and build on 4DGL uSD-RAW.
I selected my drive which is a 2GB card formated in FAT16 and NTFS and I put a sector offset off 0 when I clicked ok there was an error window that say "error2Paramètre incorrect" and no files on my card
Even if there was this error I tryed to send instructions from my pic
FFCD // to clear screen
FF89 // MEDIA init
FF92 0000 0000 // set sector adress
FF8B 0000 0000// media image
But no result on the screen for the picture but I can clear screen and may be init the media .So my communication is good.I reckon It may have a problem in my step to put and control my picture on my sd card
Thanks to help me
Comment