Skip to content

Commit ce172df

Browse files
committed
Include audioreactive for hub75 examples - MOONHUB audio
1 parent 91baa34 commit ce172df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platformio_override.sample.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,8 @@ build_flags = ${common.build_flags} ${esp32s3.build_flags} -D WLED_RELEASE_NAME=
606606
-D S3_LCD_DIV_NUM=20 ;; Attempt to fix wifi performance issue when panel active with S3 chips
607607
-D MOONHUB_S3_PINOUT ;; HUB75 pinout
608608
-D WLED_DEBUG_BUS
609-
-D SR_DMTYPE=-1 -D I2S_SDPIN=-1 -D I2S_CKPIN=-1 -D I2S_WSPIN=-1 -D MCLK_PIN=-1 ;; Disable to prevent pin clash
609+
-D LEDPIN=14 -D BTNPIN=0 -D RLYPIN=15 -D IRPIN=-1 -D AUDIOPIN=-1 ;; defaults that avoid pin conflicts with HUB75
610+
-D SR_DMTYPE=1 -D I2S_SDPIN=10 -D I2S_CKPIN=11 -D I2S_WSPIN=12 -D MCLK_PIN=-1 ;; I2S mic
610611

611612
lib_deps = ${esp32s3.lib_deps}
612613
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA.git#aa28e2a ;; S3_LCD_DIV_NUM fix

0 commit comments

Comments
 (0)