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

◆ find_red_anchor_point()

list[Point] gen.find_red_anchor_point ( )

Definition at line 151 of file gen.py.

151def find_red_anchor_point() -> list[Point]:
152 hexagon_angles = [
153 HexagonAngle.LEFT_UP,
154 HexagonAngle.LEFT_UP,
155 HexagonAngle.UP,
156 HexagonAngle.RIGHT_UP,
157 ]
158 points = gen_points(hexagon_angles, LED_PER_STRIP, Point(0, 0), add_last=True)
159 return points
160

References gen_points().

+ Here is the call graph for this function: