Do not merge - Waveshare s3 matrix#5660
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Got AR working on this board. Below is the updated build env to include pins required by default. [env:waveshare_esp32s3_32MB_hub75]
;; Waveshare ESP32-S3-RGB-Matrix (memory_type: opi_opi); see https://docs.waveshare.com/ESP32-S3-RGB-Matrix
extends = env:esp32S3_wroom2_32MB
monitor_filters = esp32_exception_decoder
build_unflags = ${env:esp32S3_wroom2_32MB.build_unflags}
-D WLED_RELEASE_NAME=\"ESP32-S3_WROOM-2_32MB\" ;; need to un-set the relese name before setting a new one
custom_usermods = Internal_Temperature ${common.default_usermods} ; sd_card
build_flags = ${common.build_flags} ${esp32s3.build_flags} ${hub75.build_flags} ${hub75.s3_build_flags}
-D WLED_RELEASE_NAME=\"ESP32-S3_Waveshare_HUB75\"
-D WAVESHARE_S3_PINOUT
-D SR_DMTYPE=9 -D HW_PIN_SCL=48 -D HW_PIN_SDA=47 -D I2S_SDPIN=39 -D I2S_WSPIN=38 -D I2S_CKPIN=43 -D MCLK_PIN=12 ; Waveshare ES8311 Codec pins
; -D PinSourceSelect=14 -D PinSourceClock=1 -D PinPoci=17 -D PinPico=44 ; Waveshare SD Card pins
; -D WLED_USE_SD_SPI
; -D SD_PRINT_HOME_DIR
; -D WLED_DEBUG
lib_deps = ${esp32s3.lib_deps}
${hub75.lib_deps} |
Build using out of tree AudioReactive with support for the audio chip in the Waveshare