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

Bug esp8266 interupt #368

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

rliegmann
Copy link
Contributor

@rliegmann rliegmann commented Sep 2, 2024

Since the update of espressif Framework to V3 there have been problems with the FastLED Lib.
esp8266/Arduino: esp8266/Arduino#8054
FastLED: FastLED/FastLED#1237

The whole thing has something to do with the interups in the ESP8266. These have been changed since V3 and are causing problems. The current workaround is a delay as soon as data is sent to the matrix.

matrix->show() --> FastLED.delay(5); FastLED.show();

Firmware works on esp8266 and esp32.

Update:
another Issue: FastLED/FastLED#1374
FastLED/FastLED#1563

Copy link
Contributor

github-actions bot commented Oct 4, 2024

This pull request is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days

@github-actions github-actions bot added the stale This issue has been automatically marked as stale because it has not had recent activity. label Oct 4, 2024
@foorschtbar foorschtbar removed the stale This issue has been automatically marked as stale because it has not had recent activity. label Oct 5, 2024
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