-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Default to RMT driver, make I2S/LCD always available with user-selectable driver per bus for ESP32 variants #5267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
a69e04f
Initial plan
Copilot 2726a91
Update UI and backend to default to RMT, make I2S optional
Copilot afdd0e3
Implement parallel/single I2S distinction and add UI driver info
Copilot 0e34591
Fix I2S memory check to only apply to parallel I2S
Copilot ffd29de
Fix critical bug: calculate sameType and maxLEDsPerBus before use
Copilot 6acf3ef
Revert I2S memory check to include both single and parallel I2S
Copilot 87fe97b
Optimize driver info display by using existing calculations
Copilot 54edff8
Fix I2S memory calculation logic for parallel vs single I2S
Copilot 8f6f24a
Fix UI: Always show Enable I2S checkbox and auto-remove excess buses
Copilot efec2b4
Fix I2S checkbox logic and max bus count calculation
Copilot 07c4305
Use maxD-7 formula instead of hard-coded values for single I2S
Copilot 5589bfd
Simplify driver info display logic
Copilot 9671063
enable "RMT" display on C3, minor cleanup
DedeHai 7a8874f
fix incorrect bus counting
DedeHai 0408865
Fix bus removal to only remove single-pin digital buses
Copilot 4733e4f
fix RMT bus count
DedeHai ea9d53c
Replace auto-removal with visual warning for invalid bus combinations
Copilot b7170bb
Consolidate duplicate loops for bus validation and driver info
Copilot 27c04c8
consolidate code, add lock i I2S is used (maybe not the best solution…
DedeHai 9c7cc22
Add maxRMT and maxI2S parameters to backend and UI
Copilot 7fb0dca
Part 2: Add driver selection dropdown UI for each digital bus
Copilot 4fe3e9f
Part 3: Configuration storage for driver preference per bus
Copilot 28db9cb
Part 4: Dynamic bus allocation logic with user-selectable drivers
Copilot 51a6868
Part 5: Channel tracking and validation with brief warnings
Copilot da0e985
Remove outdated "mixed" bus logic for flexible driver assignment
Copilot 4f59e53
Fix critical channel tracking bugs in user-selectable driver system
Copilot acc32f2
Fix compilation error: remove extra #endif in bus_wrapper.h
Copilot a1487bb
Fix all three critical issues with driver selection system
Copilot 423e1f5
Use determineBusType() instead of getI() in memUsage() to avoid side …
Copilot 0c0a4d0
Co-authored-by: DedeHai <6280424+DedeHai@users.noreply.github.com>
Copilot 8da802a
Simplify bus allocation by storing iType in BusConfig
Copilot 1988199
Fix parallel I2S DMA buffer estimation (8x multiplier)
Copilot 89d073d
Improve UI validation logic for RMT/I2S bus management
Copilot 6c508a7
Refactor UI validation: extract helper function and fix duplicate res…
Copilot 16458c4
Apply I2S validation rules to finalizeInit() matching UI behavior
Copilot 643846c
Fix new bus driver selection to respect channel availability
Copilot 5e7283c
Remove "Enable I2S" checkbox, make I2S always available, allow first …
Copilot 09600db
Fix driver type persistence: get driverType from bus object instead o…
Copilot 371aac2
Fix legacy config driver assignment: intelligently fallback to I2S wh…
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.