Scalable Image and ExtFlashSection problem
Hi everyone.
I use scalable image in extflashsection. But image is not shown on the TFT. If i select the intflashsection, the image is shown on the TFT.
I am using external flash. There is not any problem in normal image widget. And it is storaged in extflash.
Is there any solution for this problem? How to i can use scalable Image in external flash?
xxx_flash.ld file
ExtFlashSection :
{
*(ExtFlashSection ExtFlashSection.*)
*(.gnu.linkonce.r.*)
. = ALIGN(0x4);
} >SPIFLASH
