FastLED 3.9.15
Loading...
Searching...
No Matches

◆ draw() [2/2]

bool fl::video::VideoImpl::draw ( fl::u32 now,
Frame * frame )

Definition at line 72 of file video_impl.cpp.hpp.

72 {
73 return draw(now, frame->rgb());
74}
bool draw(fl::u32 now, fl::span< CRGB > leds)

References draw(), and fl::Frame::rgb().

+ Here is the call graph for this function: