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

◆ printOutput()

void printOutput ( const Corkscrew::Output & output)

Definition at line 157 of file curr.h.

157 {
158 fl::sstream stream;
159 stream << "Corkscrew Output:\n";
160 stream << "Width: " << output.width << "\n";
161 stream << "Height: " << output.height << "\n";
162 // stream << "Mapping: \n";
163 // for (const auto &point : output.mapping) {
164 // stream << point << "\n";
165 // }
166 FASTLED_WARN(stream.str());
167}
const Str & str() const
Definition strstream.h:49
StrStream sstream
Definition sstream.h:6
#define FASTLED_WARN
Definition warn.h:7

References FASTLED_WARN, fl::CorkscrewOutput::height, fl::StrStream::str(), and fl::CorkscrewOutput::width.

+ Here is the call graph for this function: