Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
519 changes: 519 additions & 0 deletions pio-scripts/cores3_v17_neopixelbus_patch.py

Large diffs are not rendered by default.

599 changes: 599 additions & 0 deletions usermods/CoreS3_Audio/CoreS3_Audio.cpp

@softhack007 softhack007 Sep 5, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry I don't understand what this file really does. What is the purpose? Why is is necessary?

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions usermods/CoreS3_Audio/library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "CoreS3_Audio",
"version": "0.1.5",
"description": "M5Stack CoreS3 built-in microphone Audio Reactive integration usermod for WLED",
"build": {
"libArchive": false
},
"dependencies": {
"M5GFX": "https://github.com/m5stack/M5GFX.git#0.2.26"
}
}
Loading