thanks Vic for clueing me in about the event
John is known for always having a great time when playing with a big smile :)
my LED googles were pretty popular
Thanks for John for taking picturs with us at the end
Welcome to the Trance/EDM/Festival/LEDs sub-section of my blog
thanks Vic for clueing me in about the event
John is known for always having a great time when playing with a big smile :)
my LED googles were pretty popular
Thanks for John for taking picturs with us at the end
end result after 1.5 years of work
ok, that was a nice distraction :)
this gif was so cool, it's only with the higher resolution that I found out it was Pulp Fiction
I really wish I could have done this, but the wire order would be wrong
there are over 200 2D demos to cycle through, some are machine generated, some are animated gifs
Solarstone looks better than his picture, haha
This is 24bpp FastLED/LEDMatrix code running on a 16bpp TFT via Framebuffer::GFX
#define ILI9341 #include "neomatrix_config.h"and the rest should work on its own (although you do have to define the TFT pins in the file) If you think the file is way too big and hard to understand, you can look at the shorter TFT only version: https://github.com/marcmerlin/FastLED_NeoMatrix_SmartMatrix_LEDMatrix_GFX_Demos/blob/master/neomatrix_config_tftonly.h
Arduino_DataBus *bus_[TFTCNT]; Arduino_TFT *tft_[TFTCNT]; CRGB *matrixleds_[TFTCNT]; FastLED_ArduinoGFX_TFT *matrix_[TFTCNT]; uint16_t mw_[TFTCNT]; uint16_t mh_[TFTCNT]; uint16_t tftw_[TFTCNT]; uint16_t tfth_[TFTCNT]; uint8_t gfx_scale_[TFTCNT]; const char *tftname_[TFTCNT];As a hint: