-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom mapped matrix #6
Comments
Ok, this is an "interesting" application. Back to your application, I don't even know how your neopixels are wired, so it's kind of hard for me to provide a quick suggestion. I see your comment, I just can't verify it's wired right :) |
That's probably it, thanks for looking at it. I'll try it out tonight. |
Just following up to confirm that starting the led string at 0 fixed it. Thanks again! |
haha, cool. So I guess you triple checked but were only off by one :) |
Well.... I tripple checked it without remembering the strip numbering started at zero (despite doing it correctly in a different sketch) 🤔 |
I added this to the documentation, thanks again for the example: https://github.com/marcmerlin/Framebuffer_GFX/blob/master/README.md#custom-xy-mapping-for-irregular-arrays |
Can you help me create a Custom Mappings for this project? VID-20210727-WA0008.mp4 |
I attempted to define a matrix across a neopixel 4 digit 7-segment display I made and then made a demo to basically scroll a horizontal then vertical line across the matrix as a test. It sort of works in that I see pixels lighting up left to right then top to bottom but they aren't in a perfect line. Am I doing anything obvious wrong? I triple checked my remap function and didn't see any errors.
Here is a video showing my PCB and what I'm seeing: https://imgur.com/a/d6oy3uL
The code that produces that is below, any thought on what might be happening?
The text was updated successfully, but these errors were encountered: