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

◆ two_angle_test()

None gen.two_angle_test ( )

Definition at line 127 of file gen.py.

127def two_angle_test() -> None:
128 startPos = Point(0, 0)
129 hexagon_angles = [
130 HexagonAngle.UP,
131 HexagonAngle.UP,
132 ]
133 points = gen_points(hexagon_angles, LED_PER_STRIP, startPos)
134 print(points)
135 # assert len(points) == LED_PER_STRIP * 2, f"Expected {LED_PER_STRIP * 2} points, got {len(points)} points"
136
137
138

References gen_points().

+ Here is the call graph for this function: