|
FastLED 3.9.15
|
#include "fl/gfx/corkscrew.h"#include "fl/stl/algorithm.h"#include "fl/stl/assert.h"#include "fl/math/math.h"#include "fl/gfx/splat.h"#include "fl/log/log.h"#include "fl/gfx/tile2x2.h"#include "fl/stl/compiler_control.h"#include "fl/gfx/leds.h"#include "fl/math/grid.h"#include "fl/math/screenmap.h"#include "fl/stl/shared_ptr.h"#include "fl/stl/int.h"
Include dependency graph for corkscrew.cpp.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | fl |
| Base definition for an LED controller. | |
| namespace | fl::anonymous_namespace{corkscrew.cpp.hpp} |
Functions | |
| void | fl::anonymous_namespace{corkscrew.cpp.hpp}::calculateDimensions (float totalTurns, fl::u16 numLeds, const Gap &gapParams, fl::u16 *width, fl::u16 *height) |
| vec2f | fl::anonymous_namespace{corkscrew.cpp.hpp}::calculateLedPositionExtended (fl::u16 ledIndex, fl::u16 numLeds, float totalTurns, const Gap &gapParams, fl::u16 width, fl::u16 height) |