meysam_abbasinia
Advanced Member level 4

hi
in a project I'm working on 7 inch TFT LCD and ATXmega128A1, we need save font and icons on flash memory of AVR, now the memory is full and need more space so we decide use SD card for save fonts and icons on it in FAT format, but I don't know how can I use GLCD function by external memory.
for example we use glcd_putimagef for display an image from flash memory and compiler says we can use glcd_putimagex for display images from external memory, but how?
my ask is what should I do? I need save fonts on SD card. I need some sample.
thank you.
in a project I'm working on 7 inch TFT LCD and ATXmega128A1, we need save font and icons on flash memory of AVR, now the memory is full and need more space so we decide use SD card for save fonts and icons on it in FAT format, but I don't know how can I use GLCD function by external memory.
for example we use glcd_putimagef for display an image from flash memory and compiler says we can use glcd_putimagex for display images from external memory, but how?
my ask is what should I do? I need save fonts on SD card. I need some sample.
thank you.