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

Commit

Permalink
增加两个Demo的视频
Browse files Browse the repository at this point in the history
  • Loading branch information
breakstring committed Jun 2, 2021
1 parent 333855c commit a83212c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added samples/PatternPlasma/PatternPlasma.mp4
Binary file not shown.
6 changes: 3 additions & 3 deletions samples/PatternPlasma/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down Expand Up @@ -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
Expand Down
Binary file added samples/Text_and_Gif/text_and_gif.mp4
Binary file not shown.

0 comments on commit a83212c

Please sign in to comment.