Skip to content
Snippets Groups Projects
Select Git revision
  • 6810f2c134f9329e9dc18f4e0d3a1936ca6d8011
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

espneopixel.c

Blame
  • user avatar
    Olivier Ortigues authored and Damien George committed
    At the WS2812 driver level, a 400ns value was used for T0H (time high to
    send a 0 bit) but LED specification says it should be 350ns +- 150ns.
    Due to loop overhead the 400ns value could lead to T0H close to 500ns
    which is too close from the limit value and gave glitches (bad data to
    pixels) in some cases.  This patch makes the calculated T0H value 350ns.
    bc4441af
    History
    espneopixel.c 2.09 KiB