FTDI Community

Please login or register.

Login with username, password and session length.
Advanced Search  

News:

Welcome to the FTDI Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ FTDI Support


New Bridgetek Community is now open

Please note that we have created the Bridgetek Community to discuss all Bridgetek products e.g. EVE, MCU.

Please follow this link and create a new user account to get started.

Bridgetek Community

Author Topic: FT813 bin compression algorithm documented?  (Read 13802 times)

jberkhout

  • Newbie
  • *
  • Posts: 41
    • View Profile
FT813 bin compression algorithm documented?
« 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.
« Last Edit: January 27, 2023, 07:32:55 PM by jberkhout »
Logged

FTDI Community

  • Administrator
  • Hero Member
  • *****
  • Posts: 892
    • View Profile
Re: FT813 bin compression algorithm documented?
« Reply #1 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
Logged

jberkhout

  • Newbie
  • *
  • Posts: 41
    • View Profile
Re: FT813 bin compression algorithm documented?
« Reply #2 on: February 18, 2023, 01:39:24 PM »

Thanks!
Logged