Update double buffer example
This commit is contained in:
parent
8be302f3ed
commit
c8635933e5
2 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
||||||
#include <ESP32-RGB64x32MatrixPanel-I2S-DMA.h>
|
#include <ESP32-RGB64x32MatrixPanel-I2S-DMA.h>
|
||||||
|
|
||||||
RGB64x32MatrixPanel_I2S_DMA display(true); // Note the TRUE -> Turns of secondary buffer
|
RGB64x32MatrixPanel_I2S_DMA display(true); // Note the TRUE -> Turns of secondary buffer - "double buffering"!
|
||||||
|
// Double buffering is not enabled by default with the library.
|
||||||
|
|
||||||
const byte row0 = 2+0*10;
|
const byte row0 = 2+0*10;
|
||||||
const byte row1 = 2+1*10;
|
const byte row1 = 2+1*10;
|
|
@ -23,9 +23,7 @@
|
||||||
"examples/BitmapIcons/*.ino",
|
"examples/BitmapIcons/*.ino",
|
||||||
"examples/BitmapIcons/*.cpp",
|
"examples/BitmapIcons/*.cpp",
|
||||||
"examples/BitmapIcons/*.h",
|
"examples/BitmapIcons/*.h",
|
||||||
"examples/Buffer_Swap_Test/*.ino",
|
"examples/DoubleBufferSwap/*.ino",
|
||||||
"examples/Buffer_Swap_Test/*.cpp",
|
|
||||||
"examples/Buffer_Swap_Test/*.h",
|
|
||||||
"examples/ChainedPanels/*.ino",
|
"examples/ChainedPanels/*.ino",
|
||||||
"examples/PatternPlasma/*.ino",
|
"examples/PatternPlasma/*.ino",
|
||||||
"examples/PatternPlasma/*.cpp",
|
"examples/PatternPlasma/*.cpp",
|
||||||
|
|
Loading…
Reference in a new issue