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

◆ simple_test()

None gen.simple_test ( )

Definition at line 118 of file gen.py.

118def simple_test() -> None:
119 startPos = Point(0, 0)
120 hexagon_angles = [
121 HexagonAngle.UP,
122 ]
123 points = gen_points(hexagon_angles, LED_PER_STRIP, startPos)
124 print(points)
125 # assert len(points) == LED_PER_STRIP + 1
126

References gen_points().

+ Here is the call graph for this function: