Skip to content

ESP32S2: Fix parallel strip issue with Neopixels #3637

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

Merged
merged 1 commit into from
Nov 3, 2020
Merged

ESP32S2: Fix parallel strip issue with Neopixels #3637

merged 1 commit into from
Nov 3, 2020

Conversation

hierophect
Copy link
Collaborator

This PR adds a pin reconfiguration step at the end of Neopixel write, which should solve the issue where any previously declared Neopixel pins would receive the same pulse outputs as newly declared ones. An alternative to setting the pin to GPIO output could be using a full gpio_reset_pin() here instead.

@hierophect hierophect added the espressif applies to multiple Espressif chips label Nov 2, 2020
@hierophect hierophect requested a review from tannewt November 2, 2020 22:27
@ladyada
Copy link
Member

ladyada commented Nov 2, 2020

ill test this one

@ladyada ladyada requested review from ladyada and removed request for tannewt November 2, 2020 23:57
Copy link
Member

@ladyada ladyada left a comment

Choose a reason for hiding this comment

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

tested and works

@ladyada ladyada merged commit 0d0436b into adafruit:main Nov 3, 2020
@hierophect hierophect deleted the esp32s2-neopixel-parallel branch November 24, 2020 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
espressif applies to multiple Espressif chips
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants