Skip to content

songxiaopeng1/gif2carray

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 78.5%
  • JavaScript 9.9%
  • HTML 9.8%
  • CSS 1.8%