but if you want to do much more, you'll want the FastLED version I wrote: FastLED_NeoMatrix
this is especially true if your matrix is based off pixels other than neopixel.
on ESP8266, espgifread will display animated gifs stored in flash (should also work on ESP32, and can work on other chips if you use an sdcard and change the filesystem read code)
PaulRB:
Please edit your post and correct the links. The forum sticky post will tell you how to post a link correctly.
(If I were you, I would not brag about the amount of code I had written: better programmers write less code!)
Oh great, yet another way to do markup without detection of URLs... Anyway, done.
As for the amount of code, I'm glad you reviewed the code, found out what I had to write, and what I was able to reuse from other people's work, because why rewrite what's already been written, and how much shorter what I wrote could have been if written by a better programmer
marcmerlin:
Oh great, yet another way to do markup without detection of URLs... Anyway, done.
As for the amount of code, I'm glad you reviewed the code, found out what I had to write, and what I was able to reuse from other people's work, because why rewrite what's already been written, and how much shorter what I wrote could have been if written by a better programmer
Your code is well formatted with testing stripes. I need your little help, I'm using 16x16 WS2812B and i only need gif player simply. Rest i will do by myself, actually i will write code to manage and manipulate data in gif player.