/gif2carray

Animated GIF to Arduino converter for PxMatrix

Primary LanguageVueMozilla Public License 2.0MPL-2.0

gif2carray

Animated GIF to Arduino converter for PxMatrix

Background

This page converts animated GIF files to Arduino byte-arrays in RGB565 format as used by the great PxMatrix library in the examples.

I couldn't make the converter scripts work in my environment, so I implemented this

Usage

See the published version here: https://toblum.github.io/gif2carray/

Make sure the entered urls can be remote loaded. The conversion is done completely in the browser, no entered data is transferred to the server. See the source code for implementation details.

It's just a quick'n'dirty implementation, but it may help you too. Implementation is done using vite/vue3 and the gifuct-js library