Skip to content
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

Fix frequency for 8/16bits parallel modes & add sk6812 modes #609

Merged
merged 15 commits into from
Jan 7, 2023

Conversation

awawa-dev
Copy link
Contributor

This PR adds the last missing piece of the puzzle (sparse documentation of parallel modes for the entire ESP32 family) that finally allows parallel mode to work properly

  • fix frequency to work at 800KHz
  • fixes the output buffer doubling problem at 800KHz
  • add methods for sk6812 LEDs: NeoEsp32I2s0X8Sk6812Method (esp32-s2), NeoEsp32I2s0X16Sk6812Method & NeoEsp32I2s1X8Sk6812Method (esp32)

Tested on ESP32 and ESP32-S2 lolin mini.

@awawa-dev awawa-dev changed the title Parallel Fix frequency for 8/16bits parallel modes & add sk6812 modes Jan 6, 2023
src/internal/Esp32_i2s.c Show resolved Hide resolved
src/internal/Esp32_i2s.c Show resolved Hide resolved
src/internal/Esp32_i2s.c Show resolved Hide resolved
src/internal/NeoEsp32I2sXMethod.h Show resolved Hide resolved
@awawa-dev awawa-dev requested a review from Makuna January 6, 2023 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants