toblum / gif2carray

Animated GIF to Arduino converter for PxMatrix

Home Page:https://toblum.github.io/gif2carray/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Animated GIF to Arduino converter for PxMatrix

https://toblum.github.io/gif2carray/

License:Mozilla Public License 2.0


Languages

Language:Vue 78.4%Language:JavaScript 9.9%Language:HTML 9.8%Language:CSS 1.8%