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

Function find_green_anchore_point

examples/Chromancer/gen.py:161–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

159 return points
160
161def find_green_anchore_point() -> list[Point]:
162 hexagon_angles = [
163 HexagonAngle.RIGHT_UP,
164 HexagonAngle.RIGHT_UP,
165 HexagonAngle.UP,
166 ]
167 points = gen_points(hexagon_angles, LED_PER_STRIP, Point(0, 0), add_last=True)
168 return points
169
170
171RED_ANCHOR_POINT = find_red_anchor_point()[-1]

Callers 1

gen.pyFile · 0.85

Calls 2

gen_pointsFunction · 0.85
PointClass · 0.70

Tested by

no test coverage detected