MCPcopy Create free account
hub / github.com/FastLED/FastLED / main

Function main

examples/Chromancer/gen.py:102–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100
101
102def main() -> None:
103 startPos = Point(0, 0)
104 hexagon_angles = [
105 HexagonAngle.UP,
106 HexagonAngle.RIGHT_UP,
107 HexagonAngle.RIGHT_DOWN,
108 HexagonAngle.DOWN,
109 HexagonAngle.LEFT_DOWN,
110 HexagonAngle.LEFT_UP,
111 ]
112 points = gen_points(hexagon_angles, LED_PER_STRIP, startPos)
113
114 print(points)
115
116
117

Callers

nothing calls this directly

Calls 3

gen_pointsFunction · 0.85
PointClass · 0.70
printFunction · 0.50

Tested by

no test coverage detected