MCPcopy Create free account
hub / github.com/FastLED/FastLED / showPixels

Method showPixels

src/platforms/esp/8266/clockless_esp8266.h:60–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58protected:
59
60 virtual void showPixels(PixelController<RGB_ORDER> & pixels) FL_NOEXCEPT {
61 mWait.wait();
62 int cnt = FASTLED_INTERRUPT_RETRY_COUNT;
63 while((showRGBInternal(pixels)==0) && cnt--) {
64 #ifdef FASTLED_DEBUG_COUNT_FRAME_RETRIES
65 ++_retry_cnt;
66 #endif
67 delayMicroseconds(WAIT_TIME);
68 }
69 mWait.mark();
70 }
71
72#define _ESP_ADJ (0)
73#define _ESP_ADJ2 (0)

Callers

nothing calls this directly

Calls 4

markMethod · 0.80
showRGBInternalFunction · 0.50
delayMicrosecondsFunction · 0.50
waitMethod · 0.45

Tested by

no test coverage detected