Skip to content
Discussion options

You must be logged in to vote

Thanks for the ESP32-S2. I have fixed the problem with the ESP32-S2 and will try and merge into the main tree at some point.

Grab it here: https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA/tree/ESP32-S2-dev

Test it with.


// Example sketch which shows how to display some patterns
// on a 64x32 LED matrix
//

#include <ESP32-HUB75-MatrixPanel-I2S-DMA.h>


#define PANEL_RES_X 64      // Number of pixels wide of each INDIVIDUAL panel module. 
#define PANEL_RES_Y 32     // Number of pixels tall of each INDIVIDUAL panel module.
#define PANEL_CHAIN 1      // Total number of panels chained one to another
 
//MatrixPanel_I2S_DMA dma_display;
MatrixPanel_I2S_DMA *dma_display = nullptr…

Replies: 5 comments 38 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
23 replies
@Pipimaxi
Comment options

@mrcodetastic
Comment options

@Pipimaxi
Comment options

@mrcodetastic
Comment options

@mrcodetastic
Comment options

Comment options

You must be logged in to vote
2 replies
@Pipimaxi
Comment options

@mrcodetastic
Comment options

Comment options

You must be logged in to vote
5 replies
@Pipimaxi
Comment options

@mrcodetastic
Comment options

@Pipimaxi
Comment options

@mrcodetastic
Comment options

@Pipimaxi
Comment options

Comment options

You must be logged in to vote
8 replies
@mrcodetastic
Comment options

@mrcodetastic
Comment options

@Pipimaxi
Comment options

@mrcodetastic
Comment options

@mrcodetastic
Comment options

Answer selected by mrcodetastic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants