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

◆ find_green_anchore_point()

list[Point] gen.find_green_anchore_point ( )

Definition at line 161 of file gen.py.

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

References gen_points().

+ Here is the call graph for this function: