Page 1 of 1

TFT_Ext_Image() with FAT32 library?

Posted: 27 Nov 2023 19:45
by Thomas.Pahl@t-online.de
Is it possible to use TFT_Ext_Image() with FAT32 library? How to get the start sector?

Thanks guys

Re: TFT_Ext_Image() with FAT32 library?

Posted: 28 Nov 2023 08:43
by IvanJeremic
Hi,

You can use the FAT32 library with TFT_Ext_Image function.

You can see how we use it in our example in the attachment below:
1492589680_mikromedia_plus__mikroc_arm.zip
(6.47 MiB) Downloaded 35 times
Regards,

Ivan.

Re: TFT_Ext_Image() with FAT32 library?

Posted: 28 Nov 2023 11:21
by Thomas.Pahl@t-online.de
Thanks for that interesting example.

I have a suggestion for your developers:

when necto (in the far far future) gets basic and pascal support, why not realize this with translators instead of new compilers?

pascal/basic -> c
c -> pascal/basic

would be of great learning and better exchange possibility

Regards Thomas

Re: TFT_Ext_Image() with FAT32 library?

Posted: 29 Nov 2023 10:03
by IvanJeremic
Hi,

Thank you for your input, i will forward it to the developers.

Regards,

Ivan.