https://github.com/wokwi/led-2d-spiral
2D LED Spiral for Wokwi AVR Simulator
https://github.com/wokwi/led-2d-spiral
Last synced: 4 months ago
JSON representation
2D LED Spiral for Wokwi AVR Simulator
- Host: GitHub
- URL: https://github.com/wokwi/led-2d-spiral
- Owner: wokwi
- License: mit
- Created: 2020-12-14T18:19:41.000Z (over 4 years ago)
- Default Branch: gh-pages
- Last Pushed: 2021-04-04T12:53:28.000Z (about 4 years ago)
- Last Synced: 2025-01-16T14:52:39.124Z (5 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LED 2D Spiral
Query parameters:
| Name | Default | Description |
| ------- | ------- | ----------------------------------- |
| leds | 128 | How many LEDs per strip |
| spirals | 1 | How many spirals (strips) to render |
| c | 6 | Twist factor |
| r | 1 | Spiral radius |
| ledr | 3 | LED radius |
| offset | 0 | First LED offset (from center) |Check it out in [Wokwi Arduino Simulator](https://wokwi.com/arduino/projects/284908394020602380).
Copyright (C) 2020 Uri Shaked. Released under the [MIT license](LICENSE).