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

◆ two_angle_test2()

None gen.two_angle_test2 ( )

Definition at line 139 of file gen.py.

139def two_angle_test2() -> None:
140 print("two_angle_test2")
141 startPos = Point(0, 0)
142 hexagon_angles = [
143 HexagonAngle.UP,
144 HexagonAngle.DOWN,
145 ]
146 points = gen_points(hexagon_angles, LED_PER_STRIP, startPos)
147 print(points)
148 # assert len(points) == LED_PER_STRIP * 2, f"Expected {LED_PER_STRIP * 2} points, got {len(points)} points"
149
150# Red is defined by this instruction tutorial: https://voidstar.dozuki.com/Guide/Chromance+Assembly+Instructions/6

References gen_points().

+ Here is the call graph for this function: