FastLED 3.9.15
|
#include "fl/corkscrew.h"
#include "fl/algorithm.h"
#include "fl/assert.h"
#include "fl/math.h"
#include "fl/splat.h"
#include "fl/warn.h"
#include "fl/tile2x2.h"
#include "fl/math_macros.h"
#include "fl/unused.h"
#include "fl/map_range.h"
#include "fl/leds.h"
#include "fl/grid.h"
#include "fl/screenmap.h"
#include "fl/memory.h"
#include "fl/int.h"
Go to the source code of this file.
Namespaces | |
namespace | fl |
IMPORTANT! | |
namespace | fl::anonymous_namespace{corkscrew.cpp} |
Functions | |
void | fl::anonymous_namespace{corkscrew.cpp}::calculateDimensions (float totalTurns, fl::u16 numLeds, const Gap &gapParams, fl::u16 *width, fl::u16 *height) |
vec2f | fl::anonymous_namespace{corkscrew.cpp}::calculateLedPositionExtended (fl::u16 ledIndex, fl::u16 numLeds, float totalTurns, const Gap &gapParams, fl::u16 width, fl::u16 height) |