Skip to content

Commit

Permalink
New pointer to upstream backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcmerlin committed May 26, 2019
1 parent ff45bb4 commit 48172cc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ https://github.com/marcmerlin/FastLED_NeoMatrix_SmartMatrix_LEDMatrix_GFX_Demos/

Please run git submodule update --init --recursive

MatrixGFXDemo shows how to use SmartMatrix_GFX directly without worrying about NeoMatrix backends.
MatrixGFXDemo shows how to use this drier directly without worrying
about the combined neomatrix_config.h backend.

Other examples under FastLED_NeoMatrix_SmartMatrix_LEDMatrix_GFX_Demos use a complex looking config.h that allows to move your code back and forth between a FastLED::NeoMatrix backend and a SmartMatrix::GFX backend.
Other examples under FastLED_NeoMatrix_SmartMatrix_LEDMatrix_GFX_Demos use the
complex looking neomatrix_config.h that allows to move your code back and forth
between the different drivers that use the Framebuffer::GFX backend (like the
FastLED::NeoMatrix, SmartMatrix::GFX, and FastLED_SPITFT::GFX drivers)

0 comments on commit 48172cc

Please sign in to comment.