FTDI Community

General Category => General Discussion => Topic started by: jberkhout on January 27, 2023, 07:26:47 PM

Title: FT813 bin compression algorithm documented?
Post by: jberkhout on January 27, 2023, 07:26:47 PM
I use an STM32F7 MCU, it can render bitmaps and store them on an SD card.
Then, if they exist, they can just be loaded, and don't need to be rendered again, which is quicker.
Though I can load them as uncompressed binary files only.
However I would like to compress them as the EVE Asset Builder can do, so I can load smaller files, even quicker.

Currently I would need to transfer them from the SD card to the computer, convert them, load them in Asset Builder, convert them into compressed bin format and then copy them back to the SD card.
It is quite cumbersome. If it could be compressed by the MCU that would be awesome.
What compression algorithm is used? Is it documented?

Any help would be very welcome.
Title: Re: FT813 bin compression algorithm documented?
Post by: FTDI Community on January 30, 2023, 09:44:57 AM
Hello,

Please post your question of the BRT Community as Bridgetek support EVE products:

http://www.brtcommunity.com/

Best Regards,
FTDI Community
Title: Re: FT813 bin compression algorithm documented?
Post by: jberkhout on February 18, 2023, 01:39:24 PM
Thanks!