Skip to content

Commit

Permalink
Update ESP32-HUB75-MatrixPanel-I2S-DMA.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcodetastic committed Dec 21, 2021
1 parent 4f5fcf0 commit 3bd87dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESP32-HUB75-MatrixPanel-I2S-DMA.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
#define ESP32_I2S_DMA_MODE I2S_PARALLEL_WIDTH_16 // From esp32_i2s_parallel_v2.h = 16 bits in parallel
#define ESP32_I2S_DMA_STORAGE_TYPE uint16_t // DMA output of one uint16_t at a time.
#define CLKS_DURING_LATCH 0 // Not (yet) used.
#define ESP32_I2S_DEVICE I2S_NUM_1
#define ESP32_I2S_DEVICE I2S_NUM_0

// Panel Upper half RGB (numbering according to order in DMA gpio_bus configuration)
#define BITS_RGB1_OFFSET 0 // Start point of RGB_X1 bits
Expand Down

0 comments on commit 3bd87dc

Please sign in to comment.