Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit a83212c

Browse files
committed
增加两个Demo的视频
1 parent 333855c commit a83212c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
4.57 MB
Binary file not shown.

samples/PatternPlasma/src/main.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
#define LAT_PIN 4
2727
#define OE_PIN 22
2828
#define CLK_PIN 16
29-
#define E_PIN -1 // set to 12 for Hub75E
29+
#define E_PIN 12 // set to 12 for Hub75E
3030

3131
/********** CONFIG *************/
3232
#define PANEL_WIDTH 64
33-
#define PANEL_HEIGHT 32 // Panel height of 64 will required PIN_E to be defined.
33+
#define PANEL_HEIGHT 64 // Panel height of 64 will required PIN_E to be defined.
3434
#define PANELS_NUMBER 1 // Number of chained panels, if just a single panel, obviously set to 1
3535

3636

@@ -95,7 +95,7 @@ void setup() {
9595
mxconfig.gpio.oe = OE_PIN;
9696
mxconfig.gpio.clk = CLK_PIN;
9797

98-
//mxconfig.driver = HUB75_I2S_CFG::FM6126A; // in case that we use panels based on FM6126A chip, we can change that
98+
mxconfig.driver = HUB75_I2S_CFG::FM6126A; // in case that we use panels based on FM6126A chip, we can change that
9999

100100
/*
101101
//Another way of creating config structure

samples/Text_and_Gif/text_and_gif.mp4

2.55 MB
Binary file not shown.

0 commit comments

Comments
 (0)