hex337
April 17, 2023, 10:43pm
9
Check out this project:
# LED Mapper
Web App: [https://jasoncoon.github.io/led-mapper](https://jasoncoon.github.io/led-mapper)
An online tool to generate and visualize maps for irregular and/or gapped LED layouts, for use with [FastLED], [Pixelblaze] and other libraries.
Heavily inspired by the excellent [FastLED XY Map Generator](https://macetech.github.io/FastLED-XY-Map-Generator) by Garrett Mace of [Macetech] which in turn was inspired by Mark Kriegsman.
The difference with this tool is that instead of generating coordinates for any "gaps", coordinates are only generated for each actual LED. So if you had an irregular/gapped matrix of 128 LEDs in a 16x16 grid, this tool would only create coordinate maps for 128 LEDs instead of 256. This usually results in lower memory usage, but also generates coordinate maps for radius and angle.
Using [Google Sheets] to create a layout:
https://user-images.githubusercontent.com/3598755/152450649-81ec3f8c-771d-4d9b-a4ab-adffb7c5ac84.mp4
Using LED Mapper to generate maps:
https://user-images.githubusercontent.com/3598755/152450891-5d5a24d5-5bc9-4ac1-b605-20d1e7415367.mp4
---
This file has been truncated. show original
I used that to generate the mapping code for the pixel blaze by inputting the led numbers into a google sheets spreadsheet and then copying it over. It’s a really amazing tool
1 Like