diff --git a/samples/PatternPlasma/PatternPlasma.mp4 b/samples/PatternPlasma/PatternPlasma.mp4 new file mode 100644 index 0000000..120e722 Binary files /dev/null and b/samples/PatternPlasma/PatternPlasma.mp4 differ diff --git a/samples/PatternPlasma/src/main.cpp b/samples/PatternPlasma/src/main.cpp index f29db9f..b7583cb 100644 --- a/samples/PatternPlasma/src/main.cpp +++ b/samples/PatternPlasma/src/main.cpp @@ -26,11 +26,11 @@ #define LAT_PIN 4 #define OE_PIN 22 #define CLK_PIN 16 -#define E_PIN -1 // set to 12 for Hub75E +#define E_PIN 12 // set to 12 for Hub75E /********** CONFIG *************/ #define PANEL_WIDTH 64 -#define PANEL_HEIGHT 32 // Panel height of 64 will required PIN_E to be defined. +#define PANEL_HEIGHT 64 // Panel height of 64 will required PIN_E to be defined. #define PANELS_NUMBER 1 // Number of chained panels, if just a single panel, obviously set to 1 @@ -95,7 +95,7 @@ void setup() { mxconfig.gpio.oe = OE_PIN; mxconfig.gpio.clk = CLK_PIN; - //mxconfig.driver = HUB75_I2S_CFG::FM6126A; // in case that we use panels based on FM6126A chip, we can change that + mxconfig.driver = HUB75_I2S_CFG::FM6126A; // in case that we use panels based on FM6126A chip, we can change that /* //Another way of creating config structure diff --git a/samples/Text_and_Gif/text_and_gif.mp4 b/samples/Text_and_Gif/text_and_gif.mp4 new file mode 100644 index 0000000..90b3c75 Binary files /dev/null and b/samples/Text_and_Gif/text_and_gif.mp4 differ