Update double buffer example

This commit is contained in:
mrfaptastic 2020-09-20 16:23:48 +01:00
parent 8be302f3ed
commit c8635933e5
2 changed files with 3 additions and 4 deletions

View file

@ -1,6 +1,7 @@
#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 row1 = 2+1*10;

View file

@ -23,9 +23,7 @@
"examples/BitmapIcons/*.ino",
"examples/BitmapIcons/*.cpp",
"examples/BitmapIcons/*.h",
"examples/Buffer_Swap_Test/*.ino",
"examples/Buffer_Swap_Test/*.cpp",
"examples/Buffer_Swap_Test/*.h",
"examples/DoubleBufferSwap/*.ino",
"examples/ChainedPanels/*.ino",
"examples/PatternPlasma/*.ino",
"examples/PatternPlasma/*.cpp",