Skip to content

Conversation

david-cermak
Copy link
Contributor

Fixed bit shift in demo application of using RMT peripheral. Init data array to be transmitted was off by one, as for the first iteration (i==0) the mask was 1<<8, which resulted in shifted RGB value in color[] variable
Closes #2921

Fixed bit shift in demo application of using RMT peripheral. Init data array to be transmitted was off by one, as for the first iteration (i==0) the mask was 1<<8, which results in shifted RGB value in color variable
Closes espressif#2921
@me-no-dev me-no-dev merged commit 1c7e329 into espressif:master Jul 16, 2019
@me-no-dev
Copy link
Member

your favourite one char fixes hahahah

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.

Off-by-one Error In RMT Example
2 participants