JSchaenzle / ESP32-NeoPixel-WS2812-RMT

NeoPixel (WS2812) Driver Example code using RMT peripheral
The Unlicense
117 stars 32 forks source link

Uses APB clock source for shorter pulse lengths #7

Closed JoeyStrandnes closed 3 years ago

JoeyStrandnes commented 4 years ago

Utilizes APB clock source

The default configuration did not allow for short enough pulses when sending data to WS2812B LED's

Changes

Tests

APB clock source

APB Timing

Standard clock source

Standard clock

lukecyca commented 3 years ago

Thanks for this. I am now using it and it seems to be a good improvement.

bcran commented 2 years ago

I see this was closed without being merged, but it looks like a good improvement.